diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-11-10 16:12:26 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-11-10 16:12:26 +0000 |
commit | e6e30137a21ee486ed28f0eb9acdb788ecaa8b68 (patch) | |
tree | dd9424fe0aaaf3a49284f71b9ca451dfe2f523ae /media-sound/audacious | |
parent | Stable for HPPA (bug #198446). (diff) | |
download | gentoo-2-e6e30137a21ee486ed28f0eb9acdb788ecaa8b68.tar.gz gentoo-2-e6e30137a21ee486ed28f0eb9acdb788ecaa8b68.tar.bz2 gentoo-2-e6e30137a21ee486ed28f0eb9acdb788ecaa8b68.zip |
Version bump to 1.4.0 final.
(Portage version: 2.1.3.17)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.4.0.ebuild (renamed from media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild) | 4 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.4.0_beta4.ebuild | 61 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.4.0 (renamed from media-sound/audacious/files/digest-audacious-1.4.0_rc1-r1) | 6 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.4.0_beta4 | 6 |
5 files changed, 13 insertions, 73 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index feb5964e163b..6daaaf43fb2d 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.127 2007/11/03 07:16:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.128 2007/11/10 16:12:25 chainsaw Exp $ + +*audacious-1.4.0 (07 Nov 2007) + + 07 Nov 2007; Tony Vroon <chainsaw@gentoo.org> + -audacious-1.4.0_beta4.ebuild, -audacious-1.4.0_rc1-r1.ebuild, + +audacious-1.4.0.ebuild: + Version bump to 1.4.0 final. 03 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> audacious-1.4.0_rc1-r1.ebuild: diff --git a/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild b/media-sound/audacious/audacious-1.4.0.ebuild index 692e0064810c..760e5911fdfa 100644 --- a/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild +++ b/media-sound/audacious/audacious-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v 1.2 2007/11/03 07:16:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0.ebuild,v 1.1 2007/11/10 16:12:25 chainsaw Exp $ inherit flag-o-matic @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0 nls? ( dev-util/intltool )" -PDEPEND=">=media-plugins/audacious-plugins-1.4.0_rc1" +PDEPEND=">=media-plugins/audacious-plugins-1.4.0" src_compile() { econf \ diff --git a/media-sound/audacious/audacious-1.4.0_beta4.ebuild b/media-sound/audacious/audacious-1.4.0_beta4.ebuild deleted file mode 100644 index 1b577e73e723..000000000000 --- a/media-sound/audacious/audacious-1.4.0_beta4.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_beta4.ebuild,v 1.1 2007/10/31 17:06:22 chainsaw Exp $ - -inherit flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="chardet dbus nls" - -RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 ) - >=dev-libs/libmcs-0.6.0 - >=dev-libs/libmowgli-0.5.0 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - media-libs/libsamplerate - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.10" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9.0 - nls? ( dev-util/intltool )" - -PDEPEND=">=media-plugins/audacious-plugins-1.4.0_beta4" - -src_compile() { - econf \ - --enable-samplerate \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable nls) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins "${WORKDIR}"/gentoo_ice/* - docinto gentoo_ice - dodoc "${WORKDIR}"/README -} - -pkg_postinst() { - elog "Note that you need to recompile *all* third-party plugins for Audacious 1.4" - elog "Plugins compiled against 1.3 will not be loaded. Remote control is now only " - elog "provided over D-Bus. Audacious offers both a private interface and an MPRIS " - elog "compliant interface on the bus." -} diff --git a/media-sound/audacious/files/digest-audacious-1.4.0_rc1-r1 b/media-sound/audacious/files/digest-audacious-1.4.0 index 7a2d2e23b267..6303ae0af719 100644 --- a/media-sound/audacious/files/digest-audacious-1.4.0_rc1-r1 +++ b/media-sound/audacious/files/digest-audacious-1.4.0 @@ -1,6 +1,6 @@ -MD5 1feb21058015812d432c0867259212bc audacious-1.4.0-rc1.tgz 2024906 -RMD160 d4ddb77e6888c2ed134159c5604885955c4bfec7 audacious-1.4.0-rc1.tgz 2024906 -SHA256 ba832a30b008bb810f8bfcff8378fb41947378693d6e24484d9850a852067dfa audacious-1.4.0-rc1.tgz 2024906 +MD5 4b9d3c7c8deea7026296e09c5250ca75 audacious-1.4.0.tgz 2017601 +RMD160 95f366efa090debf6c91c5eda2f7ef6b15b6d938 audacious-1.4.0.tgz 2017601 +SHA256 45f053033722101421684539d77f80bc3c528a0ced328d8ef15489fbc1e7dff3 audacious-1.4.0.tgz 2017601 MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 diff --git a/media-sound/audacious/files/digest-audacious-1.4.0_beta4 b/media-sound/audacious/files/digest-audacious-1.4.0_beta4 deleted file mode 100644 index f1de6e022d1f..000000000000 --- a/media-sound/audacious/files/digest-audacious-1.4.0_beta4 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 6c1a93e62a96251ade6291730d716398 audacious-1.4.0-beta4.tgz 2017254 -RMD160 576b80b3b29fc8c41cc0528548bfa960cb550ee9 audacious-1.4.0-beta4.tgz 2017254 -SHA256 43e4d208eb46ea3ae1244912a993fcc9a833d01ebbc4e068811603e356e9b021 audacious-1.4.0-beta4.tgz 2017254 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 |