%global with_faac 1 %global with_vaapi 1 %global with_libvpx 1 #% global with_ffmpeg 1 %global ffmpegver 2.8.5 #% global svndate 20120525 %define codecdir %{_libdir}/codecs %global ttfontdir %{_datadir}/fonts %global ttfontlist TrueType-vlgothic/VL-PGothic-Regular \\\ TrueType-sazanami-gothic/sazanami-gothic Summary: The Movie Player Summary(ja): 動画プレイヤー Name: mplayer Version: 1.2 Release: 3%{?svndate:.%svndate}%{?_dist_release} Source0: http://www.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz #Source0: mplayer-export-%{svndate}.tar.xz Source1: http://ffmpeg.org/releases/ffmpeg-%{ffmpegver}.tar.bz2 Source10: mplayer-snapshot-vine.sh Source11: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.11.tar.bz2 Source12: http://www.mplayerhq.hu/MPlayer/skins/Blue-small-1.8.tar.bz2 Source13: http://www.mplayerhq.hu/MPlayer/skins/standard-1.11.tar.bz2 Source14: http://www.mplayerhq.hu/MPlayer/skins/OSX-Mod-1.1.tar.bz2 # set defaults for Vine Linux Patch2: %{name}-1.1.1-config-vine.patch # use roff include statements instead of symlinks Patch8: %{name}-1.1.1-manlinks.patch # NOTE: need not this patch against v1.2 # # erase any trace of libdvdcss # Patch14: %{name}-1.1.1-nodvdcss.patch # use system FFmpeg libraries Patch18: %{name}-1.1.1-ffmpeg.patch ## Vine %if 0%{!?_without_amr:1} License: GPLv3+ %else License: GPLv2+ %endif Group: Applications/Multimedia URL: http://www.mplayerhq.hu/ BuildRequires: SDL-devel BuildRequires: aalib-devel BuildRequires: alsa-lib-devel BuildRequires: cdparanoia-devel BuildRequires: desktop-file-utils ##!!BuildRequires: em8300-devel BuildRequires: libdvdnav-devel BuildRequires: enca-devel BuildRequires: fontconfig-devel BuildRequires: freetype2-devel >= 2.0.9 BuildRequires: fribidi-devel BuildRequires: giflib-devel BuildRequires: gtk2-devel BuildRequires: mesa-libGL-devel BuildRequires: libXinerama-devel BuildRequires: libXScrnSaver-devel BuildRequires: libXv-devel BuildRequires: libXvMC-devel BuildRequires: libXxf86dga-devel BuildRequires: libXxf86vm-devel BuildRequires: libass-devel BuildRequires: libpng-devel BuildRequires: libjpeg-devel BuildRequires: libdvdread BuildRequires: libmpcdec-devel >= 1.2.1 BuildRequires: librtmp-devel >= 2.3 BuildRequires: speex-devel >= 1.1 %{?with_vaapi:BuildRequires:libva-devel} BuildRequires: libvdpau-devel BuildRequires: libvorbis-devel %{?with_libvpx:BuildRequires: libvpx-devel >= 0.9.6} BuildRequires: lzo-devel >= 2 BuildRequires: pulseaudio-lib-devel BuildRequires: speex-devel >= 1.1 BuildRequires: twolame-devel BuildRequires: xorg-x11-devel BuildRequires: yasm BuildRequires: zlib-devel # *-devel packages provided by other self-build-* should only be listed # in self-build-%{name}.spec as PreReq. ##Requires: self-build-mplayer-codecs ##BuildRequires: self-build-libdvdcss ###BuildRequires: self-build-lame ##BuildRequires: self-build-libdca ##BuildRequires: self-build-x264 >= 0.129 ##BuildRequires: self-build-xvidcore >= 0.9.2 ##BuildRequires: self-build-faad2 >= 2.6.1 ###BuildRequires: self-build-libmpeg2 Requires: TrueType-vlgothic Requires: mesa-libGL BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: mplayer < %{version}-%{release} %description MPlayer can play most standard video formats out of the box and almost all others with the help of external codecs. MPlayer currently works best from the command line, but visual feedback for many functions is available from its onscreen status display (OSD), which is also used for displaying subtitles. MPlayer also has a GUI with skin support and several unofficial alternative graphical frontends are available. MEncoder is a command line video encoder for advanced users that can be built from the MPlayer source tree. Unofficial graphical frontends exist but arenot included. MPlayer supports most common formats, like DVDs, MPEG-1/2/4, etc, but support for some newer codecs are not yet inpmlemented. You should install mplayer-codecs package if you want to play videos using those new codecs. %description -l ja MPlayer は一般的なフォーマットの動画ならそのままですぐ再生できます。 またそれ以外のほとんど全てのフォーマットも外部 Codec を使用すること で再生できます。 現在の MPlayer はコマンドラインから使うのが一番便利ですが、 多くの操作は字幕と同様に、 オンスクリーン・ディスプレイ (OSD) によりその結果が画面上で確認できます。 MPlayer には スキンを変更できる GUI も用意されていますし、 また複数の非公式なフロントエンドも利用できます。 MEncoder は上級者向けのコマンドラインの動画用エンコーダーです。 非公式な GUI フロントエンドもありますが、このパッケージには含まれていません。 MPlayer は何もしなくても DVD や MPEG-1/2/4 のように一般的なフォーマット を再生できます。ただし一部の最新のフォーマットへの対応はまだ実装されて いないので、そのような動画を再生したい場合は mplayer-codecs パッケージ をインストールする必要があります。 %prep #% setup -q -n mplayer-export-%{svndate} %setup -q -n MPlayer-%{version} %__rm -rf ffmpeg && %__tar xf %{SOURCE1} && mv ffmpeg-%{ffmpegver} ffmpeg || exit 1 %patch2 -p1 -b .vine %patch8 -p1 -b .manlinks #%patch14 -p1 -b .nodvdcss %{?with_ffmpeg:%patch18 -p1 -b .ffmpeg} %build ./configure \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ --datadir=%{_datadir}/mplayer \ --mandir=%{_mandir} \ --confdir=%{_sysconfdir}/mplayer \ --libdir=%{_libdir} \ --codecsdir=%{codecdir} \ \ --extra-cflags="$RPM_OPT_FLAGS" \ --language=ja,en \ --enable-joystick \ --enable-gui --enable-menu \ --enable-radio --enable-radio-capture \ --enable-runtime-cpudetection \ --enable-unrarexec \ \ --disable-nemesi \ \ %{?with_ffmpeg:--disable-ffmpeg_a} %{!?with_ffmpeg:--disable-ffmpeg_so} \ %{?_without_amr:--disable-libopencore_amrnb --disable-libopencore_amrwb} \ %{!?with_faac:--disable-faac} \ --disable-libmpeg2-internal \ --disable-libopenjpeg \ \ --disable-bitmap-font \ --disable-dga1 --disable-dga2 \ --disable-directfb \ --disable-svga \ --disable-termcap \ --enable-xvmc \ --with-xvmclib=XvMCW \ \ --disable-arts --disable-esd --disable-jack --disable-openal \ --disable-live \ ; %{__make} V=1 %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install INSTALLSTRIP= \ prefix=${RPM_BUILD_ROOT}%{_prefix} \ BINDIR=${RPM_BUILD_ROOT}%{_bindir} \ DATADIR=${RPM_BUILD_ROOT}%{_datadir}/mplayer \ CONFDIR=${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer \ LIBDIR=${RPM_BUILD_ROOT}%{_libdir} \ MANDIR=${RPM_BUILD_ROOT}%{_mandir} \ ; ## install some default config files %{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer %{__install} -pm 644 etc/example.conf \ ${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer/mplayer.conf %{__install} -pm 644 etc/{input,menu,codecs}.conf \ ${RPM_BUILD_ROOT}%{_sysconfdir}/mplayer # # 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 # install skins and set the default skin %{__mkdir} -p ${RPM_BUILD_ROOT}%{_datadir}/mplayer/skins pushd ${RPM_BUILD_ROOT}%{_datadir}/mplayer/skins for x in %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14}; do %__tar xf ${x} || exit 1 done %__ln_s Blue default || exit 1 popd # make sybolic link to ttf font for subtitle for i in %{ttfontlist}; do if [ -e %{ttfontdir}/$i.ttf ];then %__ln_s -f %{ttfontdir}/$i.ttf ${RPM_BUILD_ROOT}%{_datadir}/mplayer/subfont.ttf; break; fi; done ## install TOOLS 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 %{__rm} -rf ${RPM_BUILD_ROOT} %post touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi %{_bindir}/update-desktop-database --quiet %{_datadir}/applications || : %postun %{_bindir}/update-desktop-database --quiet %{_datadir}/applications touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi || : %files %defattr(-,root,root) #%doc AUTHORS Changelog Copyright LICENSE README %config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf %config(noreplace) %{_sysconfdir}/mplayer/codecs.conf %config(noreplace) %{_sysconfdir}/mplayer/input.conf %config(noreplace) %{_sysconfdir}/mplayer/menu.conf %{_bindir}/mplayer %{_bindir}/gmplayer %{_bindir}/mencoder %{_datadir}/mplayer/skins/default %{_datadir}/mplayer/skins/Blue %{_datadir}/mplayer/skins/Blue-small %{_datadir}/mplayer/skins/OSX-Mod %{_datadir}/mplayer/skins/standard %{_datadir}/mplayer/subfont.ttf %{_datadir}/applications/mplayer.desktop %{_datadir}/icons/hicolor/*/apps/mplayer.png %{_mandir}/man1/mplayer.1* %{_mandir}/man1/mencoder.1* ## 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 * Wed Oct 09 2019 Toshiaki Ara 1.2-3 - change BR: self-build-{lame,libmpeg2} to {lame,a52dec}-devel * Sun Jul 03 2016 Yoji TOYODA 1.2-2 - rebuild with libcdio-0.93 * Sat Jan 23 2016 Munehiro Yamamoto 1.2-1 - new upstream release * Sat Jul 11 2015 Munehiro Yamamoto 1.1.1-4 - rebuilt * Fri Jan 2 2015 Munehiro Yamamoto 1.1.1-3 - rebuilt with ffmpeg-0.11.5 * Mon Oct 7 2013 Munehiro Yamamoto 1.1.1-2 - remove some obsolete comments * Sun Sep 29 2013 Munehiro Yamamoto 1.1.1-1 - updated to 1.1.1 - build with new x264 (ABI 0.136) and ffmpeg 0.11.4 (libav 0.8.2 as of 2012-09-19) * Sun Jan 20 2013 Munehiro Yamamoto 1.1-2 - rebuilt with new x264 (ABI 0.129) and ffmpeg 0.11.2 (libav 0.8.2) * Wed Jun 13 2012 Munehiro Yamamoto 1.1-1 - updated to 1.1 - built with ffmpeg-0.11.1 - added some skins * Sat May 26 2012 Munehiro Yamamoto 1.0-47.20120525 - updated snapshot 20120525 with ffmpeg 0.11 * Tue Jan 3 2012 Munehiro Yamamoto 1.0-46.20120102 - updated snapshot 20120102 * Sun Dec 18 2011 Munehiro Yamamoto 1.0-45.20111210 - updated snapshot 20111217 (with ffmpeg 0.9) * Wed Nov 2 2011 Munehiro Yamamoto 1.0-44.rc4 - s/self-build-libdvdnav/libdvdnav/ * Fri Oct 7 2011 Munehiro Yamamoto 1.0-43.rc4 - updated %%SOURCE1 - update to 1.8 * Sun Jun 19 2011 Munehiro Yamamoto 1.0-42.rc4 - dropped BuildRequires: esound-devel * Sat Mar 26 2011 Munehiro Yamamoto 1.0-41.rc4 - new upstream release - ready for Vine Linux 6 - revived support for Vine Linux 5 - added BuildRequires: - libass-devel - librtmp-devel >= 2.3 - speex-devel >= 1.1 * Tue Feb 01 2011 Munehiro Yamamoto 1.0-40.20100709 - added BuildRequires: - aalib-devel - enca-devel - lzo-devel - speex-devel * Sun Jul 25 2010 Munehiro Yamamoto 1.0-39.20100709 - updated fixed %{name}-config.patch - applied %{name}-config-20100709-vine.patch * Sat Jul 17 2010 Munehiro Yamamoto 1.0-38.20100709 - change release to sync with self-build-mplayer * Sat Jul 10 2010 Munehiro Yamamoto 1.0-37.20100709 - updated source snapshot 20100709 - renamed %%Source10 to mplayer-snapshot-vine.sh - applied mplayer-20100709-fixed-vo_x11_create_vo_window.patch - added BuildRequires: libvpx-devel >= 0.9.1 * Sun Jun 27 2010 Munehiro Yamamoto 1.0-36.20100621 - updated source snapshot 20100621 * Sat Jun 26 2010 Munehiro Yamamoto 1.0-35.20100615 - updated source snapshot 20100615 - added BuildRequires: libXinerama-devel - dropped vl4 support * Sun Apr 11 2010 Munehiro Yamamoto 1.0-34.20100410 - updated source snapshot 20100410 * Fri Apr 02 2010 Munehiro Yamamoto 1.0-33.20100401 - updated source snapshot 20100401 * Sat Mar 27 2010 Munehiro Yamamoto 1.0-32.20100326 - updated source snapshot 20100326 * Thu Mar 18 2010 Munehiro Yamamoto 1.0-31.20100317 - updated source snapshot 20100317 * Wed Feb 17 2010 Munehiro Yamamoto 1.0-30.20100216 - updated source snapshot 20100216 - moved scripts from TOOLS - added --disable-libopenjpeg in configure options * Tue Feb 02 2010 Munehiro Yamamoto 1.0-29.20100201 - updated source snapshot 20100201 - dropped obsolete patches - added BuildRequires: - libvdpau-devel - libXScrnSaver-devel * Sat Dec 26 2009 Munehiro Yamamoto 1.0-28.20091031 - update mplayer-config-20091215-vine.patch - update mplayer-20091215-x86_32-compile.patch - added --enable-runtime-cpudetection in configure options * Sun Nov 01 2009 Munehiro Yamamoto 1.0-27.20091031 - source snapshot 20091031 - updated mplayer-20091031-x86_32-compile.patch * Sun Oct 04 2009 Munehiro Yamamoto 1.0-26.20091003 - source snapshot 20091003 * Sun Sep 13 2009 Munehiro Yamamoto 1.0-25.20090905 - change release to sync with self-build-mplayer * Sun Sep 06 2009 Munehiro Yamamoto 1.0-24.20090905 - source snapshot 20090905 - added settings for vl6 * Sat Aug 22 2009 Munehiro Yamamoto 1.0-23.20090821 - source snapshot 20090821 - replaced BR: libungif-devel with BR: giflib-devel * Thu Jul 23 2009 Munehiro Yamamoto 1.0-22.20090722 - source snapshot 20090722 * Fri Jul 03 2009 Munehiro Yamamoto 1.0-21.20090702 - source snapshot 20090702 * Fri Jun 12 2009 Munehiro Yamamoto 1.0-20.20090611 - source snapshot 20090611 * Sun Jun 07 2009 Munehiro Yamamoto 1.0-19.20090522 - added Requires: TrueType-vlgothic * Sat May 23 2009 Munehiro Yamamoto 1.0-18.20090522 - source snapshot 20090522 - build with x264 >= 0.0.0-9.20090522 - updated mplayer-20090522-nodvdcss.patch * Thu May 07 2009 Munehiro Yamamoto 1.0-17.20090502 - change release to sync with self-build-mplayer * Sun May 03 2009 Munehiro Yamamoto 1.0-16.20090502 - source snapshot 20090502 - updated mplayer-20090503-x86_32-compile.patch - updated mplayer-20090502-nodvdcss.patch * Thu Apr 09 2009 Munehiro Yamamoto 1.0-15.20090327 - applied mplayer-config-vine.patch * Sat Mar 28 2009 Munehiro Yamamoto 1.0-14.20090327 - source snapshot 20090327 - updated mplayer-20090327-x86_32-compile.patch - updated mplayer-20090325-nodvdcss.patch - dropped gmplayer-about-vine.patch - install some default config files - added configure options: - --disable-termcap - --enable-xvmc - --with-xvmclib=XvMCW - archived doc/mplayer-1.0/TOOLS directory to doc/TOOLS.tar.bz2 - fixed %%files for *.conf * Fri Mar 06 2009 Munehiro Yamamoto 1.0-13.20090305 - source snapshot 20090305 * Sat Feb 28 2009 Munehiro Yamamoto 1.0-12.20090227 - source snapshot 20090227 * Tue Feb 17 2009 Munehiro Yamamoto 1.0-11.20090216 - source snapshot 20090216 * Sun Feb 08 2009 Munehiro Yamamoto 1.0-10.20090206 - source snapshot 20090206 - dropped mplayer-man-zh_CN.patch - updated mplayer-20090206-nodvdcss.patch - changed to PreReq: self-build-faad2 from faad2-devel - added PreReq: self-build-libmad * Sun Feb 01 2009 Munehiro Yamamoto 1.0-9.20090131 - source snapshot 20090131 * Thu Jan 29 2009 Munehiro Yamamoto 1.0-8.20090122 - change release to sync with self-build-mplayer * Fri Jan 23 2009 Munehiro Yamamoto 1.0-7.20090122 - source snapshot - update mplayer-20090122-nodvdcss.patch - added BuildRequires: - faad2-devel - libmpcdec-devel - twolame-devel - yasm - faac-devel (as PreReq in self-build-%{name}) - lame-devel (as PreReq in self-build-%{name}) - libdca-devel (as PreReq in self-build-%{name}) - x264-devel >= 0.0.0-4.20090110 (as PreReq in self-build-%{name}) - xvidcore-devel >= 0.9.2 (as PreReq in self-build-%{name}) * Sat Jan 10 2009 Munehiro Yamamoto 1.0-6.20090109 - source snapshot - added --disable-faac-lavc --disable-mp3lame-lavc --disable-x264-lavc --disable-faad-internal in configure options - dropped gmplayer-add-flv-extension.patch * Sun Dec 14 2008 Munehiro Yamamoto 1.0-5.20081001 - source snapshot - fixed License - added some patches from RPM Fusion - updated gmplayer-about-vine.patch for 20081001 snapshot - added BuildRequires: libdvdread - added BuildRequires: self-build-libdvdcss self-build-libdvdnav - added --disable-dvdread-internal --enable-dvdread --enable-dvdnav in configure options #- applied mplayer-avoid-Warning_MVs_not_available.patch for VineSeed * Mon Nov 17 2008 Munehiro Yamamoto 1.0-4.rc2 - fixed License - added some devel packages to support OpenGL * Sun Nov 02 2008 Munehiro Yamamoto 1.0-3.rc2 - spec in utf8 - fix sybolic link of subfont for vl5 * Wed May 07 2008 Atsushi SHICHI 1.0-2.rc2vl4 - add "Patch105: CVE-2008-1558.patch". * Fri May 02 2008 Atsushi SHICHI 1.0-1.rc2vl4 - build with new versioning policy. - fix Source[01] URLs. - add "Patch200: gmplayer-about-vine.patch". - add "Patch201: gmplayer-add-flv-extension.patch". * Sun Feb 17 2008 Munehiro Yamamoto 1.0-0vl0.3rc2 - add four official security patches (CVE-2008-0485, CVE-2008-0486, CVE-2008-0629, CVE-2008-0630) - add mplayer-1.0rc2-20080211-stream_cddb.patch * Tue Feb 12 2008 Kazutaka HARADA 1.0-0vl0.2rc2 - change source download URL. * Sun Jan 27 2008 Kazutaka HARADA 1.0-0vl0.1rc2 - fix CONFDIR for make install. * Fri Jan 18 2008 Kazutaka HARADA 1.0-0vl0.0rc2 - initial build for Vine Linux