diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-10-11 12:11:04 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-10-11 12:11:04 +0000 |
commit | 8b1402cfb7848e1a2a0163dcadaaf838ab289b3e (patch) | |
tree | 926195c4fc0145d771734e09efc943081e897d68 /media-sound/audacious | |
parent | Add missing x11-misc/imake to DEPEND, see bug #150820. (diff) | |
download | gentoo-2-8b1402cfb7848e1a2a0163dcadaaf838ab289b3e.tar.gz gentoo-2-8b1402cfb7848e1a2a0163dcadaaf838ab289b3e.tar.bz2 gentoo-2-8b1402cfb7848e1a2a0163dcadaaf838ab289b3e.zip |
Add taglib dependency (which will not be in 1.2 final; the configure script is wrong on this), closes bug #148729.
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.2.0_rc1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index eaff5c9d21d1..92e5b1436786 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.76 2006/09/18 21:16:19 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.77 2006/10/11 12:11:04 chainsaw Exp $ + + 11 Oct 2006; Tony Vroon <chainsaw@gentoo.org> audacious-1.2.0_rc1.ebuild: + Add taglib dependency (which will not be in 1.2 final; the configure script + is wrong on this), closes bug #148729. *audacious-1.2.0_rc1 (18 Sep 2006) diff --git a/media-sound/audacious/audacious-1.2.0_rc1.ebuild b/media-sound/audacious/audacious-1.2.0_rc1.ebuild index 160284c00a16..7da88a418ecd 100644 --- a/media-sound/audacious/audacious-1.2.0_rc1.ebuild +++ b/media-sound/audacious/audacious-1.2.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.2.0_rc1.ebuild,v 1.1 2006/09/18 21:16:19 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.2.0_rc1.ebuild,v 1.2 2006/10/11 12:11:04 chainsaw Exp $ inherit flag-o-matic @@ -19,6 +19,7 @@ IUSE="chardet nls gnome" RDEPEND=">=x11-libs/gtk+-2.6 >=gnome-base/libglade-2.3.1 dev-libs/libxml2 + >=media-libs/taglib-1.4-r1 gnome? ( >=gnome-base/gconf-2.6.0 )" DEPEND="${RDEPEND} |