diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-16 06:30:16 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-16 06:30:16 +0000 |
commit | 40ba6e2eb683d9a8ed434ff308ad157075853984 (patch) | |
tree | e084dd30dfe88646ee22abcd9e076e0d90247c35 /media-sound/fluidsynth | |
parent | Adding ebuilds for 2.4.26 from linux-mips CVS. Also some typo fixes in the o... (diff) | |
download | historical-40ba6e2eb683d9a8ed434ff308ad157075853984.tar.gz historical-40ba6e2eb683d9a8ed434ff308ad157075853984.tar.bz2 historical-40ba6e2eb683d9a8ed434ff308ad157075853984.zip |
~amd64
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/Manifest | 4 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.3.ebuild | 13 |
3 files changed, 15 insertions, 8 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index 753bb32e3338..190d5d13aec3 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.8 2004/04/08 07:52:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.9 2004/04/16 06:30:16 lv Exp $ + + 16 Apr 2004; Travis Tilley <lv@gentoo.org> fluidsynth-1.0.3.ebuild: + adding ~amd64 keyword and versioned ladcca dependency - see bug #46916 for + more information 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> fluidsynth-1.0.1.ebuild, fluidsynth-1.0.3.ebuild: diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest index 8a89b9cbf887..cb567e4cec28 100644 --- a/media-sound/fluidsynth/Manifest +++ b/media-sound/fluidsynth/Manifest @@ -1,6 +1,6 @@ +MD5 7f0e76c39acf6586497203bc370d899d ChangeLog 1638 MD5 1ce8bcd58a82e4e1519d6ad34d12d26d fluidsynth-1.0.1.ebuild 1397 -MD5 0014d2e6db316435de13640dd35d3eb5 fluidsynth-1.0.3.ebuild 1553 -MD5 6809ea95b4a5515295262ddafc91c663 ChangeLog 1479 +MD5 7b2fb2e5047fd6b62cde7e64ae350f66 fluidsynth-1.0.3.ebuild 1692 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 c1870b0eef4d2331c692f1206a55ac6d files/1.0.3-nonx86.patch 215 MD5 76597f227dd6266c408aab1d4f58da85 files/digest-fluidsynth-1.0.1 68 diff --git a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild index b4c8abe197ab..bb3e59360587 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.7 2004/04/08 07:52:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.8 2004/04/16 06:30:16 lv Exp $ inherit flag-o-matic eutils @@ -10,12 +10,13 @@ SRC_URI="http://savannah.nongnu.org/download/fluid/stable.pkg/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="alsa jack sse" -DEPEND="jack? ( virtual/jack ) \ - media-libs/ladspa-sdk \ +DEPEND="jack? ( virtual/jack ) + media-libs/ladspa-sdk + amd64? ( ladcca? ( =media-libs/ladcca-0.3* ) ) alsa? ( media-libs/alsa-lib )" # Removed as it doesn't support new ladcca yet ... bug #46916 @@ -32,7 +33,9 @@ src_unpack() { src_compile() { local myconf myconf="--enable-ladspa" -# use ladcca || myconf="--disable-ladcca ${myconf}" + #use ladcca || myconf="--disable-ladcca ${myconf}" + use amd64 && myconf="`use_enable ladcca` ${myconf}" \ + || myconf="--disable-ladcca ${myconf}" use alsa || myconf="--disable-alsa ${myconf}" use jack || myconf="--disable-jack-support ${myconf}" if [ `use sse` ]; then |