summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-12-02 02:09:33 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-12-02 02:09:33 +0000
commitb6d17f4c7ba89430acd391b3ea7adea74b780e88 (patch)
tree3cde47e7107e34fc5499aff1920347acd28e7636 /media-plugins
parentMask tunepimp 0.4.0 as it breaks amaroK. (diff)
downloadgentoo-2-b6d17f4c7ba89430acd391b3ea7adea74b780e88.tar.gz
gentoo-2-b6d17f4c7ba89430acd391b3ea7adea74b780e88.tar.bz2
gentoo-2-b6d17f4c7ba89430acd391b3ea7adea74b780e88.zip
Version Bump. Added a patch to fix build on gcc4 made by me.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/xmms-crossfade/ChangeLog8
-rw-r--r--media-plugins/xmms-crossfade/Manifest13
-rw-r--r--media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.91
-rw-r--r--media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch11
-rw-r--r--media-plugins/xmms-crossfade/xmms-crossfade-0.3.9.ebuild39
5 files changed, 61 insertions, 11 deletions
diff --git a/media-plugins/xmms-crossfade/ChangeLog b/media-plugins/xmms-crossfade/ChangeLog
index cab3703ffc5d..044b21569631 100644
--- a/media-plugins/xmms-crossfade/ChangeLog
+++ b/media-plugins/xmms-crossfade/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/xmms-crossfade
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/ChangeLog,v 1.19 2005/10/30 23:05:32 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/ChangeLog,v 1.20 2005/12/02 02:09:33 metalgod Exp $
+
+*xmms-crossfade-0.3.9 (02 Dec 2005)
+
+ 02 Dec 2005; Luis Medinas <metalgod@gentoo.org>
+ +files/xmms-crossfade-0.3.9-gcc4.patch, +xmms-crossfade-0.3.9.ebuild:
+ Version Bump. Added a patch to fix build on gcc4 made by me.
30 Oct 2005; Luis Medinas <metalgod@gentoo.org>
xmms-crossfade-0.3.8.ebuild:
diff --git a/media-plugins/xmms-crossfade/Manifest b/media-plugins/xmms-crossfade/Manifest
index 9b81a9abd6fc..8bc12246cd77 100644
--- a/media-plugins/xmms-crossfade/Manifest
+++ b/media-plugins/xmms-crossfade/Manifest
@@ -1,16 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 52dd8051f125d5a83089d8f7b3007aec ChangeLog 3132
MD5 fca01d6a0ca85be3532efac855b1869f files/digest-xmms-crossfade-0.3.4 72
MD5 9bd20128f860dc9821976ce49fd6f70f files/digest-xmms-crossfade-0.3.8 72
+MD5 6c1f6389e8095123f12c43f6fc47cd13 files/digest-xmms-crossfade-0.3.9 72
+MD5 26c20becb985cd35bef2b67d66ed2616 files/xmms-crossfade-0.3.9-gcc4.patch 399
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
MD5 a632c8ee128cfb941b4233433440b6dc xmms-crossfade-0.3.4.ebuild 626
MD5 0c71cfa3c87b8b12dd05b0cf8bd89b1d xmms-crossfade-0.3.8.ebuild 953
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDZVFLwUpWvClEHQoRAm5kAJ40RC/1j0YrgC3yBvYpl/SxxY7IogCdF/Zf
-YUyMZa/Z0YMwSgwZUMhaBxo=
-=kJ0G
------END PGP SIGNATURE-----
+MD5 7d4acd45f71ffcaa0c6ef8e3cbd291b4 xmms-crossfade-0.3.9.ebuild 1045
diff --git a/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9 b/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9
new file mode 100644
index 000000000000..5d701e46d053
--- /dev/null
+++ b/media-plugins/xmms-crossfade/files/digest-xmms-crossfade-0.3.9
@@ -0,0 +1 @@
+MD5 a8a995cd10973005519a780541b603cb xmms-crossfade-0.3.9.tar.gz 475648
diff --git a/media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch b/media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch
new file mode 100644
index 000000000000..75a7e9dc4100
--- /dev/null
+++ b/media-plugins/xmms-crossfade/files/xmms-crossfade-0.3.9-gcc4.patch
@@ -0,0 +1,11 @@
+--- oss.c.orig 2005-11-23 18:54:03.000000000 +0000
++++ oss.c 2005-12-01 23:12:55.475067800 +0000
+@@ -94,6 +94,7 @@
+ static gint dsp_fragment_utime = 0;
+ static gboolean dsp_select_works = FALSE;
+
++#define buffer_mutex buffer_mutex_oss
+-static pthread_mutex_t buffer_mutex;
++pthread_mutex_t buffer_mutex;
+ static pthread_t buffer_thread;
+ static gboolean buffer_thread_finished;
diff --git a/media-plugins/xmms-crossfade/xmms-crossfade-0.3.9.ebuild b/media-plugins/xmms-crossfade/xmms-crossfade-0.3.9.ebuild
new file mode 100644
index 000000000000..9274ec45ea8e
--- /dev/null
+++ b/media-plugins/xmms-crossfade/xmms-crossfade-0.3.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-crossfade/xmms-crossfade-0.3.9.ebuild,v 1.1 2005/12/02 02:09:33 metalgod Exp $
+
+inherit eutils
+
+IUSE=""
+
+DESCRIPTION="XMMS Plugin for crossfading, and continuous output."
+HOMEPAGE="http://www.eisenlohr.org/${PN}/index.html"
+SRC_URI="http://www.eisenlohr.org/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND="media-sound/xmms"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-gcc4.patch
+}
+
+src_compile() {
+ econf --libdir=`xmms-config --output-plugin-dir` || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README TODO
+}
+pkg_postinst () {
+ ewarn "If you're using the ARTS output plugin, set the 'Limit OP buffer"
+ ewarn "usage' to 400ms in the 'Advanced' tab of XMMS-crossfade's"
+ ewarn "configuration dialog. This will eliminate the worst"
+ ewarn "of the distorted/skipped output."
+}