diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audacious/audacious-2.4.0.ebuild (renamed from media-sound/audacious/audacious-2.4_rc2.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 6599a460343f..51dcf3802a83 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.210 2010/08/23 22:14:59 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.211 2010/08/25 23:32:45 chainsaw Exp $ + +*audacious-2.4.0 (25 Aug 2010) + + 25 Aug 2010; <chainsaw@gentoo.org> -audacious-2.4_rc2.ebuild, + +audacious-2.4.0.ebuild: + Final release. Audacious 2.4 is now officially perfect so we are going + into 2.5 development. Thank you for the bug reports on JIRA. *audacious-2.4_rc3 (23 Aug 2010) diff --git a/media-sound/audacious/audacious-2.4_rc2.ebuild b/media-sound/audacious/audacious-2.4.0.ebuild index 8e494f790ad8..940ab1d210b1 100644 --- a/media-sound/audacious/audacious-2.4_rc2.ebuild +++ b/media-sound/audacious/audacious-2.4.0.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-sound/audacious/audacious-2.4_rc2.ebuild,v 1.1 2010/08/13 21:30:09 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.0.ebuild,v 1.1 2010/08/25 23:32:45 chainsaw Exp $ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0 nls? ( dev-util/intltool )" -PDEPEND=">=media-plugins/audacious-plugins-2.4_rc2" +PDEPEND=">=media-plugins/audacious-plugins-2.4.0" src_compile() { # D-Bus is a mandatory dependency, remote control, |