diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-04-05 12:36:57 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-04-05 12:36:57 +0000 |
commit | ce39a9f2319c608db683bd838f4fb37c525ce991 (patch) | |
tree | 210664c8165d668e41d8f10dc6fa9fc408110145 /media-sound/audacious | |
parent | New upstream release. Mostly bugfixes, closes bug #172087. Try the OSD, it ha... (diff) | |
download | gentoo-2-ce39a9f2319c608db683bd838f4fb37c525ce991.tar.gz gentoo-2-ce39a9f2319c608db683bd838f4fb37c525ce991.tar.bz2 gentoo-2-ce39a9f2319c608db683bd838f4fb37c525ce991.zip |
New upstream release. Mostly bugfixes.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.3.2.ebuild | 60 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.3.2 | 6 |
3 files changed, 72 insertions, 1 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 79e0f99e3246..76fe2c139b7e 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,11 @@ # 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.115 2007/03/11 23:16:56 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.116 2007/04/05 12:36:57 chainsaw Exp $ + +*audacious-1.3.2 (05 Apr 2007) + + 05 Apr 2007; Tony Vroon <chainsaw@gentoo.org> +audacious-1.3.2.ebuild: + New upstream release. Mostly bugfixes. 11 Mar 2007; Peter Weller <welp@gentoo.org> audacious-1.3.1.ebuild: Keyworded ~x86-fbsd diff --git a/media-sound/audacious/audacious-1.3.2.ebuild b/media-sound/audacious/audacious-1.3.2.ebuild new file mode 100644 index 000000000000..f31a8b257bba --- /dev/null +++ b/media-sound/audacious/audacious-1.3.2.ebuild @@ -0,0 +1,60 @@ +# 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.2.ebuild,v 1.1 2007/04/05 12:36:57 chainsaw Exp $ + +inherit flag-o-matic + +DESCRIPTION="Audacious Player - Your music, your way, no exceptions" +HOMEPAGE="http://audacious-media-player.org/" +SRC_URI="http://static.audacious-media-player.org/release/${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 nls" + +RDEPEND=">=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2.3.1 + >=dev-libs/libmcs-0.4.1 + dev-libs/libxml2 + media-libs/libsamplerate" + +DEPEND="${RDEPEND} + nls? ( dev-util/intltool ) + >=dev-util/pkgconfig-0.9.0" + +PDEPEND=">=media-plugins/audacious-plugins-1.3.1" + +src_compile() { + # Bug #42893 + replace-flags "-Os" "-O2" + # Bug #86689 + is-flag "-O*" || append-flags -O + + econf \ + --enable-mcs \ + --enable-samplerate \ + $(use_enable chardet) \ + $(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 to use Audacious 1.3" + elog "Failure to do so may cause the player to crash. If you note any instability " + elog "you should unmerge all plugins (except for audacious-plugins) before you file a bug." +} diff --git a/media-sound/audacious/files/digest-audacious-1.3.2 b/media-sound/audacious/files/digest-audacious-1.3.2 new file mode 100644 index 000000000000..c1ad445bc6af --- /dev/null +++ b/media-sound/audacious/files/digest-audacious-1.3.2 @@ -0,0 +1,6 @@ +MD5 b784a30604a2f9d84e9da310069f43f9 audacious-1.3.2.tgz 1730554 +RMD160 f8fa933dd959ce02047bd27b01a9b8bc6cab08b8 audacious-1.3.2.tgz 1730554 +SHA256 ccc8a190d6e9b5f603bae55fc642ddb26fab285b5e76704592b7e95d82feeeef audacious-1.3.2.tgz 1730554 +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 |