diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-06-25 11:53:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-06-25 11:53:40 +0000 |
commit | 2b29fc891a8045f29ff7269fc3641b3c78dabf94 (patch) | |
tree | b438fdb978376ac3ec9ac03358f63936938f6815 /media-video/mplayer | |
parent | disable faac with use bindist, by Nikoli <nikoli@lavabit.com>, bug #323353 (diff) | |
download | gentoo-2-2b29fc891a8045f29ff7269fc3641b3c78dabf94.tar.gz gentoo-2-2b29fc891a8045f29ff7269fc3641b3c78dabf94.tar.bz2 gentoo-2-2b29fc891a8045f29ff7269fc3641b3c78dabf94.zip |
propagate enca useflag to libass, by Alexey Shildyakov <ashl1future@gmail.com>, bug #321863
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 7988161640ea..c5201e77de93 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # 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.749 2010/06/25 11:51:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.750 2010/06/25 11:53:40 aballier Exp $ + + 25 Jun 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: + propagate enca useflag to libass, by Alexey Shildyakov + <ashl1future@gmail.com>, bug #321863 25 Jun 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: disable faac with use bindist, by Nikoli <nikoli@lavabit.com>, bug #323353 diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index 3c0e8905f081..f287378736f6 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.66 2010/06/25 11:51:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.67 2010/06/25 11:53:40 aballier Exp $ EAPI="2" @@ -94,7 +94,7 @@ RDEPEND+=" aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) amr? ( !bindist? ( media-libs/opencore-amr ) ) - ass? ( ${FONT_RDEPS} media-libs/libass ) + ass? ( ${FONT_RDEPS} media-libs/libass[enca?] ) bidi? ( dev-libs/fribidi ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio ) |