diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-12 12:57:21 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-12 12:57:21 +0000 |
commit | db040c0e02c0ddf1f26089c8d53498d72c8c3593 (patch) | |
tree | d4f520fc9ee54c81cf7abaf145efe57004ff3037 /media-sound/ardour | |
parent | marked 2.4.24-r1 stable (Manifest recommit) (diff) | |
download | gentoo-2-db040c0e02c0ddf1f26089c8d53498d72c8c3593.tar.gz gentoo-2-db040c0e02c0ddf1f26089c8d53498d72c8c3593.tar.bz2 gentoo-2-db040c0e02c0ddf1f26089c8d53498d72c8c3593.zip |
Updated homepage. Added nomirror. Added patch to fix compilation problem with missing signal.h include to close bug #33105 submitted by Arthur Peters <amp@singingwizard.org>.
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ChangeLog | 12 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.9_beta2-r1.ebuild | 13 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.9_beta3.ebuild | 13 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.9_beta5.ebuild | 13 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.9_beta7.ebuild | 13 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.9_beta8.ebuild | 13 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.9_beta9.ebuild | 13 | ||||
-rw-r--r-- | media-sound/ardour/files/ardour-pthread.patch | 10 |
8 files changed, 80 insertions, 20 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog index 9b5f82d077f2..8b21a923699f 100644 --- a/media-sound/ardour/ChangeLog +++ b/media-sound/ardour/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/ardour -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.12 2003/12/10 08:12:31 torbenh Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.13 2004/02/12 12:57:21 eradicator Exp $ + + 12 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> + ardour-0.9_beta2-r1.ebuild, ardour-0.9_beta3.ebuild, + ardour-0.9_beta5.ebuild, ardour-0.9_beta7.ebuild, ardour-0.9_beta8.ebuild, + ardour-0.9_beta9.ebuild, files/ardour-pthread.patch: + Updated homepage. Added nomirror. Added patch to fix compilation problem with + missing signal.h include to close bug #33105 submitted by Arthur Peters + <amp@singingwizard.org>. 10 Dec 2003; <torbenh@gentoo.org> ardour-0.9_beta8.ebuild: Fixed DEPEND to >= jack-0.91.1 diff --git a/media-sound/ardour/ardour-0.9_beta2-r1.ebuild b/media-sound/ardour/ardour-0.9_beta2-r1.ebuild index 1fdea7362e61..afe0d04cf0f7 100644 --- a/media-sound/ardour/ardour-0.9_beta2-r1.ebuild +++ b/media-sound/ardour/ardour-0.9_beta2-r1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta2-r1.ebuild,v 1.1 2003/08/07 14:37:41 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta2-r1.ebuild,v 1.2 2004/02/12 12:57:21 eradicator Exp $ IUSE="nls ardour-ksi" DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.sourceforge.net/" +HOMEPAGE="http://ardour.org/" SRC_URI="mirror://sourceforge/ardour/${P/_/}.tar.bz2" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -28,6 +29,12 @@ DEPEND="dev-util/pkgconfig RDEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-pthread.patch +} + src_compile() { local myconf="--disable-dependency-tracking --enable-optimize" diff --git a/media-sound/ardour/ardour-0.9_beta3.ebuild b/media-sound/ardour/ardour-0.9_beta3.ebuild index 734483e498ef..ea288651aa90 100644 --- a/media-sound/ardour/ardour-0.9_beta3.ebuild +++ b/media-sound/ardour/ardour-0.9_beta3.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta3.ebuild,v 1.4 2003/09/25 12:57:46 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta3.ebuild,v 1.5 2004/02/12 12:57:21 eradicator Exp $ IUSE="nls ardour-ksi" DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.sourceforge.net/" +HOMEPAGE="http://ardour.org/" SRC_URI="mirror://sourceforge/ardour/${P/_/}.tar.bz2" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -32,6 +33,12 @@ DEPEND="dev-util/pkgconfig RDEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-pthread.patch +} + src_compile() { local myconf="--disable-dependency-tracking --enable-optimize" diff --git a/media-sound/ardour/ardour-0.9_beta5.ebuild b/media-sound/ardour/ardour-0.9_beta5.ebuild index b0a7cb7397e3..d4a42a856a37 100644 --- a/media-sound/ardour/ardour-0.9_beta5.ebuild +++ b/media-sound/ardour/ardour-0.9_beta5.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta5.ebuild,v 1.1 2003/10/11 15:37:30 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta5.ebuild,v 1.2 2004/02/12 12:57:21 eradicator Exp $ IUSE="nls ardour-ksi" DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.sourceforge.net/" +HOMEPAGE="http://ardour.org/" SRC_URI="mirror://sourceforge/ardour/${P/_/}.tar.bz2" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -28,6 +29,12 @@ DEPEND="dev-util/pkgconfig RDEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-pthread.patch +} + src_compile() { local myconf="--disable-dependency-tracking --enable-optimize" diff --git a/media-sound/ardour/ardour-0.9_beta7.ebuild b/media-sound/ardour/ardour-0.9_beta7.ebuild index ce4215493284..e5e6e3434ef5 100644 --- a/media-sound/ardour/ardour-0.9_beta7.ebuild +++ b/media-sound/ardour/ardour-0.9_beta7.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta7.ebuild,v 1.1 2003/10/27 09:48:28 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta7.ebuild,v 1.2 2004/02/12 12:57:21 eradicator Exp $ IUSE="nls ardour-ksi" DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.sourceforge.net/" +HOMEPAGE="http://ardour.org/" SRC_URI="mirror://sourceforge/ardour/${P/_/}.tar.bz2" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -28,6 +29,12 @@ DEPEND="dev-util/pkgconfig RDEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-pthread.patch +} + src_compile() { local myconf="--disable-dependency-tracking --enable-optimize" diff --git a/media-sound/ardour/ardour-0.9_beta8.ebuild b/media-sound/ardour/ardour-0.9_beta8.ebuild index 8990387a1896..58924b3717c1 100644 --- a/media-sound/ardour/ardour-0.9_beta8.ebuild +++ b/media-sound/ardour/ardour-0.9_beta8.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta8.ebuild,v 1.2 2003/12/10 08:12:31 torbenh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta8.ebuild,v 1.3 2004/02/12 12:57:21 eradicator Exp $ IUSE="nls ardour-ksi" DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.sourceforge.net/" +HOMEPAGE="http://ardour.org/" SRC_URI="mirror://sourceforge/ardour/${P/_/}.tar.bz2" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -28,6 +29,12 @@ DEPEND="dev-util/pkgconfig RDEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-pthread.patch +} + src_compile() { local myconf="--disable-dependency-tracking --enable-optimize" diff --git a/media-sound/ardour/ardour-0.9_beta9.ebuild b/media-sound/ardour/ardour-0.9_beta9.ebuild index 197d633275db..365f57b36eb4 100644 --- a/media-sound/ardour/ardour-0.9_beta9.ebuild +++ b/media-sound/ardour/ardour-0.9_beta9.ebuild @@ -1,12 +1,13 @@ -# Copyright 2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta9.ebuild,v 1.1 2004/01/16 15:39:46 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.9_beta9.ebuild,v 1.2 2004/02/12 12:57:21 eradicator Exp $ IUSE="nls ardour-ksi" DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.sourceforge.net/" +HOMEPAGE="http://ardour.org/" SRC_URI="mirror://sourceforge/ardour/${P/_/}.tar.bz2" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -28,6 +29,12 @@ DEPEND="dev-util/pkgconfig RDEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-pthread.patch +} + src_compile() { local myconf="--disable-dependency-tracking --enable-optimize" diff --git a/media-sound/ardour/files/ardour-pthread.patch b/media-sound/ardour/files/ardour-pthread.patch new file mode 100644 index 000000000000..e2d2903e0c2e --- /dev/null +++ b/media-sound/ardour/files/ardour-pthread.patch @@ -0,0 +1,10 @@ +--- ardour-0.9beta8/libs/pbd/pbd/pthread_utils.h~ 2003-04-16 07:17:03.000000000 -0500 ++++ ardour-0.9beta8/libs/pbd/pbd/pthread_utils.h 2003-11-09 12:17:01.469711326 -0600 +@@ -2,6 +2,7 @@ + #define __pbd_pthread_utils__ + + #include <pthread.h> ++#include <signal.h> + #include <string> + + int pthread_create_and_store (std::string name, pthread_t *thread, pthread_attr_t *attr, void * (*start_routine)(void *), void * arg); |