summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2007-03-12 21:08:45 +0000
committerChristian Birchinger <joker@gentoo.org>2007-03-12 21:08:45 +0000
commitc7e91830de8b0c32ad4a81d0d7c353220671f3db (patch)
tree6ff6f7bcde76b89df000a9d537572f2b1a6a166b /media-plugins/audacious-crossfade
parentx86 stable (diff)
downloadgentoo-2-c7e91830de8b0c32ad4a81d0d7c353220671f3db.tar.gz
gentoo-2-c7e91830de8b0c32ad4a81d0d7c353220671f3db.tar.bz2
gentoo-2-c7e91830de8b0c32ad4a81d0d7c353220671f3db.zip
Version bump. Fixes issues with Audacious 1.3.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-plugins/audacious-crossfade')
-rw-r--r--media-plugins/audacious-crossfade/ChangeLog10
-rw-r--r--media-plugins/audacious-crossfade/audacious-crossfade-0.3.12.ebuild35
-rw-r--r--media-plugins/audacious-crossfade/files/digest-audacious-crossfade-0.3.123
3 files changed, 46 insertions, 2 deletions
diff --git a/media-plugins/audacious-crossfade/ChangeLog b/media-plugins/audacious-crossfade/ChangeLog
index 3ac08de4e090..34cb64c48039 100644
--- a/media-plugins/audacious-crossfade/ChangeLog
+++ b/media-plugins/audacious-crossfade/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/audacious-crossfade
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-crossfade/ChangeLog,v 1.1 2006/10/28 23:08:35 vericgar Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-crossfade/ChangeLog,v 1.2 2007/03/12 21:08:45 joker Exp $
+
+*audacious-crossfade-0.3.12 (12 Mar 2007)
+
+ 12 Mar 2007; Christian Birchinger <joker@gentoo.org>
+ +audacious-crossfade-0.3.12.ebuild:
+ Version bump. Fixes issues with Audacious 1.3.
*audacious-crossfade-0.3.11 (28 Oct 2006)
diff --git a/media-plugins/audacious-crossfade/audacious-crossfade-0.3.12.ebuild b/media-plugins/audacious-crossfade/audacious-crossfade-0.3.12.ebuild
new file mode 100644
index 000000000000..06c8e5bc4903
--- /dev/null
+++ b/media-plugins/audacious-crossfade/audacious-crossfade-0.3.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-crossfade/audacious-crossfade-0.3.12.ebuild,v 1.1 2007/03/12 21:08:45 joker Exp $
+
+IUSE="libsamplerate"
+U_PN="xmms-crossfade"
+
+DESCRIPTION="Audacious plugin for crossfading and continuous output. Also know as xmms-crossfade"
+HOMEPAGE="http://www.eisenlohr.org/xmms-crossfade/index.html"
+SRC_URI="http://www.eisenlohr.org/${U_PN}/${U_PN}-${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND="media-sound/audacious
+ libsamplerate? ( media-libs/libsamplerate )"
+
+S="${WORKDIR}/${U_PN}-${PV}"
+
+src_compile() {
+
+ econf \
+ --enable-player=audacious \
+ --libdir="`pkg-config audacious --variable=output_plugin_dir`" \
+ $(use_enable libsamplerate samplerate) \
+ || die
+
+ emake || die
+}
+
+src_install () {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README TODO
+}
diff --git a/media-plugins/audacious-crossfade/files/digest-audacious-crossfade-0.3.12 b/media-plugins/audacious-crossfade/files/digest-audacious-crossfade-0.3.12
new file mode 100644
index 000000000000..7bc099e1036d
--- /dev/null
+++ b/media-plugins/audacious-crossfade/files/digest-audacious-crossfade-0.3.12
@@ -0,0 +1,3 @@
+MD5 fe009c43948d01347e4ecdf8e5fe39bf xmms-crossfade-0.3.12.tar.gz 500259
+RMD160 25051f797be271563d6f27afe08162bc782f4640 xmms-crossfade-0.3.12.tar.gz 500259
+SHA256 3c2ac03393283f9d71225a87b7330d393172c456643be222dbf4b2def29feb3f xmms-crossfade-0.3.12.tar.gz 500259