diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-01-04 23:20:48 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-01-04 23:20:48 +0000 |
commit | 87c5f6c2b8d2fb28178eaad9ed607485d21972ab (patch) | |
tree | 4c64f1d7c9922c32b47d0f5c54d94b76c738918b /media-plugins/audacious-plugins | |
parent | add ~x86, bug #297782 (diff) | |
download | gentoo-2-87c5f6c2b8d2fb28178eaad9ed607485d21972ab.tar.gz gentoo-2-87c5f6c2b8d2fb28178eaad9ed607485d21972ab.tar.bz2 gentoo-2-87c5f6c2b8d2fb28178eaad9ed607485d21972ab.zip |
Add missing dependency on media-video/ffmpeg for USE="ffmpeg" as suggested by Daniel Nilsson in bug #299643.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index 41c0c1e2c9b2..76177584e4d6 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-plugins -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.156 2009/12/23 20:03:21 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.157 2010/01/04 23:20:48 chainsaw Exp $ + + 04 Jan 2010; <chainsaw@gentoo.org> audacious-plugins-2.2-r2.ebuild: + Add missing dependency on media-video/ffmpeg for USE="ffmpeg" as suggested + by Daniel Nilsson in bug #299643. 23 Dec 2009; Jeroen Roovers <jer@gentoo.org> audacious-plugins-2.2-r2.ebuild: diff --git a/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild b/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild index 7bc88f3f904e..465e46d0b625 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild,v 1.6 2009/12/23 20:03:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.2-r2.ebuild,v 1.7 2010/01/04 23:20:48 chainsaw Exp $ inherit eutils flag-o-matic @@ -30,6 +30,7 @@ RDEPEND="app-arch/unzip >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) esd? ( >=media-sound/esound-0.2.38-r1 ) + ffmpeg? ( media-video/ffmpeg ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) |