diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-02-05 20:31:38 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-02-05 20:31:38 +0000 |
commit | 3a7e9bb12a26f0bd89c52b201ee05b62999abe93 (patch) | |
tree | f6fefc6b9fe3be0c37c78a9aff080ed07738ee2c /media-sound/audacious | |
parent | New developer release. Three new plugins: a stable status icon (not be confus... (diff) | |
download | gentoo-2-3a7e9bb12a26f0bd89c52b201ee05b62999abe93.tar.gz gentoo-2-3a7e9bb12a26f0bd89c52b201ee05b62999abe93.tar.bz2 gentoo-2-3a7e9bb12a26f0bd89c52b201ee05b62999abe93.zip |
New developer release. Please note that the input plugin API has changed, and plugins created for audacious 1.2 will no longer work correctly. You will need to uninstall them.
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.3.0_alpha4.ebuild | 61 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.3.0_alpha4 | 6 |
3 files changed, 76 insertions, 1 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index a89da2f868dc..6148d1ef3032 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,14 @@ # 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.102 2007/02/02 14:19:05 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.103 2007/02/05 20:31:38 chainsaw Exp $ + +*audacious-1.3.0_alpha4 (05 Feb 2007) + + 05 Feb 2007; Tony Vroon <chainsaw@gentoo.org> + +audacious-1.3.0_alpha4.ebuild: + New developer release. Please note that the input plugin API has changed, + and plugins created for audacious 1.2 will no longer work correctly. You + will need to uninstall them. 02 Feb 2007; Tony Vroon <chainsaw@gentoo.org> -audacious-1.3.0_alpha2.ebuild: diff --git a/media-sound/audacious/audacious-1.3.0_alpha4.ebuild b/media-sound/audacious/audacious-1.3.0_alpha4.ebuild new file mode 100644 index 000000000000..955b5a15361f --- /dev/null +++ b/media-sound/audacious/audacious-1.3.0_alpha4.ebuild @@ -0,0 +1,61 @@ +# 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.3.0_alpha4.ebuild,v 1.1 2007/02/05 20:31:38 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://static.audacious-media-player.org/release/${MY_P}.tgz + mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="chardet nls gnome" + +RDEPEND=">=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2.3.1 + dev-libs/libxml2 + gnome? ( >=gnome-base/gconf-2.6.0 )" + +DEPEND="${RDEPEND} + nls? ( dev-util/intltool ) + >=dev-util/pkgconfig-0.9.0" + +PDEPEND=">=media-plugins/audacious-plugins-1.3.0_alpha4" + +src_compile() { + # Bug #42893 + replace-flags "-Os" "-O2" + # Bug #86689 + is-flag "-O*" || append-flags -O + + econf \ + $(use_enable chardet) \ + $(use_enable nls) \ + $(use_enable gnome gconf) \ + || 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() { + ewarn "This is alpha-quality software, and you have unmasked this software manually. Do *not* use the Gentoo bugtracker for this package." + elog "Note that you need to recompile *all* third-party plugins to use Audacious 1.3 alpha builds." + elog "Failure to do so may cause the player to crash." + elog "Any bug reports are to be made on: http://bugs-meta.atheme.org/" +} diff --git a/media-sound/audacious/files/digest-audacious-1.3.0_alpha4 b/media-sound/audacious/files/digest-audacious-1.3.0_alpha4 new file mode 100644 index 000000000000..22e29bf1cda1 --- /dev/null +++ b/media-sound/audacious/files/digest-audacious-1.3.0_alpha4 @@ -0,0 +1,6 @@ +MD5 f4ba6bc1772ce024bca1277fe149ed87 audacious-1.3.0-alpha4.tgz 1681801 +RMD160 457190ddf4cbdd77b20a9013036202355c3fa12c audacious-1.3.0-alpha4.tgz 1681801 +SHA256 d5186a8af6f1cfef8ed842499b9171810e8e318152c94be38b12b42bbbd319dd audacious-1.3.0-alpha4.tgz 1681801 +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 |