diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-05-09 16:44:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-05-09 16:44:58 +0000 |
commit | aad3bf9244817f5d0ea36039256f8e6f33c76f98 (patch) | |
tree | 01f93aedb8ededb63a4fc74afbbbbf3d41c6a00d /media-video/mplayer | |
parent | Revbump to workaround parallel make issues and install schema file correctly,... (diff) | |
download | gentoo-2-aad3bf9244817f5d0ea36039256f8e6f33c76f98.tar.gz gentoo-2-aad3bf9244817f5d0ea36039256f8e6f33c76f98.tar.bz2 gentoo-2-aad3bf9244817f5d0ea36039256f8e6f33c76f98.zip |
internal a52dec support has been dropped, use external one
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index c42df11b3581..4e8010cb77dd 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.738 2010/05/06 13:38:12 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.739 2010/05/09 16:44:58 aballier Exp $ + + 09 May 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: + internal a52dec support has been dropped, use external one *mplayer-1.0_rc4_p20100506 (06 May 2010) diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index d7bd5a4c036d..51e6d2792b48 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.57 2010/05/05 08:37:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.58 2010/05/09 16:44:58 aballier Exp $ EAPI="2" @@ -88,6 +88,7 @@ RDEPEND+=" xvmc? ( x11-libs/libXvMC ) ) ) + a52? ( media-libs/a52dec ) aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) amr? ( !bindist? ( media-libs/opencore-amr ) ) @@ -392,12 +393,10 @@ src_configure() { ########## # Codecs # ########## - # Won't work with external liba52 - myconf+=" --disable-liba52" - use a52 && myconf+=" --enable-liba52-internal" # Use internal musepack codecs for SV7 and SV8 support myconf+=" --disable-musepack" + use a52 || myconf+=" --disable-liba52" myconf+=" --disable-faad-internal" # always use system media-libs/faad2 use dirac || myconf+=" --disable-libdirac-lavc" use dts || myconf+=" --disable-libdca" |