diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-16 18:56:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-16 18:56:08 +0000 |
commit | c85d0979ef3ae1c43b9aacb4a54c85d298017718 (patch) | |
tree | 6f1a181090dca2de060f4511722a8a7af968e242 /media-video/mplayer/mplayer-9999.ebuild | |
parent | Remove win32codecs USE flag, bug 468406. (diff) | |
download | gentoo-2-c85d0979ef3ae1c43b9aacb4a54c85d298017718.tar.gz gentoo-2-c85d0979ef3ae1c43b9aacb4a54c85d298017718.tar.bz2 gentoo-2-c85d0979ef3ae1c43b9aacb4a54c85d298017718.zip |
Remove win32codecs USE flag, bug 468406.
(Portage version: 2.1.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'media-video/mplayer/mplayer-9999.ebuild')
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index 1aed10f11de5..96ec59b8cff8 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.142 2013/04/13 17:17:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.143 2013/05/16 18:56:08 ulm Exp $ EAPI=4 @@ -18,8 +18,7 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa +network nut openal +opengl +osdmenu oss png pnm pulseaudio pvr radio +rar +rtc rtmp samba +shm sdl +speex sse sse2 ssse3 tga +theora tremor +truetype +toolame +twolame +unicode v4l vdpau vidix -+vorbis win32codecs +X +x264 xanim xinerama +xscreensaver +xv +xvid xvmc -zoran" ++vorbis +X +x264 xanim xinerama +xscreensaver +xv +xvid xvmc zoran" VIDEO_CARDS="s3virge mga tdfx" for x in ${VIDEO_CARDS}; do @@ -62,11 +61,6 @@ RDEPEND+=" app-arch/bzip2 sys-libs/zlib || ( >=media-video/ffmpeg-1.1 >=media-video/libav-9 ) - !bindist? ( - x86? ( - win32codecs? ( media-libs/win32codecs ) - ) - ) a52? ( media-libs/a52dec ) aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) @@ -175,7 +169,7 @@ fi # unicode transformations are usefull only with iconv # radio requires oss or alsa backend # xvmc requires xvideo support -REQUIRED_USE="bindist? ( !faac !win32codecs ) +REQUIRED_USE="bindist? ( !faac ) dvdnav? ( dvd ) libass? ( truetype ) truetype? ( iconv ) @@ -410,11 +404,7 @@ src_configure() { ################# # Binary codecs # ################# - if use win32codecs ; then - myconf+=" --enable-win32dll" - else - myconf+=" --disable-qtx --disable-real --disable-win32dll" - fi + myconf+=" --disable-qtx --disable-real --disable-win32dll" ################ # Video Output # @@ -559,10 +549,6 @@ src_install() { dodoc DOCS/tech/{*.txt,MAINTAINERS,mpsub.sub,playtree,TODO,wishlist} docinto TOOLS/ dodoc -r TOOLS - if use win32codecs; then - docinto tech/realcodecs/ - dodoc DOCS/tech/realcodecs/* - fi docinto tech/mirrors/ dodoc DOCS/tech/mirrors/* |