diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:52:53 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:52:53 +0000 |
commit | c517737be916c48b6a664ea550269e6af3b498a6 (patch) | |
tree | 7ae59ff7018a55e9aeb34ec54e8389f1287da7e7 /media-sound/fluidsynth | |
parent | nomirror and stable on x86. (diff) | |
download | historical-c517737be916c48b6a664ea550269e6af3b498a6.tar.gz historical-c517737be916c48b6a664ea550269e6af3b498a6.tar.bz2 historical-c517737be916c48b6a664ea550269e6af3b498a6.zip |
Removed ladcca support. See bug #46916.
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.1.ebuild | 12 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.3.ebuild | 13 |
3 files changed, 20 insertions, 11 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index af0e1aeb0748..753bb32e3338 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/fluidsynth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.7 2004/04/03 06:00:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.8 2004/04/08 07:52:53 eradicator Exp $ + + 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> + fluidsynth-1.0.1.ebuild, fluidsynth-1.0.3.ebuild: + Removed ladcca support. See bug #46916. 03 Apr 2004; Lars Weiler <pylon@gentoo.org> fluidsynth-1.0.3.ebuild: stable on ppc diff --git a/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild index 7ba93d0411e8..3b5d176781ec 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild,v 1.6 2004/03/27 02:54:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild,v 1.7 2004/04/08 07:52:53 eradicator Exp $ DESCRIPTION="IIWU Synth is a software real-time synthesizer based on the Soundfont 2 specifications." HOMEPAGE="http://www.fluidsynth.org/" @@ -10,16 +10,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="alsa ladcca" +IUSE="alsa" -DEPEND="ladcca? ( media-libs/ladcca ) \ - media-libs/ladspa-sdk \ +DEPEND="media-libs/ladspa-sdk \ alsa? ( media-libs/alsa-lib )" +# Removed as it doesn't support new ladcca yet ... bug #46916 +# ladcca? ( media-libs/ladcca ) \ + src_compile() { local myconfig myconfig="--enable-jack-support --enable-ladspa" - use ladcca || myconfig="--disable-ladcca ${myconfig}" +# use ladcca || myconfig="--disable-ladcca ${myconfig}" use alsa || myconfig="--disable-alsa ${myconfig}" # use sse && myconfig="--enable-SSE ${myconfig}" # NOTE: sse use variable is broken now to do a missing header file in diff --git a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild index 57b52434abdb..b4c8abe197ab 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.6 2004/04/03 06:00:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.7 2004/04/08 07:52:53 eradicator Exp $ inherit flag-o-matic eutils @@ -12,13 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -IUSE="alsa ladcca jack sse" +IUSE="alsa jack sse" -DEPEND="ladcca? ( media-libs/ladcca ) \ - jack? ( virtual/jack ) \ +DEPEND="jack? ( virtual/jack ) \ media-libs/ladspa-sdk \ alsa? ( media-libs/alsa-lib )" +# Removed as it doesn't support new ladcca yet ... bug #46916 +# ladcca? ( media-libs/ladcca ) \ + + src_unpack() { unpack ${A} @@ -29,7 +32,7 @@ src_unpack() { src_compile() { local myconf myconf="--enable-ladspa" - use ladcca || myconf="--disable-ladcca ${myconf}" +# use ladcca || myconf="--disable-ladcca ${myconf}" use alsa || myconf="--disable-alsa ${myconf}" use jack || myconf="--disable-jack-support ${myconf}" if [ `use sse` ]; then |