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

Revision 9215, 18.8 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:        3%{?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* Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-3
314- rebuilt with ffmpeg-0.11.5
315
316* Mon Oct  7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-2
317- remove some obsolete comments
318
319* Sun Sep 29 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-1
320- updated to 1.1.1
321- build with new x264 (ABI 0.136) and ffmpeg 0.11.4 (libav 0.8.2 as of 2012-09-19)
322
323* Sun Jan 20 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1-2
324- rebuilt with new x264 (ABI 0.129) and ffmpeg 0.11.2 (libav 0.8.2)
325
326* Wed Jun 13 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.1-1
327- updated to 1.1
328  - built with ffmpeg-0.11.1
329- added some skins
330
331* Sat May 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-47.20120525
332- updated snapshot 20120525 with ffmpeg 0.11
333
334* Tue Jan  3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-46.20120102
335- updated snapshot 20120102
336
337* Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-45.20111210
338- updated snapshot 20111217 (with ffmpeg 0.9)
339
340* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-44.rc4
341- s/self-build-libdvdnav/libdvdnav/
342
343* Fri Oct  7 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-43.rc4
344- updated %%SOURCE1
345  - update to 1.8
346
347* Sun Jun 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-42.rc4
348- dropped BuildRequires: esound-devel
349
350* Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-41.rc4
351- new upstream release
352  - ready for Vine Linux 6
353  - revived support for Vine Linux 5
354- added BuildRequires:
355  - libass-devel
356  - librtmp-devel >= 2.3
357  - speex-devel >= 1.1
358
359* Tue Feb 01 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-40.20100709
360- added BuildRequires:
361  - aalib-devel
362  - enca-devel
363  - lzo-devel
364  - speex-devel
365
366* Sun Jul 25 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-39.20100709
367- updated fixed %{name}-config.patch
368  - applied %{name}-config-20100709-vine.patch
369
370* Sat Jul 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-38.20100709
371- change release to sync with self-build-mplayer
372
373* Sat Jul 10 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-37.20100709
374- updated source snapshot 20100709
375- renamed %%Source10 to mplayer-snapshot-vine.sh
376- applied mplayer-20100709-fixed-vo_x11_create_vo_window.patch
377- added BuildRequires: libvpx-devel >= 0.9.1
378
379* Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-36.20100621
380- updated source snapshot 20100621
381
382* Sat Jun 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-35.20100615
383- updated source snapshot 20100615
384- added BuildRequires: libXinerama-devel
385- dropped vl4 support
386
387* Sun Apr 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-34.20100410
388- updated source snapshot 20100410
389
390* Fri Apr 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-33.20100401
391- updated source snapshot 20100401
392
393* Sat Mar 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-32.20100326
394- updated source snapshot 20100326
395
396* Thu Mar 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-31.20100317
397- updated source snapshot 20100317
398
399* Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-30.20100216
400- updated source snapshot 20100216
401- moved scripts from TOOLS
402- added --disable-libopenjpeg in configure options
403
404* Tue Feb 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-29.20100201
405- updated source snapshot 20100201
406- dropped obsolete patches
407- added BuildRequires:
408  - libvdpau-devel
409  - libXScrnSaver-devel
410
411* Sat Dec 26 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-28.20091031
412- update mplayer-config-20091215-vine.patch
413- update mplayer-20091215-x86_32-compile.patch
414- added --enable-runtime-cpudetection in configure options
415
416* Sun Nov 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-27.20091031
417- source snapshot 20091031
418  - updated mplayer-20091031-x86_32-compile.patch
419
420* Sun Oct 04 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-26.20091003
421- source snapshot 20091003
422
423* Sun Sep 13 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-25.20090905
424- change release to sync with self-build-mplayer
425
426* Sun Sep 06 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-24.20090905
427- source snapshot 20090905
428- added settings for vl6
429
430* Thu Aug 22 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-23.20090821
431- source snapshot 20090821
432- replaced BR: libungif-devel with BR: giflib-devel
433
434* Thu Jul 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-22.20090722
435- source snapshot 20090722
436
437* Fri Jul 03 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-21.20090702
438- source snapshot 20090702
439
440* Fri Jun 12 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-20.20090611
441- source snapshot 20090611
442
443* Sun Jun 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-19.20090522
444- added Requires: TrueType-vlgothic
445
446* Sat May 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-18.20090522
447- source snapshot 20090522
448  - build with x264 >= 0.0.0-9.20090522
449  - updated mplayer-20090522-nodvdcss.patch
450
451* Thu May 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-17.20090502
452- change release to sync with self-build-mplayer
453
454* Sun May 03 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-16.20090502
455- source snapshot 20090502
456- updated mplayer-20090503-x86_32-compile.patch
457- updated mplayer-20090502-nodvdcss.patch
458
459* Thu Apr 09 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-15.20090327
460- applied mplayer-config-vine.patch
461
462* Sat Mar 28 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-14.20090327
463- source snapshot 20090327
464- updated mplayer-20090327-x86_32-compile.patch
465- updated mplayer-20090325-nodvdcss.patch
466- dropped gmplayer-about-vine.patch
467- install some default config files
468- added configure options:
469  - --disable-termcap
470  - --enable-xvmc
471  - --with-xvmclib=XvMCW
472- archived doc/mplayer-1.0/TOOLS directory to doc/TOOLS.tar.bz2
473- fixed %%files for *.conf
474
475* Fri Mar 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-13.20090305
476- source snapshot 20090305
477
478* Sat Feb 28 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-12.20090227
479- source snapshot 20090227
480
481* Tue Feb 17 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-11.20090216
482- source snapshot 20090216
483
484* Sun Feb 08 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-10.20090206
485- source snapshot 20090206
486- dropped mplayer-man-zh_CN.patch
487- updated mplayer-20090206-nodvdcss.patch
488- changed to PreReq:  self-build-faad2 from faad2-devel
489- added PreReq:  self-build-libmad
490
491* Sun Feb 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-9.20090131
492- source snapshot 20090131
493
494* Thu Jan 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-8.20090122
495- change release to sync with self-build-mplayer
496
497* Fri Jan 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-7.20090122
498- source snapshot
499- update mplayer-20090122-nodvdcss.patch
500- added BuildRequires:
501  - faad2-devel
502  - libmpcdec-devel
503  - twolame-devel
504  - yasm
505  - faac-devel (as PreReq in self-build-%{name})
506  - lame-devel (as PreReq in self-build-%{name})
507  - libdca-devel (as PreReq in self-build-%{name})
508  - x264-devel >= 0.0.0-4.20090110 (as PreReq in self-build-%{name})
509  - xvidcore-devel >= 0.9.2 (as PreReq in self-build-%{name})
510
511* Sat Jan 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-6.20090109
512- source snapshot
513- added --disable-faac-lavc --disable-mp3lame-lavc --disable-x264-lavc
514  --disable-faad-internal in configure options
515- dropped gmplayer-add-flv-extension.patch
516
517* Sun Dec 14 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-5.20081001
518- source snapshot
519- fixed License
520- added some patches from RPM Fusion
521- updated gmplayer-about-vine.patch for 20081001 snapshot
522- added BuildRequires:  libdvdread
523- added BuildRequires:  self-build-libdvdcss self-build-libdvdnav
524- added --disable-dvdread-internal --enable-dvdread --enable-dvdnav
525  in configure options
526#- applied mplayer-avoid-Warning_MVs_not_available.patch for VineSeed
527
528* Mon Nov 17 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-4.rc2
529- fixed License
530- added some devel packages to support OpenGL
531
532* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-3.rc2
533- spec in utf8
534- fix sybolic link of subfont for vl5
535
536* Wed May 07 2008 Atsushi SHICHI <ats777@gmail.com> 1.0-2.rc2vl4
537- add "Patch105: CVE-2008-1558.patch".
538
539* Fri May 02 2008 Atsushi SHICHI <ats777@gmail.com> 1.0-1.rc2vl4
540- build with new versioning policy.
541- fix Source[01] URLs.
542- add "Patch200: gmplayer-about-vine.patch".
543- add "Patch201: gmplayer-add-flv-extension.patch".
544
545* Sun Feb 17 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.0-0vl0.3rc2
546- add four official security patches (CVE-2008-0485, CVE-2008-0486,
547  CVE-2008-0629, CVE-2008-0630)
548- add mplayer-1.0rc2-20080211-stream_cddb.patch
549
550* Tue Feb 12 2008 Kazutaka HARADA <Kazutaka HARADA> 1.0-0vl0.2rc2
551- change source download URL. <BTS:VineLinux:603>
552
553* Sun Jan 27 2008 Kazutaka HARADA <Kazutaka HARADA> 1.0-0vl0.1rc2
554- fix CONFDIR for make install. <BTS:wishes:33>
555
556* Fri Jan 18 2008 Kazutaka HARADA <Kazutaka HARADA> 1.0-0vl0.0rc2
557- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.