diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-11-16 20:32:26 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-11-16 20:32:26 +0000 |
commit | ea7d208c07a988f19bf1d9d9a66eb691eef5fffc (patch) | |
tree | 459f2361a8803f4fe153137bd38bcb1a7573a56e /media-sound/audacious | |
parent | fixing typo (diff) | |
download | gentoo-2-ea7d208c07a988f19bf1d9d9a66eb691eef5fffc.tar.gz gentoo-2-ea7d208c07a988f19bf1d9d9a66eb691eef5fffc.tar.bz2 gentoo-2-ea7d208c07a988f19bf1d9d9a66eb691eef5fffc.zip |
Version bump. Updated desktop file closes bug #152769 by Axel Dyks <XL@XLsigned.net>. Working doublesize for those people with very high desktop resolutions. And ofcourse a free portion of stability enhancements and other bugfixes.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.2.2.ebuild | 54 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.2.2 | 6 |
3 files changed, 69 insertions, 1 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index a96b6ff1a156..0dcaf4bffdff 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,14 @@ # 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.88 2006/11/01 12:19:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.89 2006/11/16 20:32:26 chainsaw Exp $ + +*audacious-1.2.2 (16 Nov 2006) + + 16 Nov 2006; Tony Vroon <chainsaw@gentoo.org> +audacious-1.2.2.ebuild: + Version bump. Updated desktop file closes bug #152769 by Axel Dyks + <XL@XLsigned.net>. Working doublesize for those people with very high + desktop resolutions. And ofcourse a free portion of stability enhancements + and other bugfixes. 01 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> audacious-1.2.1.ebuild: Add ~x86-fbsd keyword. diff --git a/media-sound/audacious/audacious-1.2.2.ebuild b/media-sound/audacious/audacious-1.2.2.ebuild new file mode 100644 index 000000000000..864c69caa177 --- /dev/null +++ b/media-sound/audacious/audacious-1.2.2.ebuild @@ -0,0 +1,54 @@ +# 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.2.ebuild,v 1.1 2006/11/16 20:32:26 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://audacious-media-player.org/release/${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 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.2.2" + +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 +} diff --git a/media-sound/audacious/files/digest-audacious-1.2.2 b/media-sound/audacious/files/digest-audacious-1.2.2 new file mode 100644 index 000000000000..637fed2ba6db --- /dev/null +++ b/media-sound/audacious/files/digest-audacious-1.2.2 @@ -0,0 +1,6 @@ +MD5 e774afbda04220e6e1b0a9bff350522e audacious-1.2.2.tgz 1708499 +RMD160 a98f944b9d30e1cdb4760c56fb401b00d2ff7723 audacious-1.2.2.tgz 1708499 +SHA256 31ab516444279f5022764bea57c017fb140a5ba3c69b2ec8df64542917d36b0f audacious-1.2.2.tgz 1708499 +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 |