diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-15 22:45:44 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-15 22:45:44 +0000 |
commit | 0b04e50a63fdd99031adf01d67ce1af466a95bd0 (patch) | |
tree | 295665e7952a7720b8c1766aa2a76367a37a9267 /media-sound/creox | |
parent | Version bump, thanks to TGL <degrenier@easyconnect.fr> in bug #54016 (Manifes... (diff) | |
download | gentoo-2-0b04e50a63fdd99031adf01d67ce1af466a95bd0.tar.gz gentoo-2-0b04e50a63fdd99031adf01d67ce1af466a95bd0.tar.bz2 gentoo-2-0b04e50a63fdd99031adf01d67ce1af466a95bd0.zip |
Added to ~amd64. Stable x86. Added patch to fix nptl support.
Diffstat (limited to 'media-sound/creox')
-rw-r--r-- | media-sound/creox/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/creox/creox-0.2.2_rc2.ebuild | 13 | ||||
-rw-r--r-- | media-sound/creox/files/creox-0.2.2_rc2-ebusy.patch | 77 |
3 files changed, 92 insertions, 4 deletions
diff --git a/media-sound/creox/ChangeLog b/media-sound/creox/ChangeLog index 132f0af9e4f9..e75a1308a672 100644 --- a/media-sound/creox/ChangeLog +++ b/media-sound/creox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/creox # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.4 2004/06/13 08:17:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.5 2004/06/15 22:45:44 eradicator Exp $ + + 15 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> + +files/creox-0.2.2_rc2-ebusy.patch: + Added to ~amd64. Stable x86. Added patch to fix nptl support. 13 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> creox-0.2.2_rc2.ebuild: diff --git a/media-sound/creox/creox-0.2.2_rc2.ebuild b/media-sound/creox/creox-0.2.2_rc2.ebuild index 5123369fcb03..3c18dcb75ba6 100644 --- a/media-sound/creox/creox-0.2.2_rc2.ebuild +++ b/media-sound/creox/creox-0.2.2_rc2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.4 2004/06/13 08:17:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.5 2004/06/15 22:45:44 eradicator Exp $ -inherit kde +inherit kde eutils IUSE="" @@ -13,9 +13,16 @@ DESCRIPTION="CREOX Real Time Effects Processor" HOMEPAGE="http://www.uid0.sk/zyzstar/?creox" SRC_URI="http://www.uid0.sk/zyzstar/projects/creox/downloads/${MY_P}.tar.bz2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" LICENSE="GPL-2" need-kde 3 DEPEND="media-sound/jack-audio-connection-kit" + +src_unpack() { + kde_src_unpack + + cd ${S} + epatch ${FILESDIR}/${P}-ebusy.patch +} diff --git a/media-sound/creox/files/creox-0.2.2_rc2-ebusy.patch b/media-sound/creox/files/creox-0.2.2_rc2-ebusy.patch new file mode 100644 index 000000000000..7445e30a9610 --- /dev/null +++ b/media-sound/creox/files/creox-0.2.2_rc2-ebusy.patch @@ -0,0 +1,77 @@ +diff -Naur creox-0.2.2rc2.orig/creox/crthreadeventdispatcher.h creox-0.2.2rc2/creox/crthreadeventdispatcher.h +--- creox-0.2.2rc2.orig/creox/crthreadeventdispatcher.h 2003-02-22 10:45:23.000000000 -0800 ++++ creox-0.2.2rc2/creox/crthreadeventdispatcher.h 2004-06-15 15:30:40.477172272 -0700 +@@ -18,6 +18,7 @@ + #define CRTHREADEVENTDISPATCHER_H + + #include <pthread.h> ++#include <asm/errno.h> + #include <qobject.h> + #include <qevent.h> + #include "crexception.h" +diff -Naur creox-0.2.2rc2.orig/creox/dsp_flow/threadeffector.h creox-0.2.2rc2/creox/dsp_flow/threadeffector.h +--- creox-0.2.2rc2.orig/creox/dsp_flow/threadeffector.h 2003-03-02 13:12:17.000000000 -0800 ++++ creox-0.2.2rc2/creox/dsp_flow/threadeffector.h 2004-06-15 15:30:40.478172105 -0700 +@@ -18,6 +18,7 @@ + #define THREADEFFECTOR_H + + #include <pthread.h> ++#include <asm/errno.h> + #include <string> + #include <jack/jack.h> + #include "crexception.h" +diff -Naur creox-0.2.2rc2.orig/creox/effects_dsp/distortionprocessor.h creox-0.2.2rc2/creox/effects_dsp/distortionprocessor.h +--- creox-0.2.2rc2.orig/creox/effects_dsp/distortionprocessor.h 2003-03-02 12:46:42.000000000 -0800 ++++ creox-0.2.2rc2/creox/effects_dsp/distortionprocessor.h 2004-06-15 15:30:40.478172105 -0700 +@@ -18,6 +18,7 @@ + #define DISTORTIONPROCESSOR_H + + #include <pthread.h> ++#include <asm/errno.h> + #include "soundprocessor.h" + + #define MAX_DISTORT_VALUE (65536) +diff -Naur creox-0.2.2rc2.orig/creox/effects_dsp/echoprocessor.h creox-0.2.2rc2/creox/effects_dsp/echoprocessor.h +--- creox-0.2.2rc2.orig/creox/effects_dsp/echoprocessor.h 2003-03-02 12:46:57.000000000 -0800 ++++ creox-0.2.2rc2/creox/effects_dsp/echoprocessor.h 2004-06-15 15:30:40.479171938 -0700 +@@ -18,6 +18,7 @@ + #define ECHOPROCESSOR_H + + #include <pthread.h> ++#include <asm/errno.h> + #include "soundprocessor.h" + + /** +diff -Naur creox-0.2.2rc2.orig/creox/effects_dsp/flangerprocessor.h creox-0.2.2rc2/creox/effects_dsp/flangerprocessor.h +--- creox-0.2.2rc2.orig/creox/effects_dsp/flangerprocessor.h 2003-09-16 11:59:43.000000000 -0700 ++++ creox-0.2.2rc2/creox/effects_dsp/flangerprocessor.h 2004-06-15 15:30:40.480171770 -0700 +@@ -18,6 +18,7 @@ + #define FLANGERPROCESSOR_H + + #include <pthread.h> ++#include <asm/errno.h> + #include "soundprocessor.h" + + /** +diff -Naur creox-0.2.2rc2.orig/creox/effects_dsp/phaserprocessor.h creox-0.2.2rc2/creox/effects_dsp/phaserprocessor.h +--- creox-0.2.2rc2.orig/creox/effects_dsp/phaserprocessor.h 2003-03-02 12:56:49.000000000 -0800 ++++ creox-0.2.2rc2/creox/effects_dsp/phaserprocessor.h 2004-06-15 15:30:40.480171770 -0700 +@@ -18,6 +18,7 @@ + #define PHASERPROCESSOR_H + + #include <pthread.h> ++#include <asm/errno.h> + #include "soundprocessor.h" + + /** +diff -Naur creox-0.2.2rc2.orig/creox/effects_dsp/tremoloprocessor.h creox-0.2.2rc2/creox/effects_dsp/tremoloprocessor.h +--- creox-0.2.2rc2.orig/creox/effects_dsp/tremoloprocessor.h 2003-03-02 13:07:35.000000000 -0800 ++++ creox-0.2.2rc2/creox/effects_dsp/tremoloprocessor.h 2004-06-15 15:30:40.481171603 -0700 +@@ -18,6 +18,7 @@ + #define TREMOLOPROCESSOR_H + + #include <pthread.h> ++#include <asm/errno.h> + #include "soundprocessor.h" + + /** |