From 6f8eb816fab47fb208042c7408c9a3f88b31158e Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Tue, 28 Feb 2012 18:36:31 +0000 Subject: [PATCH] Re-added files deleted during retiring process --- .gitignore | 2 + mplayer-snapshot.sh | 32 ++ mplayer.spec | 866 ++++++++++++++++++++++++++++++++++++++++++++ sources | 2 + 4 files changed, 902 insertions(+) create mode 100644 .gitignore create mode 100755 mplayer-snapshot.sh create mode 100644 mplayer.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc9f984 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Blue-1.8.tar.bz2 +mplayer-export-2012-02-04.tar.bz2 diff --git a/mplayer-snapshot.sh b/mplayer-snapshot.sh new file mode 100755 index 0000000..cce3691 --- /dev/null +++ b/mplayer-snapshot.sh @@ -0,0 +1,32 @@ +#!/bin/bash + +set -e + +tmp=$(mktemp -d) + +trap cleanup EXIT +cleanup() { + set +e + [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp" +} + +unset CDPATH +pwd=$(pwd) +svn=$(date +%Y-%m-%d) +svn=2012-02-04 +dirname=mplayer-export-$svn +mplayer_rev={$svn} +#mplayer_rev=HEAD + +cd "$tmp" +svn checkout --ignore-externals -r ${mplayer_rev} svn://svn.mplayerhq.hu/mplayer/trunk $dirname +cd $dirname + +rm -rf libdvdcss libswscale + +svn_revision=`LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2` +sed -i -e 's/\(SVN-r[0-9]* \)/\1rpmfusion /' -e "s/UNKNOWN/SVN-r$svn_revision/" version.sh +find . -type d -name .svn -print0 | xargs -0r rm -rf +cd .. +tar jcf "$pwd"/$dirname.tar.bz2 $dirname +cd - >/dev/null diff --git a/mplayer.spec b/mplayer.spec new file mode 100644 index 0000000..71669ba --- /dev/null +++ b/mplayer.spec @@ -0,0 +1,866 @@ +%define codecdir %{_libdir}/codecs +%define pre 20120204svn +%define svn 1 +%define svnbuild 2012-02-04 +%define faad2min 1:2.6.1 + +Name: mplayer +Version: 1.0 +Release: 0.131.%{pre}%{?dist} +Summary: Movie player playing most video formats and DVDs + +%if 0%{!?_without_amr:1} +License: GPLv3+ +%else +License: GPLv2+ +%endif +URL: http://www.mplayerhq.hu/ +%if %{svn} +# run ./mplayer-snapshot.sh to get this +Source0: mplayer-export-%{svnbuild}.tar.bz2 +%else +Source0: http://www.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}%{pre}.tar.bz2 +%endif +Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2 +Source10: mplayer-snapshot.sh +# set defaults for Fedora +Patch2: %{name}-config.patch +# use roff include statements instead of symlinks +Patch8: %{name}-manlinks.patch +# erase any trace of libdvdcss +Patch14: %{name}-nodvdcss.patch +# use system FFmpeg libraries +Patch18: %{name}-ffmpeg.patch + +BuildRequires: SDL-devel +BuildRequires: a52dec-devel +BuildRequires: aalib-devel +BuildRequires: bzip2-devel +BuildRequires: alsa-lib-devel +BuildRequires: cdparanoia-devel +BuildRequires: desktop-file-utils +BuildRequires: em8300-devel +BuildRequires: enca-devel +BuildRequires: faad2-devel >= %{faad2min} +BuildRequires: ffmpeg-devel >= 0.10 +BuildRequires: fontconfig-devel +BuildRequires: freetype-devel >= 2.0.9 +BuildRequires: fribidi-devel +BuildRequires: giflib-devel +BuildRequires: gsm-devel +BuildRequires: gtk2-devel +BuildRequires: ladspa-devel +BuildRequires: lame-devel +BuildRequires: libGL-devel +BuildRequires: libXinerama-devel +BuildRequires: libXScrnSaver-devel +BuildRequires: libXv-devel +BuildRequires: libXvMC-devel +BuildRequires: libXxf86vm-devel +BuildRequires: libass-devel >= 0.9.10 +BuildRequires: libbluray-devel +BuildRequires: libbs2b-devel +BuildRequires: libcaca-devel +BuildRequires: libdca-devel +BuildRequires: libdv-devel +BuildRequires: libdvdnav-devel >= 4.1.3-1 +BuildRequires: libjpeg-devel +BuildRequires: libmpcdec-devel +BuildRequires: libmpeg2-devel +BuildRequires: libmpg123-devel +BuildRequires: librtmp-devel +BuildRequires: libtheora-devel +BuildRequires: libvdpau-devel +BuildRequires: libvorbis-devel +BuildRequires: libvpx-devel >= 0.9.1 +BuildRequires: lirc-devel +BuildRequires: live555-devel +BuildRequires: lzo-devel >= 2 +BuildRequires: pulseaudio-lib-devel +BuildRequires: speex-devel >= 1.1 +BuildRequires: twolame-devel +BuildRequires: x264-devel >= 0.0.0-0.28 +BuildRequires: xvidcore-devel >= 0.9.2 +BuildRequires: yasm +%{?_with_arts:BuildRequires: arts-devel} +%{?_with_dga:BuildRequires: libXxf86dga-devel} +%{?_with_directfb:BuildRequires: directfb-devel} +%{?_with_esound:BuildRequires: esound-devel} +%{?_with_faac:BuildRequires: faac-devel} +%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel} +%{?_with_libmad:BuildRequires: libmad-devel} +%{?_with_nemesi:BuildRequires: libnemesi-devel >= 0.6.3} +%{?_with_openal:BuildRequires: openal-soft-devel} +%{?_with_samba:BuildRequires: libsmbclient-devel} +%{?_with_svgalib:BuildRequires: svgalib-devel} +%{?_with_xmms:BuildRequires: xmms-devel} +%if %{svn} +# for XML docs, SVN only +BuildRequires: docbook-dtds +BuildRequires: docbook-style-xsl +BuildRequires: libxml2 +BuildRequires: libxslt +%endif +Obsoletes: mplayer-fonts +Requires: faad2-libs >= %{faad2min} +Requires: mplayer-common = %{version}-%{release} + +%description +MPlayer is a movie player that plays most MPEG, VOB, AVI, OGG/OGM, +VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, +RoQ, and PVA files. You can also use it to watch VCDs, SVCDs, DVDs, +3ivx, RealMedia, and DivX movies. +It supports a wide range of output drivers including X11, XVideo, DGA, +OpenGL, SVGAlib, fbdev, AAlib, DirectFB etc. There are also nice +antialiased shaded subtitles and OSD. +Non-default rpmbuild options: +--with samba: Enable Samba (smb://) support +--with xmms: Enable XMMS input plugin support +--without amr: Disable AMR support +--with faac: Enable FAAC support +--with libmad: Enable libmad support +--with openal: Enable OpenAL support +--with jack: Enable JACK support +--with arts: Enable aRts support +--with esound: Enable EsounD support +--with dga: Enable DGA support +--with directfb:Enable DirectFB support +--with svgalib: Enable SVGAlib support +--with nemesi: Enable libnemesi RTSP support + +%package common +Summary: MPlayer common files + +%description common +This package contains common files for MPlayer packages. + +%package gui +Summary: GUI for MPlayer +Requires: mplayer-common = %{version}-%{release} +Requires: hicolor-icon-theme + +%description gui +This package contains a GUI for MPlayer and a default skin for it. + +%package -n mencoder +Summary: MPlayer movie encoder +Requires: mplayer-common = %{version}-%{release} + +%description -n mencoder +This package contains the MPlayer movie encoder. + +%package doc +Summary: MPlayer documentation in various languages + +%description doc +MPlayer documentation in various languages. + +%package tools +Summary: Useful scripts for MPlayer +Requires: mencoder = %{version}-%{release} +Requires: mplayer = %{version}-%{release} + +%description tools +This package contains various scripts from MPlayer TOOLS directory. + +%define mp_configure \ +./configure \\\ + --prefix=%{_prefix} \\\ + --bindir=%{_bindir} \\\ + --datadir=%{_datadir}/mplayer \\\ + --mandir=%{_mandir} \\\ + --confdir=%{_sysconfdir}/mplayer \\\ + --libdir=%{_libdir} \\\ + --codecsdir=%{codecdir} \\\ + \\\ + --extra-cflags="$RPM_OPT_FLAGS" \\\ + --language=all \\\ + \\\ + --enable-joystick \\\ + --enable-lirc \\\ + --enable-menu \\\ + --enable-radio \\\ + --enable-radio-capture \\\ + --enable-runtime-cpudetection \\\ + --enable-unrarexec \\\ + \\\ + --disable-dvdread-internal \\\ + --disable-libdvdcss-internal \\\ + %{!?_with_nemesi:--disable-nemesi} \\\ + %{!?_with_samba:--disable-smb} \\\ + \\\ + --disable-ffmpeg_a \\\ + \\\ + %{?_without_amr:--disable-libopencore_amrnb --disable-libopencore_amrwb} \\\ + %{!?_with_faac:--disable-faac} \\\ + %{!?_with_libmad:--disable-mad} \\\ + --disable-libmpeg2-internal \\\ + --disable-tremor-internal \\\ + %{?_with_xmms:--enable-xmms} \\\ + %{?_with_xmms:--with-xmmslibdir=%{_libdir}} \\\ + \\\ + --disable-bitmap-font \\\ + %{!?_with_dga:--disable-dga1 --disable-dga2} \\\ + %{!?_with_directfb:--disable-directfb} \\\ + %{!?_with_svgalib:--disable-svga} \\\ + --disable-termcap \\\ + --enable-xvmc \\\ + --with-xvmclib=XvMCW \\\ + \\\ + %{!?_with_arts:--disable-arts} \\\ + %{!?_with_esound:--disable-esd} \\\ + %{!?_with_jack:--disable-jack} \\\ + %{!?_with_openal:--disable-openal} \\\ + + +%prep +%if %{svn} +%setup -q -n mplayer-export-%{svnbuild} +%else +%setup -q -n MPlayer-%{version}%{pre} +%endif +%patch2 -p1 -b .config +%patch8 -p1 -b .manlinks +%patch14 -p1 -b .nodvdcss +%patch18 -p1 -b .ffmpeg + +mkdir GUI +cp -a `ls -1|grep -v GUI` GUI/ + +%build +pushd GUI +%{mp_configure}--enable-gui --disable-mencoder + +%{__make} V=1 %{?_smp_mflags} +popd + +%{mp_configure} + +%{__make} V=1 %{?_smp_mflags} + +%if %{svn} +# build HTML documentation from XML files +%{__make} html-chunked +%endif + +%install +rm -rf $RPM_BUILD_ROOT doc + +make install DESTDIR=$RPM_BUILD_ROOT INSTALLSTRIP= +for file in aconvert.sh divx2svcd.sh mencvcd.sh midentify.sh mpconsole.sh qepdvcd.sh subsearch.sh ; do +install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .sh` +done + +for file in calcbpp.pl countquant.pl dvd2divxscript.pl ; do +install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .pl` +done + +for file in vobshift.py ; do +install -pm 755 TOOLS/$file $RPM_BUILD_ROOT%{_bindir}/`basename $file .py` +done + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/mplayer +install -pm 644 TOOLS/*.fp $RPM_BUILD_ROOT%{_datadir}/mplayer/ + +# Clean up documentation +mkdir doc +cp -pR DOCS/* doc/ +rm -r doc/man doc/xml doc/README +mv doc/HTML/* doc/ +rm -rf doc/HTML + +# Default config files +install -Dpm 644 etc/example.conf \ + $RPM_BUILD_ROOT%{_sysconfdir}/mplayer/mplayer.conf + +install -pm 644 etc/{input,menu}.conf $RPM_BUILD_ROOT%{_sysconfdir}/mplayer/ + +# GUI mplayer +install -pm 755 GUI/%{name} $RPM_BUILD_ROOT%{_bindir}/gmplayer + +# Default skin +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/mplayer/skins +tar xjC $RPM_BUILD_ROOT%{_datadir}/mplayer/skins --exclude=.svn -f %{SOURCE1} +ln -s Blue $RPM_BUILD_ROOT%{_datadir}/mplayer/skins/default + +# Icons +for iconsize in 16x16 22x22 24x24 32x32 48x48 256x256 +do +install -dm 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$iconsize/apps +install -pm 644 etc/mplayer$iconsize.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$iconsize/apps/mplayer.png +done + +# Desktop file +desktop-file-install \ + --vendor livna \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + etc/%{name}.desktop + +# Codec dir +install -dm 755 $RPM_BUILD_ROOT%{codecdir} + + +%post gui +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : +update-desktop-database &>/dev/null || : + + +%postun gui +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : +update-desktop-database &>/dev/null || : + + +%files +%{_bindir}/mplayer + +%files common +%doc AUTHORS Changelog Copyright LICENSE README +%dir %{_sysconfdir}/mplayer +%config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf +%config(noreplace) %{_sysconfdir}/mplayer/input.conf +%config(noreplace) %{_sysconfdir}/mplayer/menu.conf +%dir %{codecdir}/ +%dir %{_datadir}/mplayer/ +%{_mandir}/man1/mplayer.1* +%lang(cs) %{_mandir}/cs/man1/mplayer.1* +%lang(de) %{_mandir}/de/man1/mplayer.1* +%lang(es) %{_mandir}/es/man1/mplayer.1* +%lang(fr) %{_mandir}/fr/man1/mplayer.1* +%lang(hu) %{_mandir}/hu/man1/mplayer.1* +%lang(it) %{_mandir}/it/man1/mplayer.1* +%lang(pl) %{_mandir}/pl/man1/mplayer.1* +%lang(ru) %{_mandir}/ru/man1/mplayer.1* +%lang(zh_CN) %{_mandir}/zh_CN/man1/mplayer.1* + +%files gui +%{_bindir}/gmplayer +%{_datadir}/applications/*mplayer.desktop +%{_datadir}/icons/hicolor/*/apps/mplayer.png +%{_datadir}/mplayer/skins/ + +%files -n mencoder +%{_bindir}/mencoder +%{_mandir}/man1/mencoder.1* +%lang(cs) %{_mandir}/cs/man1/mencoder.1* +%lang(de) %{_mandir}/de/man1/mencoder.1* +%lang(es) %{_mandir}/es/man1/mencoder.1* +%lang(fr) %{_mandir}/fr/man1/mencoder.1* +%lang(hu) %{_mandir}/hu/man1/mencoder.1* +%lang(it) %{_mandir}/it/man1/mencoder.1* +%lang(pl) %{_mandir}/pl/man1/mencoder.1* +%lang(ru) %{_mandir}/ru/man1/mencoder.1* +%lang(zh_CN) %{_mandir}/zh_CN/man1/mencoder.1* + +%files doc +%doc doc/en/ doc/tech/ +%lang(cs) %doc doc/cs/ +%lang(de) %doc doc/de/ +%lang(es) %doc doc/es/ +%lang(fr) %doc doc/fr/ +%lang(hu) %doc doc/hu/ +%lang(pl) %doc doc/pl/ +%lang(ru) %doc doc/ru/ +%lang(zh_CN) %doc doc/zh_CN/ + +%files tools +%{_bindir}/aconvert +%{_bindir}/calcbpp +%{_bindir}/countquant +%{_bindir}/divx2svcd +%{_bindir}/dvd2divxscript +%{_bindir}/mencvcd +%{_bindir}/midentify +%{_bindir}/mpconsole +%{_bindir}/qepdvcd +%{_bindir}/subsearch +%{_bindir}/vobshift +%{_datadir}/mplayer/*.fp + +%changelog +* Mon Feb 27 2012 Julian Sikorski - 1.0-0.131.20120204svn +- Added libbs2b-devel to BuildRequires (RPM Fusion bug #2157) +- Fixed --with directfb (RPM Fusion bug #2141) +- Don't mangle the manpages (RPM Fusion bug #1994) +- Fixed man links (RPM Fusion bug #1625) + +* Mon Feb 27 2012 Julian Sikorski - 1.0-0.130.20120204svn +- 20120204 snapshot +- Dropped obsolete Group, Buildroot, %%clean and %%defattr +- Updated the ffmpeg patch +- Updated Blue skin to 1.8 +- Building documentation is now done from the top-level Makefile +- Icons now come in different sizes + +* Fri Jan 27 2012 Nicolas Chauvet - 1.0-0.129.20110816svn +- Rebuilt for live555 + +* Tue Jan 10 2012 Nicolas Chauvet - 1.0-0.128.20110816svn +- Rebuild for FFmpeg + +* Mon Jan 02 2012 Nicolas Chauvet - 1.0-0.127.20110816svn +- Rebuild for new ffmpeg + +* Fri Sep 23 2011 Dominik Mierzejewski - 1.0-0.126.20110816svn +- 20110816 snapshot +- drop obsolete pause crash patch +- re-enable mp3lib decoder +- enable libmpg123 decoder + +* Fri Jul 15 2011 Nicolas Chauvet - 1.0-0.125.20110412svn +- Rebuilt for x264 ABI 115 + +* Thu Jun 16 2011 Ricky Zhou - 1.0-0.124.20110412svn +- Add upstream patch for pause crash. + +* Tue Apr 12 2011 Dominik Mierzejewski - 1.0-0.123.20110412svn +- 20110412 snapshot +- drop obsolete libvorbis patch +- add explanatory comments to all patches +- temporarily disable mp3lib decoder (workaround for bug #1680) + +* Sun Mar 27 2011 Dominik Mierzejewski - 1.0-0.122.20110227svn +- 20110227 snapshot +- rebuilt for new ffmpeg and x264 + +* Sun Mar 27 2011 Nicolas Chauvet - 1.0-0.121.20110110svn +- Rebuild for x264 + +* Mon Jan 10 2011 Dominik Mierzejewski - 1.0-0.120.20110110svn +- 20110110 snapshot +- enabled BluRay, bzip2, libgsm, rtmp support +- DGA support is now a build-time option +- build against system FFmpeg (experimental!) + (drop direct opencore-amr and schroedinger linking) + +* Sat Jul 03 2010 Dominik Mierzejewski - 1.0-0.119.20100703svn +- rebuild against latest x264 + +* Sat Jul 03 2010 Dominik Mierzejewski - 1.0-0.118.20100703svn +- 20100703 snapshot +- dropped obsolete libgif patch +- enabled libvpx support +- enabled external libmpeg2 (internal copy is scheduled to be dropped by upstream) + +* Thu May 06 2010 Nicolas Chauvet - 1.0-0.117.20100429svn +- Rebuilt for live555 + +* Thu Apr 29 2010 Dominik Mierzejewski - 1.0-0.116.20100429svn +- 20100429 snapshot +- drop unnecessary patches + +* Sat Apr 24 2010 Dominik Mierzejewski - 1.0-0.115.20100424svn +- 20100424 snapshot +- patch to build against older x264 + +* Sat Mar 27 2010 Dominik Mierzejewski - 1.0-0.114.20100327svn +- 20100327 snapshot +- drop unused patch +- fix build on F-13+ by linking against libgif instead of libungif + +* Thu Jan 28 2010 Nicolas Chauvet - 1.0-0.113.20100116svn +- Rebuild for live555 + +* Sat Jan 16 2010 Dominik Mierzejewski - 1.0-0.112.20100116svn +- 20100116 snapshot +- rebuild against current x264 +- fix licence tag when compiled with OpenCore AMR +- fix build --with faac (bug #997) +- enable radio support (bug #634) +- openal-devel is now openal-soft-devel (bug #935) +- move some files to -common subpackage, adjust dependencies (bug #1037) +- introduce -tools subpackage, move scripts there (bugs #544, #1037) + +* Thu Oct 29 2009 Dominik Mierzejewski - 1.0-0.111.20091029svn +- 20091029 snapshot +- rebuild against current x264 +- fix debuginfo generation (bug #101) +- move aconvert to mencoder package (bug #544) +- fix snapshot script not to mangle version string (bug #577) +- disable screensaver by default (bug #672) +- restore and rebase some of the dropped patches +- build against external liba52 +- enable dirac decoding via libschroedinger + +* Wed Oct 21 2009 kwizart < kwizart at gmail.com > - 1.0-0.110.20091021svn +- Update to snapshot 20091021 + mplayer svn rev: 29776 + ffmpeg : HEAD + dvdnav : HEAD +- Move from amrnb amrwb to opencore-amr +- Conditionalize faac (moved to nonfree). + +* Sun Mar 29 2009 Dominik Mierzejewski - 1.0-0.109.20090329svn +- 20090329 snapshot from 1.0rc3 branch +- fix RPM_OPT_FLAGS usage +- drop obsolete patch + +* Sun Mar 29 2009 Thorsten Leemhuis - 1.0-0.108.20090319svn +- rebuild for new F11 features + +* Thu Mar 19 2009 Dominik Mierzejewski - 1.0-0.107.20091319svn +- 20090319 snapshot +- fix HTML docs generation + +* Wed Feb 04 2009 Dominik Mierzejewski - 1.0-0.106.20090204svn +- 20090204 snapshot +- dropped obsolete patch +- dropped obsolete BR +- dropped redundant altivec CFLAGS on ppc +- fixed build on ppc + +* Wed Jan 07 2009 Dominik Mierzejewski - 1.0-0.105.20090107svn +- 20090107 snapshot +- dropped .sh extension from shell scripts in %%{_bindir} +- BR: yasm for more asm-optimized routines +- rebased patches + +* Thu Dec 18 2008 Dominik Mierzejewski - 1.0-0.104.20081218svn +- 20081218 snapshot +- dropped obsolete/upstreamed patches + +* Sun Nov 23 2008 Dominik Mierzejewski - 1.0-0.103.20080903svn +- fix broken terminal after using dvb input (bug #117) +- disable backing store (fixes tearing on Xorg Xserver 1.5.x) +- disable samba support by default, too much dependency bloat (bug #147) +- add missing Requires for hicolor icon dirs to -gui +- drop provides and obsoletes for mplayer-mencoder (last seen for FC4) + +* Tue Oct 28 2008 Dominik Mierzejewski - 1.0-0.102.20080903svn +- rework the build system +- rebuild for new libcaca + +* Thu Oct 16 2008 Dominik Mierzejewski - 1.0-0.101.20080903svn +- remove libdvdcss copy from the source tarball + +* Sun Oct 12 2008 Dominik Mierzejewski - 1.0-0.100.20080903svn +- backport the fix for CVE-2008-3827 + +* Tue Sep 09 2008 Dominik Mierzejewski - 1.0-0.99.20080903svn +- updated to 20080903 SVN snapshot +- added snapshot creation script +- dropped version sed-patching (happens in the snapshot script now) +- enabled samba support by default + +* Tue Aug 19 2008 Dominik Mierzejewski - 1.0-0.98.20080818svn +- moved config settings to config patch +- rebased patches against current snapshot + +* Mon Aug 18 2008 Dominik Mierzejewski - 1.0-0.97.20080818svn +- updated to latest SVN snapshot +- dropped obsolete patches +- installed aconvert.sh to bindir +- fixed zh_CN manpage installation + +* Sun Aug 17 2008 Dominik Mierzejewski - 1.0-0.96.20080613svn +- live-devel is now live555-devel +- added missing libXScrnSaver-devel BR +- fixed audio in some rtsp streams (backport from SVN) + +* Sat Aug 09 2008 Thorsten Leemhuis - 1.0-0.94.20080613svn +- updated to latest SVN snapshot (bugs #1812, #1910, #1895) +- fixed building with svgalib support +- use pulseaudio output by default +- BR latest libdvdnav +- bring back live (bug #1950), make libnemesi optional +- drop obsolete patches +- fix building against fribidi (bug #1887) +- BR latest x264 +- re-enable parallel make + +* Sat Mar 15 2008 Thorsten Leemhuis - 1.0-0.93.20080211svn +- rebuild for new x264 + +* Mon Feb 11 2008 Dominik Mierzejewski - 1.0-0.92.20080211svn +- updated to latest SVN snapshot +- fixed opening files with spaces in their names (bug #1674) +- libnemesi doesn't conflict with live anymore +- fixed samba BR (bug #1809) +- enabled libnemesi by default +- made live optional +- security fixes: CVE-2008-0485, CVE-2008-0486, CVE-2008-0629, CVE-2008-0630 + (bug #1852) + +* Mon Dec 03 2007 Dominik Mierzejewski - 1.0-0.91.20071201svn +- use correct chanmap patch +- obsolete mplayer-fonts +- require our faad2 2.6.1 + +* Sat Dec 01 2007 Dominik Mierzejewski - 1.0-0.90.20071201svn +- updated to latest SVN snapshot +- reverted a change which requires newer libdvdnav snapshot +- fixed license tag +- use man-links instead of real filesystem symlinks for mencoder.1 +- fixed desktop file + +* Sun Nov 11 2007 Dominik Mierzejewski - 1.0-0.89.rc2 +- rebuild against faad2-2.6.1 +- drop obsolete patch + +* Tue Nov 06 2007 Dominik Mierzejewski - 1.0-0.88.rc2 +- fixed crash in vorbis decoder (bug #1516) +- added pulseaudio support +- better libnemesi support +- fixed libdca support + +* Tue Nov 06 2007 Thorsten Leemhuis - 1.0-87 +- rebuild + +* Sat Oct 13 2007 Dominik Mierzejewski - 1.0-0.86.rc2 +- work around Fedora bug 330031 + +* Thu Oct 11 2007 Dominik Mierzejewski - 1.0-0.85.rc2 +- 1.0rc2 +- drop obsolete/useless patches +- add experimental audio channel reordering patch +- optional libnemesi support (mutually exclusive with LIVE555) +- revert to internal faad2 (linking with 2.5 makes MPlayer non-distributable) + but leave a build-time option +- don't rebuild HTML docs for releases +- include Copyright file + +* Thu Sep 27 2007 Dominik Mierzejewski - 1.0-0.84.20070923svn +- really fix it this time + +* Wed Sep 26 2007 Dominik Mierzejewski - 1.0-0.83.20070923svn +- fix build on x86_32 + +* Wed Sep 26 2007 Dominik Mierzejewski - 1.0-0.82.20070923svn +- disable parallel make (fails on vidix) +- re-enable external faad2 (fixed in 2.5-4) + +* Sun Sep 23 2007 Dominik Mierzejewski - 1.0-0.81.20070923svn +- latest snapshot +- update Blue skin +- fix seeking with -demux lavf +- dropped obsolete patches +- Czech manpage is already utf8 (bug #1626) +- fixes CVE-2007-4938 (bug #1645) +- disable external faad, seems broken + +* Sat Jul 21 2007 Dominik Mierzejewski - 1.0-0.80.20070715svn +- fix build on i386 +- another libdca patch update +- fix parallel builds + +* Fri Jul 20 2007 Dominik Mierzejewski - 1.0-0.79.20070715svn +- fix a crash in subtitle selection code +- updated libdca patch + +* Sun Jul 15 2007 Dominik Mierzejewski - 1.0-0.78.20070715svn +- latest snapshot +- use external libfaad again +- restore libdca support +- make ad_faad detect the correct sample rate on 64-bit systems + (based on a patch by Rasmus Rohde) + +* Tue Jun 12 2007 Dominik Mierzejewski - 1.0-0.77.20070612svn +- latest snapshot +- dropped one obsolete patch +- fixed CVE-2007-2948 (#1525) +- backported compilation fix from r23546 +- dropped redundant BR: libpng-devel (brought in by gtk2-devel) + +* Tue May 15 2007 Dominik Mierzejewski - 1.0-0.75.20070513svn +- BuildRequire the new libdvdnav + +* Sun May 13 2007 Dominik Mierzejewski - 1.0-0.74.20070513svn +- 20070513 snapshot +- libdha is now static + +* Sun Mar 25 2007 Dominik Mierzejewski - 1.0-0.72.20070325svn +- 20070325 snapshot +- built with internal libav{codec,format,util} +- dropped obsolete patches + +* Sun Mar 18 2007 Dominik Mierzejewski - 1.0-0.71.rc1 +- fix buffer overflow in DS_VideoDecoder.c (bug #1443) + +* Sat Mar 10 2007 Dominik Mierzejewski - 1.0-0.70.rc1 +- fix buffer overflow in DMO_VideoDecoder.c + +* Wed Jan 03 2007 Dominik Mierzejewski - 1.0-0.69.rc1 +- fix buffer overflow in asmrp.c + +* Thu Dec 28 2006 Dominik Mierzejewski - 1.0-0.68.rc1 +- don't depend on urw-fonts, use generic Sans font instead + +* Tue Dec 26 2006 Dominik Mierzejewski - 1.0-0.67.rc1 +- disable bitmap fonts +- add libdca support +- add twolame support +- prevent linking mplayer with GUI libs +- make libmad support optional + +* Sun Nov 5 2006 Ville Skyttä - 1.0-0.66.rc1 +- Apply upstream mp3lib workaround instead of disabling 3DNow altogether in it, + thanks to Dominik 'Rathann' Mierzejewski. + +* Tue Oct 31 2006 Ville Skyttä - 1.0-0.65.rc1 +- 1.0rc1, ffmpeg WMV3 patch applied upstream. +- Include libdvdnav and x264 support. + +* Fri Oct 06 2006 Thorsten Leemhuis 1.0-64 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Tue Sep 26 2006 Ville Skyttä - 1.0-0.63.pre8 +- Rebuild. + +* Fri Aug 18 2006 Ville Skyttä - 1.0-0.62.pre8 +- Enable ffmpeg WMV3 decoder. +- Work around hang when dumping to wav on ix86 (#1127). +- Disable internal tremor due to above workaround making it crashy. +- Disable FriBidi (#612) and joystick (#983) in default config file. +- Specfile/build dependency cleanups. +- Update default Blue skin to 1.6. + +* Thu Jul 27 2006 Ville Skyttä - 1.0-0.61.pre8 +- Move codecs dir to %%{_libdir}/codecs to follow upstream, old location + in %%{_libdir}/win32 still appears to work as a fallback. +- Ship codecs dir on all architectures again. + +* Thu Jul 27 2006 Ville Skyttä - 1.0-0.60.pre8 +- Make DirectFB support optional, disabled by default (#1102). +- Adapt to lzo2, require it. +- Include midentify (#1105). + +* Mon Jun 26 2006 Ville Skyttä - 1.0-0.44.pre8 +- System wide skins dir has changed to /usr/share/mplayer/skins (#1070). + +* Thu Jun 22 2006 Ville Skyttä - 1.0-0.42.pre8 +- Make arts and esound support optional, disabled by default (#1067). +- Specfile and legacy dependency cleanups. + +* Fri Jun 16 2006 Ville Skyttä - 1.0-0.40.pre8 +- 1.0pre8. +- Drop runtime CPU detection message removal patch. +- Disable XMMS and OpenAL support by default. +- Add support for building with JACK support, disabled by default. +- Don't include the %%{_libdir}/win32 dir on non-x86. +- Fix %%lang tags in -doc. + +* Sat May 13 2006 Ville Skyttä - 1.0-0.39.20060513 +- 2006-05-13 CVS snapshot. +- Make audio output default to ALSA in default config (#970). +- Trim pre-2005 %%changelog entries. + +* Sat May 06 2006 Noa Resare +- Move doc to a separate package (#960). + +* Sun Apr 16 2006 Ville Skyttä - 1.0-0.39.20060412 +- Enable Musepack support. + +* Thu Apr 13 2006 Ville Skyttä - 1.0-0.38.20060412 +- 2006-04-12 CVS snapshot. +- Fix 3dnow disabling patch, some parts were erroneously omitted in the + previous revision (Thomas Jansen). + +* Sat Apr 8 2006 Ville Skyttä - 1.0-0.38.20060407 +- 2006-04-07 CVS snapshot using shared ffmpeg, GTK2, FAAC, OpenAL, and XvMC. +- XMMS input plugin support can be disabled by rebuilding with "--without xmms" +- GUI changes: use upstream desktop entry file, update GTK icon cache and + desktop database at post(un)install time, install icon to %%{_datadir}/icons. +- Drop lots of obsolete patches. + +* Fri Mar 24 2006 Andreas Bierfert +1.0-0.37.pre7try2 +- fix #836 +- fix #835,#834 by disabling detection of 3dnowext for now (Thomas Jansen) + this should work around the garbage sound output + +* Sat Mar 18 2006 Ville Skyttä - 1.0-0.36.pre7try2 +- Add RLO identifier to version string per upstream recommendation. +- Use configure flags instead of patch for enabling v4l*. +- Make DVB and DirectFB support unconditional. +- Drop libXvMC-devel build dependency until xvmc is actually built (#731). +- Backport get_time_pos slave mode command from CVS to fix progress bar + with mplayerplug-in >= 3.15. +- Drop vdr-mplayer slave mode patch. +- Rename mplayer-mencoder to mencoder. + +* Fri Mar 17 2006 Andreas Bierfert +1.0-0.35.pre7try2 +- fix x86_64 asm issues (maybe?!) +- fix file section for ppc + +* Thu Mar 09 2006 Andreas Bierfert +- switch to new release field + +* Tue Feb 28 2006 Andreas Bierfert +- add dist + +* Thu Feb 23 2006 Ville Skyttä - 1.0-0.lvn.0.34.pre7try2 +- Apply upstream demuxer.h heap overflow fix (CVE-2006-0579). +- Fix build time X11 detection on lib64 archs. +- Update Blue skin to 1.5. + +* Mon Jan 16 2006 Adrian Reber - 1.0-0.lvn.0.32.pre7try2 +- re-enabled the aalib-devel BR + +* Thu Dec 22 2005 Ville Skyttä - 1.0-0.lvn.0.31.pre7try2 +- Apply fix for CVE-2005-4048 from ffmpeg CVS. + +* Sun Dec 11 2005 Adrian Reber - 1.0-0.lvn.0.30.pre7try2 +- changed BR for modular X +- temporary removal of aalib-devel BR + +* Fri Nov 25 2005 Ville Skyttä - 1.0-0.lvn.0.29.pre7try2 +- More pre-FC3 cleanups. +- Make "Blue" the default skin by symlinking, fixes fallback (#571). +- Build against new DirectFB. + +* Thu Sep 29 2005 Ville Skyttä - 1.0-0.lvn.0.28.pre7try2 +- Clean up obsolete pre-FC3 stuff (LIRC, CACA, DXR3, and Enca support now + unconditional). +- Drop zero Epochs. + +* Thu Sep 15 2005 Ville Skyttä - 0:1.0-0.lvn.0.27.pre7try2 +- Enable Enca by default, build with it for FC3+. + +* Tue Sep 6 2005 Ville Skyttä - 0:1.0-0.lvn.0.26.pre7try2 +- 1.0pre7try2. +- Enable v4l2 interface (#576). +- Enable DVB support only with recent enough glibc-kernheaders. + +* Mon Jul 4 2005 Thorsten Leemhuis - 0:1.0-0.lvn.0.26.pre7 +- Add a patch to allow compiling for x86_64-FC4; thx to Ryo Dairiki: + https://www.redhat.com/archives/fedora-extras-list/2005-July/msg00997.html + +* Mon Jul 4 2005 Ville Skyttä - 0:1.0-0.lvn.0.25.pre7 +- Enable DirectFB by default, rebuild with "--without directfb" to disable. +- Clean up obsolete pre-FC2 support. + +* Thu Jun 30 2005 Dams - 0:1.0-0.lvn.0.24.pre7 +- Added patch to fix ppc/altivec builds (#494) + +* Mon Jun 20 2005 Ville Skyttä - 0:1.0-0.lvn.0.23.pre7 +- Completely disable parallel make for now. + +* Mon Jun 6 2005 Thorsten Leemhuis - 0:1.0-0.lvn.0.22.pre7 +- add gcc4 patch from thias/gentoo/myself + +* Mon May 9 2005 Ville Skyttä - 0:1.0-0.lvn.0.21.pre7 +- Use em8300-devel for DXR3 support, and make it optional, default enabled. + +* Tue May 03 2005 Thorsten Leemhuis - 0:1.0-0.lvn.0.20.pre7 +- fix build issues on x86_64: + - move target= to a ix86 section -- on x86_64 it passes the option x86-64 + and not x86_64 + - use explicit --with-xmmslibdir + - {_libdir}/libdha.so.* and {_libdir}/mplayer are missing on x86_64 + +* Tue Apr 19 2005 Dams - 0:1.0-0.lvn.0.19.pre7 +- Updated installstrip patch +- Updated ldconfig patch +- Updated to 1.0pre7 + +* Sun Feb 27 2005 Ville Skyttä 0:1.0-0.lvn.0.18.pre6a +- Fix PPC build (David Woodhouse, bug 376). +- Add libcaca support (rebuild "--without caca" to disable). +- Rebuild with LIRC support. + +* Thu Jan 6 2005 Ville Skyttä 0:1.0-0.lvn.0.17.pre6a +- Update to 1.0pre6a (== 1.0pre6 + included HTML docs). diff --git a/sources b/sources new file mode 100644 index 0000000..c8f37fd --- /dev/null +++ b/sources @@ -0,0 +1,2 @@ +340368f4e33f767d9df109990fb29c02 Blue-1.8.tar.bz2 +b0f8f714b60e9a413cac32331b2e9d40 mplayer-export-2012-02-04.tar.bz2