source: projects/specs/trunk/nonfree/self-build-mplayer/mplayer-vl.spec @ 9663

Revision 9663, 18.9 KB checked in by munepi, 9 years ago (diff)

new upstream release

Line 
1%global with_faac 1
2%global with_vaapi 1
3%global with_libvpx 1
4
5#% global with_ffmpeg 1
6%global ffmpegver 0.11.5
7
8#% global svndate  20120525
9
10%define codecdir   %{_libdir}/codecs
11
12%global ttfontdir   %{_datadir}/fonts
13%global ttfontlist  TrueType-vlgothic/VL-PGothic-Regular \\\
14                    TrueType-sazanami-gothic/sazanami-gothic
15
16Summary:        The Movie Player
17Summary(ja):    動画プレイヤー
18Name:           mplayer
19Version:        1.1.1
20Release:        4%{?svndate:.%svndate}%{?_dist_release}
21Source0:        http://www.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz
22#Source0:       mplayer-export-%{svndate}.tar.xz
23Source1:        http://ffmpeg.org/releases/ffmpeg-%{ffmpegver}.tar.bz2
24
25Source10:       mplayer-snapshot-vine.sh
26
27Source11:       http://www.mplayerhq.hu/MPlayer/skins/Blue-1.10.tar.bz2
28Source12:       http://www.mplayerhq.hu/MPlayer/skins/Blue-small-1.5.tar.bz2
29Source13:       http://www.mplayerhq.hu/MPlayer/skins/standard-1.9.tar.bz2
30Source14:       http://www.mplayerhq.hu/MPlayer/skins/OSX-Mod-1.1.tar.bz2
31
32# set defaults for Vine Linux
33#Patch2:         %{name}-config.patch
34#Patch2:         %{name}-config-20120525-vine.patch
35Patch2:         %{name}-1.1.1-config-vine.patch
36# use roff include statements instead of symlinks
37Patch8:         %{name}-1.1.1-manlinks.patch
38# erase any trace of libdvdcss
39Patch14:        %{name}-1.1.1-nodvdcss.patch
40# use system FFmpeg libraries
41Patch18:        %{name}-1.1.1-ffmpeg.patch
42
43## Vine
44
45
46%if 0%{!?_without_amr:1}
47License:        GPLv3+
48%else
49License:        GPLv2+
50%endif
51Group:          Applications/Multimedia
52URL:            http://www.mplayerhq.hu/
53
54BuildRequires:  SDL-devel
55BuildRequires:  aalib-devel
56BuildRequires:  alsa-lib-devel
57BuildRequires:  cdparanoia-devel
58BuildRequires:  desktop-file-utils
59##!!BuildRequires:  em8300-devel
60BuildRequires:  libdvdnav-devel
61BuildRequires:  enca-devel
62BuildRequires:  fontconfig-devel
63BuildRequires:  freetype2-devel >= 2.0.9
64BuildRequires:  fribidi-devel
65BuildRequires:  giflib-devel
66BuildRequires:  gtk2-devel
67BuildRequires:  mesa-libGL-devel
68BuildRequires:  libXinerama-devel
69BuildRequires:  libXScrnSaver-devel
70BuildRequires:  libXv-devel
71BuildRequires:  libXvMC-devel
72BuildRequires:  libXxf86dga-devel
73BuildRequires:  libXxf86vm-devel
74BuildRequires:  libass-devel
75BuildRequires:  libpng-devel
76BuildRequires:  libjpeg-devel
77BuildRequires:  libdvdread
78BuildRequires:  libmpcdec-devel >= 1.2.1
79BuildRequires:  librtmp-devel >= 2.3
80BuildRequires:  speex-devel >= 1.1
81%{?with_vaapi:BuildRequires:libva-devel}
82BuildRequires:  libvdpau-devel
83BuildRequires:  libvorbis-devel
84%{?with_libvpx:BuildRequires:  libvpx-devel >= 0.9.6}
85BuildRequires:  lzo-devel >= 2
86BuildRequires:  pulseaudio-lib-devel
87BuildRequires:  speex-devel >= 1.1
88BuildRequires:  twolame-devel
89BuildRequires:  xorg-x11-devel
90BuildRequires:  yasm
91BuildRequires:  zlib-devel
92
93# *-devel packages provided by other self-build-* should only be listed
94# in self-build-%{name}.spec as PreReq.
95##Requires:     self-build-mplayer-codecs
96##BuildRequires:        self-build-libdvdcss
97##BuildRequires:  self-build-lame
98##BuildRequires:  self-build-libdca
99##BuildRequires:  self-build-x264 >= 0.129
100##BuildRequires:  self-build-xvidcore >= 0.9.2
101##BuildRequires:  self-build-faad2 >= 2.6.1
102##BuildRequires:  self-build-libmpeg2
103
104Requires:       TrueType-vlgothic
105Requires:       mesa-libGL
106
107BuildRoot:      %{_tmppath}/%{name}-%{version}-root
108
109Obsoletes:      mplayer < %{version}-%{release}
110
111%description
112MPlayer can play most standard video formats out of the box and almost
113all others with the help of external codecs.
114MPlayer currently works best from the command line, but visual feedback
115for many functions is available from its onscreen status display (OSD),
116which is also used for displaying subtitles.
117MPlayer also has a GUI with skin support and several unofficial alternative
118graphical frontends are available.
119
120MEncoder is a command line video encoder for advanced users that can
121be built from the MPlayer source tree. Unofficial graphical frontends
122exist but arenot included.
123
124MPlayer supports most common formats, like DVDs, MPEG-1/2/4, etc, but
125support for some newer codecs are not yet inpmlemented.
126You should install mplayer-codecs package if you want to play videos
127using those new codecs.
128
129%description -l ja
130MPlayer は一般的なフォーマットの動画ならそのままですぐ再生できます。
131またそれ以外のほとんど全てのフォーマットも外部 Codec を使用すること
132で再生できます。
133現在の MPlayer はコマンドラインから使うのが一番便利ですが、
134多くの操作は字幕と同様に、
135オンスクリーン・ディスプレイ (OSD) によりその結果が画面上で確認できます。
136MPlayer には スキンを変更できる GUI も用意されていますし、
137また複数の非公式なフロントエンドも利用できます。
138
139MEncoder は上級者向けのコマンドラインの動画用エンコーダーです。
140非公式な GUI フロントエンドもありますが、このパッケージには含まれていません。
141
142MPlayer は何もしなくても DVD や MPEG-1/2/4 のように一般的なフォーマット
143を再生できます。ただし一部の最新のフォーマットへの対応はまだ実装されて
144いないので、そのような動画を再生したい場合は mplayer-codecs パッケージ
145をインストールする必要があります。
146
147
148%prep
149#% setup -q -n mplayer-export-%{svndate}
150%setup -q -n MPlayer-%{version}
151%__rm -rf ffmpeg && %__tar xf %{SOURCE1} && mv ffmpeg-%{ffmpegver} ffmpeg || exit 1
152
153%patch2 -p1 -b .vine
154%patch8 -p1 -b .manlinks
155%patch14 -p1 -b .nodvdcss
156%{?with_ffmpeg:%patch18 -p1 -b .ffmpeg}
157
158%build
159./configure \
160    --prefix=%{_prefix} \
161    --bindir=%{_bindir} \
162    --datadir=%{_datadir}/mplayer \
163    --mandir=%{_mandir} \
164    --confdir=%{_sysconfdir}/mplayer \
165    --libdir=%{_libdir} \
166    --codecsdir=%{codecdir} \
167    \
168    --extra-cflags="$RPM_OPT_FLAGS" \
169    --language=ja,en \
170    --enable-joystick \
171    --enable-gui --enable-menu \
172    --enable-radio --enable-radio-capture \
173    --enable-runtime-cpudetection \
174    --enable-unrarexec \
175    \
176    --disable-dvdread-internal \
177    --disable-libdvdcss-internal \
178    --disable-nemesi \
179    \
180    %{?with_ffmpeg:--disable-ffmpeg_a} %{!?with_ffmpeg:--disable-ffmpeg_so} \
181    %{?_without_amr:--disable-libopencore_amrnb --disable-libopencore_amrwb} \
182    %{!?with_faac:--disable-faac} \
183    --disable-libmpeg2-internal \
184    --disable-libopenjpeg \
185    \
186    --disable-bitmap-font \
187    --disable-dga1 --disable-dga2 \
188    --disable-directfb \
189    --disable-svga \
190    --disable-termcap \
191    --enable-xvmc \
192    --with-xvmclib=XvMCW \
193    \
194    --disable-arts --disable-esd --disable-jack --disable-openal \
195    --disable-live \
196    ;
197
198%{__make} V=1 %{?_smp_mflags}
199
200%install
201%{__rm} -rf ${RPM_BUILD_ROOT}
202%{__make} install INSTALLSTRIP= \
203    prefix=${RPM_BUILD_ROOT}%{_prefix} \
204    BINDIR=${RPM_BUILD_ROOT}%{_bindir} \
205    DATADIR=${RPM_BUILD_ROOT}%{_datadir}/mplayer \
206    CONFDIR=${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer \
207    LIBDIR=${RPM_BUILD_ROOT}%{_libdir} \
208    MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
209    ;
210
211## install some default config files
212%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer
213%{__install} -pm 644 etc/example.conf \
214    ${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer/mplayer.conf
215%{__install} -pm 644 etc/{input,menu,codecs}.conf \
216    ${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer
217
218# # Icons
219# for iconsize in 16x16 22x22 24x24 32x32 48x48 256x256; do
220#     install -dm 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$iconsize/apps
221#     install -pm 644 etc/mplayer$iconsize.png \
222#         $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$iconsize/apps/mplayer.png
223# done
224
225# install skins and set the default skin
226%{__mkdir} -p ${RPM_BUILD_ROOT}%{_datadir}/mplayer/skins
227pushd ${RPM_BUILD_ROOT}%{_datadir}/mplayer/skins
228  for x in %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14}; do
229    %__tar xf ${x} || exit 1
230  done
231  %__ln_s Blue default || exit 1
232popd
233
234# make sybolic link to ttf font for subtitle
235for i in %{ttfontlist}; do
236    if [ -e %{ttfontdir}/$i.ttf ];then
237        %__ln_s -f %{ttfontdir}/$i.ttf ${RPM_BUILD_ROOT}%{_datadir}/mplayer/subfont.ttf;
238        break;
239    fi;
240done
241
242## install TOOLS
243for file in aconvert.sh divx2svcd.sh mencvcd.sh midentify.sh mpconsole.sh qepdvcd.sh subsearch.sh ; do
244%__install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .sh`
245done
246
247for file in calcbpp.pl countquant.pl dvd2divxscript.pl ; do
248%__install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .pl`
249done
250
251for file in vobshift.py ; do
252%__install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .py`
253done
254
255%__mkdir -p $RPM_BUILD_ROOT%{_datadir}/mplayer
256%__install -pm 644 TOOLS/*.fp $RPM_BUILD_ROOT%{_datadir}/mplayer/
257
258
259%clean
260%{__rm} -rf ${RPM_BUILD_ROOT}
261
262%post
263touch --no-create %{_datadir}/icons/hicolor
264if [ -x %{_bindir}/gtk-update-icon-cache ]; then
265  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
266fi
267%{_bindir}/update-desktop-database --quiet %{_datadir}/applications || :
268
269%postun
270%{_bindir}/update-desktop-database --quiet %{_datadir}/applications
271touch --no-create %{_datadir}/icons/hicolor
272if [ -x %{_bindir}/gtk-update-icon-cache ]; then
273  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
274fi || :
275
276
277%files
278%defattr(-,root,root)
279#%doc AUTHORS Changelog Copyright LICENSE README
280%config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf
281%config(noreplace) %{_sysconfdir}/mplayer/codecs.conf
282%config(noreplace) %{_sysconfdir}/mplayer/input.conf
283%config(noreplace) %{_sysconfdir}/mplayer/menu.conf
284%{_bindir}/mplayer
285%{_bindir}/gmplayer
286%{_bindir}/mencoder
287%{_datadir}/mplayer/skins/default
288%{_datadir}/mplayer/skins/Blue
289%{_datadir}/mplayer/skins/Blue-small
290%{_datadir}/mplayer/skins/OSX-Mod
291%{_datadir}/mplayer/skins/standard
292%{_datadir}/mplayer/subfont.ttf
293%{_datadir}/applications/mplayer.desktop
294%{_datadir}/icons/hicolor/*/apps/mplayer.png
295%{_mandir}/man1/mplayer.1*
296%{_mandir}/man1/mencoder.1*
297## TOOLS
298%{_bindir}/aconvert
299%{_bindir}/calcbpp
300%{_bindir}/countquant
301%{_bindir}/divx2svcd
302%{_bindir}/dvd2divxscript
303%{_bindir}/mencvcd
304%{_bindir}/midentify
305%{_bindir}/mpconsole
306%{_bindir}/qepdvcd
307%{_bindir}/subsearch
308%{_bindir}/vobshift
309%{_datadir}/mplayer/*.fp
310
311
312%changelog
313* Sat Jul 11 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-4
314- rebuilt
315
316* Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-3
317- rebuilt with ffmpeg-0.11.5
318
319* Mon Oct  7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-2
320- remove some obsolete comments
321
322* Sun Sep 29 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-1
323- updated to 1.1.1
324- build with new x264 (ABI 0.136) and ffmpeg 0.11.4 (libav 0.8.2 as of 2012-09-19)
325
326* Sun Jan 20 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1-2
327- rebuilt with new x264 (ABI 0.129) and ffmpeg 0.11.2 (libav 0.8.2)
328
329* Wed Jun 13 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.1-1
330- updated to 1.1
331  - built with ffmpeg-0.11.1
332- added some skins
333
334* Sat May 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-47.20120525
335- updated snapshot 20120525 with ffmpeg 0.11
336
337* Tue Jan  3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-46.20120102
338- updated snapshot 20120102
339
340* Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-45.20111210
341- updated snapshot 20111217 (with ffmpeg 0.9)
342
343* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-44.rc4
344- s/self-build-libdvdnav/libdvdnav/
345
346* Fri Oct  7 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-43.rc4
347- updated %%SOURCE1
348  - update to 1.8
349
350* Sun Jun 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-42.rc4
351- dropped BuildRequires: esound-devel
352
353* Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-41.rc4
354- new upstream release
355  - ready for Vine Linux 6
356  - revived support for Vine Linux 5
357- added BuildRequires:
358  - libass-devel
359  - librtmp-devel >= 2.3
360  - speex-devel >= 1.1
361
362* Tue Feb 01 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-40.20100709
363- added BuildRequires:
364  - aalib-devel
365  - enca-devel
366  - lzo-devel
367  - speex-devel
368
369* Sun Jul 25 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-39.20100709
370- updated fixed %{name}-config.patch
371  - applied %{name}-config-20100709-vine.patch
372
373* Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-38.20100709
374- change release to sync with self-build-mplayer
375
376* Sat Jul 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-37.20100709
377- updated source snapshot 20100709
378- renamed %%Source10 to mplayer-snapshot-vine.sh
379- applied mplayer-20100709-fixed-vo_x11_create_vo_window.patch
380- added BuildRequires: libvpx-devel >= 0.9.1
381
382* Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-36.20100621
383- updated source snapshot 20100621
384
385* Sat Jun 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-35.20100615
386- updated source snapshot 20100615
387- added BuildRequires: libXinerama-devel
388- dropped vl4 support
389
390* Sun Apr 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-34.20100410
391- updated source snapshot 20100410
392
393* Fri Apr 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-33.20100401
394- updated source snapshot 20100401
395
396* Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-32.20100326
397- updated source snapshot 20100326
398
399* Thu Mar 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-31.20100317
400- updated source snapshot 20100317
401
402* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-30.20100216
403- updated source snapshot 20100216
404- moved scripts from TOOLS
405- added --disable-libopenjpeg in configure options
406
407* Tue Feb 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-29.20100201
408- updated source snapshot 20100201
409- dropped obsolete patches
410- added BuildRequires:
411  - libvdpau-devel
412  - libXScrnSaver-devel
413
414* Sat Dec 26 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-28.20091031
415- update mplayer-config-20091215-vine.patch
416- update mplayer-20091215-x86_32-compile.patch
417- added --enable-runtime-cpudetection in configure options
418
419* Sun Nov 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-27.20091031
420- source snapshot 20091031
421  - updated mplayer-20091031-x86_32-compile.patch
422
423* Sun Oct 04 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-26.20091003
424- source snapshot 20091003
425
426* Sun Sep 13 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-25.20090905
427- change release to sync with self-build-mplayer
428
429* Sun Sep 06 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-24.20090905
430- source snapshot 20090905
431- added settings for vl6
432
433* Thu Aug 22 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-23.20090821
434- source snapshot 20090821
435- replaced BR: libungif-devel with BR: giflib-devel
436
437* Thu Jul 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-22.20090722
438- source snapshot 20090722
439
440* Fri Jul 03 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-21.20090702
441- source snapshot 20090702
442
443* Fri Jun 12 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-20.20090611
444- source snapshot 20090611
445
446* Sun Jun 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-19.20090522
447- added Requires: TrueType-vlgothic
448
449* Sat May 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-18.20090522
450- source snapshot 20090522
451  - build with x264 >= 0.0.0-9.20090522
452  - updated mplayer-20090522-nodvdcss.patch
453
454* Thu May 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-17.20090502
455- change release to sync with self-build-mplayer
456
457* Sun May 03 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-16.20090502
458- source snapshot 20090502
459- updated mplayer-20090503-x86_32-compile.patch
460- updated mplayer-20090502-nodvdcss.patch
461
462* Thu Apr 09 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-15.20090327
463- applied mplayer-config-vine.patch
464
465* Sat Mar 28 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-14.20090327
466- source snapshot 20090327
467- updated mplayer-20090327-x86_32-compile.patch
468- updated mplayer-20090325-nodvdcss.patch
469- dropped gmplayer-about-vine.patch
470- install some default config files
471- added configure options:
472  - --disable-termcap
473  - --enable-xvmc
474  - --with-xvmclib=XvMCW
475- archived doc/mplayer-1.0/TOOLS directory to doc/TOOLS.tar.bz2
476- fixed %%files for *.conf
477
478* Fri Mar 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-13.20090305
479- source snapshot 20090305
480
481* Sat Feb 28 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-12.20090227
482- source snapshot 20090227
483
484* Tue Feb 17 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-11.20090216
485- source snapshot 20090216
486
487* Sun Feb 08 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-10.20090206
488- source snapshot 20090206
489- dropped mplayer-man-zh_CN.patch
490- updated mplayer-20090206-nodvdcss.patch
491- changed to PreReq:  self-build-faad2 from faad2-devel
492- added PreReq:  self-build-libmad
493
494* Sun Feb 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-9.20090131
495- source snapshot 20090131
496
497* Thu Jan 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-8.20090122
498- change release to sync with self-build-mplayer
499
500* Fri Jan 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-7.20090122
501- source snapshot
502- update mplayer-20090122-nodvdcss.patch
503- added BuildRequires:
504  - faad2-devel
505  - libmpcdec-devel
506  - twolame-devel
507  - yasm
508  - faac-devel (as PreReq in self-build-%{name})
509  - lame-devel (as PreReq in self-build-%{name})
510  - libdca-devel (as PreReq in self-build-%{name})
511  - x264-devel >= 0.0.0-4.20090110 (as PreReq in self-build-%{name})
512  - xvidcore-devel >= 0.9.2 (as PreReq in self-build-%{name})
513
514* Sat Jan 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-6.20090109
515- source snapshot
516- added --disable-faac-lavc --disable-mp3lame-lavc --disable-x264-lavc
517  --disable-faad-internal in configure options
518- dropped gmplayer-add-flv-extension.patch
519
520* Sun Dec 14 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-5.20081001
521- source snapshot
522- fixed License
523- added some patches from RPM Fusion
524- updated gmplayer-about-vine.patch for 20081001 snapshot
525- added BuildRequires:  libdvdread
526- added BuildRequires:  self-build-libdvdcss self-build-libdvdnav
527- added --disable-dvdread-internal --enable-dvdread --enable-dvdnav
528  in configure options
529#- applied mplayer-avoid-Warning_MVs_not_available.patch for VineSeed
530
531* Mon Nov 17 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-4.rc2
532- fixed License
533- added some devel packages to support OpenGL
534
535* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-3.rc2
536- spec in utf8
537- fix sybolic link of subfont for vl5
538
539* Wed May 07 2008 Atsushi SHICHI <ats777@gmail.com> 1.0-2.rc2vl4
540- add "Patch105: CVE-2008-1558.patch".
541
542* Fri May 02 2008 Atsushi SHICHI <ats777@gmail.com> 1.0-1.rc2vl4
543- build with new versioning policy.
544- fix Source[01] URLs.
545- add "Patch200: gmplayer-about-vine.patch".
546- add "Patch201: gmplayer-add-flv-extension.patch".
547
548* Sun Feb 17 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-0vl0.3rc2
549- add four official security patches (CVE-2008-0485, CVE-2008-0486,
550  CVE-2008-0629, CVE-2008-0630)
551- add mplayer-1.0rc2-20080211-stream_cddb.patch
552
553* Tue Feb 12 2008 Kazutaka HARADA <Kazutaka HARADA> 1.0-0vl0.2rc2
554- change source download URL. <BTS:VineLinux:603>
555
556* Sun Jan 27 2008 Kazutaka HARADA <Kazutaka HARADA> 1.0-0vl0.1rc2
557- fix CONFDIR for make install. <BTS:wishes:33>
558
559* Fri Jan 18 2008 Kazutaka HARADA <Kazutaka HARADA> 1.0-0vl0.0rc2
560- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.