summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-01-13 08:33:33 +0000
committerSteve Dibb <beandog@gentoo.org>2007-01-13 08:33:33 +0000
commit98c489fb03078083825c44d885d133e2246f1528 (patch)
tree32835e4a68d41a7293083cf73bb8d2011a2f3bde /media-plugins
parentAdd ~amd64, bug 161862 (diff)
downloadgentoo-2-98c489fb03078083825c44d885d133e2246f1528.tar.gz
gentoo-2-98c489fb03078083825c44d885d133e2246f1528.tar.bz2
gentoo-2-98c489fb03078083825c44d885d133e2246f1528.zip
Version bump
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/eq-audacious/ChangeLog9
-rw-r--r--media-plugins/eq-audacious/eq-audacious-0.9.ebuild29
-rw-r--r--media-plugins/eq-audacious/files/digest-eq-audacious-0.93
3 files changed, 39 insertions, 2 deletions
diff --git a/media-plugins/eq-audacious/ChangeLog b/media-plugins/eq-audacious/ChangeLog
index 5cf0ebc7ab72..8c6d94efbc03 100644
--- a/media-plugins/eq-audacious/ChangeLog
+++ b/media-plugins/eq-audacious/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/eq-audacious
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/ChangeLog,v 1.1 2006/11/25 23:46:02 beandog Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/ChangeLog,v 1.2 2007/01/13 08:33:33 beandog Exp $
+
+*eq-audacious-0.9 (13 Jan 2007)
+
+ 13 Jan 2007; Steve Dibb <beandog@gentoo.org> +eq-audacious-0.9.ebuild:
+ Version bump
*eq-audacious-0.8 (25 Nov 2006)
diff --git a/media-plugins/eq-audacious/eq-audacious-0.9.ebuild b/media-plugins/eq-audacious/eq-audacious-0.9.ebuild
new file mode 100644
index 000000000000..c7bff71c761c
--- /dev/null
+++ b/media-plugins/eq-audacious/eq-audacious-0.9.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-audacious/eq-audacious-0.9.ebuild,v 1.1 2007/01/13 08:33:33 beandog Exp $
+
+DESCRIPTION="31-band equalizer for Audacious"
+HOMEPAGE="http://audacious-media-player.org/~nenolod/audacious/plugins.php"
+SRC_URI="http://audacious-media-player.org/~nenolod/audacious/plugins/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug mmx sse sse2"
+
+DEPEND="dev-util/pkgconfig
+ media-sound/audacious"
+RDEPEND=""
+
+pkg_config() {
+ econf $(use_enable debug)
+ $(use_enable mmx)
+ $(use_enable sse)
+ $(use_enable sse2) || die "econf died"
+}
+
+src_install() {
+ emake DESTDIR="${D}" libdir=`pkg-config audacious --variable=effect_plugin_dir` install || emake install died
+
+ dodoc AUTHORS BUGS ChangeLog NEWS README README.BSD SKINS TODO
+}
diff --git a/media-plugins/eq-audacious/files/digest-eq-audacious-0.9 b/media-plugins/eq-audacious/files/digest-eq-audacious-0.9
new file mode 100644
index 000000000000..83462a9c0cfe
--- /dev/null
+++ b/media-plugins/eq-audacious/files/digest-eq-audacious-0.9
@@ -0,0 +1,3 @@
+MD5 a956b2643b1da23bfc4d73e588588d35 eq-audacious-0.9.tgz 797214
+RMD160 49876c39d59158662a2db3bcc2366bf320dbc344 eq-audacious-0.9.tgz 797214
+SHA256 dce767bbb4e679407c656d6481907dfadd2cd8c6f7d1410eeb814cdb433911d9 eq-audacious-0.9.tgz 797214