diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2006-03-05 20:42:18 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2006-03-05 20:42:18 +0000 |
commit | 48f53a2a3171d46fd4623722f3463197263f637a (patch) | |
tree | f3f01e39b1bf7044425b6803bcd9b0c4590d391d /media-sound/ardour | |
parent | COPYING cleanup (diff) | |
download | gentoo-2-48f53a2a3171d46fd4623722f3463197263f637a.tar.gz gentoo-2-48f53a2a3171d46fd4623722f3463197263f637a.tar.bz2 gentoo-2-48f53a2a3171d46fd4623722f3463197263f637a.zip |
Fix digest, bug 123649. Remove older 0.99* versions.
(Portage version: 2.0.54)
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/Manifest | 16 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.99.1.ebuild | 91 | ||||
-rw-r--r-- | media-sound/ardour/ardour-0.99.ebuild | 83 | ||||
-rw-r--r-- | media-sound/ardour/files/digest-ardour-0.99 | 1 | ||||
-rw-r--r-- | media-sound/ardour/files/digest-ardour-0.99.2 | 2 |
5 files changed, 2 insertions, 191 deletions
diff --git a/media-sound/ardour/Manifest b/media-sound/ardour/Manifest index f33f58363705..8efb5d40ef74 100644 --- a/media-sound/ardour/Manifest +++ b/media-sound/ardour/Manifest @@ -1,22 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 53bd9668699932ba246281bd5da2f1fa ChangeLog 8225 -MD5 384882d9cc791783245700ba20ffe40f ardour-0.99.1.ebuild 2286 MD5 1b5537f5f9e67cf538e942748f14406c ardour-0.99.2.ebuild 2286 -MD5 303c4327daad5ed689cbe6450f9da292 ardour-0.99.ebuild 2241 MD5 3c76d48f09b4f302ccae05a0f45a65fb ardour-0.9_beta30.ebuild 2110 MD5 e016dfbfc8e85547954395c455b04e61 files/ardour-gcc34.patch 9562 MD5 11e862600d9c027d453d23dc2bf8763d files/ardour.aclocal.patch 8594 -MD5 323d42579941b3e8210af7e9c21e8442 files/digest-ardour-0.99 65 -MD5 a8efcf187759f3645b866ddc08614477 files/digest-ardour-0.99.1 67 -MD5 b455584ef334c3b4df67f18f2863b139 files/digest-ardour-0.99.2 67 +MD5 2238c69eecfda1c0f071cc1ca3ff6190 files/digest-ardour-0.99.2 67 MD5 674b91595af44849fde8356f9b4fba70 files/digest-ardour-0.9_beta30 70 MD5 28188f1657f0547a15f682ed3626a397 metadata.xml 330 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFD+2rpT+MN7JbqCpMRAsTDAJkB3yHQnt9tZwzPkuJqrW2JkqvMXwCdFXcV -3hYT2xnUAmPgRUC1Vo1diN0= -=D/sN ------END PGP SIGNATURE----- diff --git a/media-sound/ardour/ardour-0.99.1.ebuild b/media-sound/ardour/ardour-0.99.1.ebuild deleted file mode 100644 index f81d92294dcf..000000000000 --- a/media-sound/ardour/ardour-0.99.1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.99.1.ebuild,v 1.1 2006/02/08 16:36:14 eldad Exp $ - -inherit eutils - -DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.org/" -SRC_URI="http://ardour.org/releases/${P/_/}.tar.bz2" -RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="nls debug sse altivec" - -# From beta30 release notes: -# plugin latency compensation now working correctly (we believe) -# This really requires JACK 0.100.0 or above to work -# properly, but even without that, they result in notable improvements -# in the way Ardour aligns newly recorded material. -# -# As media-sound/jack-audio-connection-kit-0.100.0 is still -arch and it is not required for beta30 -# only suggested, RDEPEND needs to be updated as media-sound/jack-audio-connection-kit-0.100.0 gets -# into ~arch. (2005 Sep 14 eldad) - -RDEPEND="dev-util/pkgconfig - >=media-libs/liblrdf-0.3.6 - >=media-libs/raptor-1.2.0 - >=media-sound/jack-audio-connection-kit-0.98.1 - =dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - >=media-libs/libsndfile-1.0.4 - sys-libs/gdbm - >=media-libs/ladspa-sdk-1.12 - >=media-libs/libsamplerate-0.0.14 - >=dev-libs/libxml2-2.5.7 - >=media-libs/libart_lgpl-2.3.16" - -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - dev-util/pkgconfig - >=dev-util/scons-0.96.1 - nls? ( sys-devel/gettext )" - -S="${WORKDIR}/${P/_/}" - -src_compile() { - # bug 99664 - cd ${S}/libs/gtkmm - chmod a+x autogen.sh && ./autogen.sh || die "autogen failed" - econf || die "configure failed" - - # Required for scons to "see" intermediate install location - mkdir -p ${D} - - use altivec && ALTIVEC=1 || ALTIVEC=0 - use debug && ARDOUR_DEBUG=1 || ARDOUR_DEBUG=0 - use nls && NLS=1 || NLS=0 - use sse && SSE=1 || SSE=0 - - cd ${S} - scons \ - ALTIVEC=${ALTIVEC} \ - DEBUG=${ARDOUR_DEBUG} \ - DESTDIR=${D} \ - NLS=${NLS} \ - PREFIX=/usr \ - USE_SSE_EVERYWHERE=${SSE} \ - KSI=0 \ - -j2 -} - -src_install() { - scons install || die "make install failed" - - dodoc DOCUMENTATION/* -} - -pkg_postinst() { - if useq sse - then - einfo "" - einfo "Start ardour with the -o argument to use the optimized SSE functions:" - einfo "" - einfo " ardour -o" - einfo "" - fi -} - diff --git a/media-sound/ardour/ardour-0.99.ebuild b/media-sound/ardour/ardour-0.99.ebuild deleted file mode 100644 index 62df51f91dc1..000000000000 --- a/media-sound/ardour/ardour-0.99.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.99.ebuild,v 1.3 2006/02/21 19:32:38 eldad Exp $ - -inherit eutils - -DESCRIPTION="multi-track hard disk recording software" -HOMEPAGE="http://ardour.org/" -SRC_URI="http://ardour.org/releases/${P/_/}.tar.bz2" -RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="nls debug sse altivec" - -# Ardour 0.99! -# This is the first ebuild that can be marked stable, since it's out of beta finally. - -# From beta30 release notes: -# plugin latency compensation now working correctly (we believe) -# This really requires JACK 0.100.0 or above to work -# properly, but even without that, they result in notable improvements -# in the way Ardour aligns newly recorded material. -# -# As media-sound/jack-audio-connection-kit-0.100.0 is still -arch and it is not required for beta30 -# only suggested, RDEPEND needs to be updated as media-sound/jack-audio-connection-kit-0.100.0 gets -# into ~arch. (2005 Sep 14 eldad) - -RDEPEND="dev-util/pkgconfig - >=media-libs/liblrdf-0.3.6 - >=media-libs/raptor-1.2.0 - >=media-sound/jack-audio-connection-kit-0.98.1 - =dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - >=media-libs/libsndfile-1.0.4 - sys-libs/gdbm - >=media-libs/ladspa-sdk-1.12 - >=media-libs/libsamplerate-0.0.14 - >=dev-libs/libxml2-2.5.7 - >=media-libs/libart_lgpl-2.3.16" - -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - dev-util/pkgconfig - >=dev-util/scons-0.96.1 - nls? ( sys-devel/gettext )" - -S="${WORKDIR}/${P/_/}" - -src_compile() { - # bug 99664 - cd ${S}/libs/gtkmm - chmod a+x autogen.sh && ./autogen.sh || die "autogen failed" - econf || die "configure failed" - - # Required for scons to "see" intermediate install location - mkdir -p ${D} - - use altivec && ALTIVEC=1 || ALTIVEC=0 - use debug && ARDOUR_DEBUG=1 || ARDOUR_DEBUG=0 - use nls && NLS=1 || NLS=0 - use sse && SSE=1 || SSE=0 - - cd ${S} - scons \ - ALTIVEC=${ALTIVEC} \ - DEBUG=${ARDOUR_DEBUG} \ - DESTDIR=${D} \ - NLS=${NLS} \ - PREFIX=/usr \ - USE_SSE_EVERYWHERE=${SSE} \ - BUILD_SSE_OPTIMIZATIONS=${SSE} \ - KSI=0 \ - -j2 -} - -src_install() { - scons install || die "make install failed" - - dodoc DOCUMENTATION/* -} diff --git a/media-sound/ardour/files/digest-ardour-0.99 b/media-sound/ardour/files/digest-ardour-0.99 deleted file mode 100644 index e48289ac6bee..000000000000 --- a/media-sound/ardour/files/digest-ardour-0.99 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fd6f12eefd19393f635b21c9d819fc4 ardour-0.99.tar.bz2 1256578 diff --git a/media-sound/ardour/files/digest-ardour-0.99.2 b/media-sound/ardour/files/digest-ardour-0.99.2 index 13101fd6262a..ad0f2b7bb713 100644 --- a/media-sound/ardour/files/digest-ardour-0.99.2 +++ b/media-sound/ardour/files/digest-ardour-0.99.2 @@ -1 +1 @@ -MD5 d1f00f9fb1c430ce3f8b6bfa2f270594 ardour-0.99.2.tar.bz2 1314260 +MD5 007f689d782cde6384cf22de1ae5a9da ardour-0.99.2.tar.bz2 1315985 |