summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-12 08:26:30 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-12 08:26:30 +0000
commit2b2a049ba25637f2a35c01c9edd610801e29d65e (patch)
tree82cd4b221099058412a76a29a7d4f5abcdf817cc /media-sound/fluidsynth
parentStable amd64, sparc. (diff)
downloadhistorical-2b2a049ba25637f2a35c01c9edd610801e29d65e.tar.gz
historical-2b2a049ba25637f2a35c01c9edd610801e29d65e.tar.bz2
historical-2b2a049ba25637f2a35c01c9edd610801e29d65e.zip
Removing 1.0.1. Stable amd64, sparc, x86.
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r--media-sound/fluidsynth/ChangeLog6
-rw-r--r--media-sound/fluidsynth/files/digest-fluidsynth-1.0.11
-rw-r--r--media-sound/fluidsynth/fluidsynth-1.0.1.ebuild46
-rw-r--r--media-sound/fluidsynth/fluidsynth-1.0.5.ebuild6
4 files changed, 8 insertions, 51 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog
index f8f701fc242a..ff473913abb5 100644
--- a/media-sound/fluidsynth/ChangeLog
+++ b/media-sound/fluidsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/fluidsynth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.17 2004/09/28 20:19:01 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.18 2004/11/12 08:26:30 eradicator Exp $
+
+ 12 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -fluidsynth-1.0.1.ebuild, fluidsynth-1.0.5.ebuild:
+ Removing 1.0.1. Stable amd64, sparc, x86.
*fluidsynth-1.0.5 (28 Sep 2004)
diff --git a/media-sound/fluidsynth/files/digest-fluidsynth-1.0.1 b/media-sound/fluidsynth/files/digest-fluidsynth-1.0.1
deleted file mode 100644
index 5ed2a9ae21d0..000000000000
--- a/media-sound/fluidsynth/files/digest-fluidsynth-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a0ab811d68afcd1d5a40e04a25eaad7 fluidsynth-1.0.1.tar.gz 445834
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild
deleted file mode 100644
index fe617422a8d5..000000000000
--- a/media-sound/fluidsynth/fluidsynth-1.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.8 2004/06/24 23:59:23 agriffis Exp $
-
-DESCRIPTION="IIWU Synth is a software real-time synthesizer based on the Soundfont 2 specifications."
-HOMEPAGE="http://www.fluidsynth.org/"
-SRC_URI="http://savannah.nongnu.org/download/fluid/stable.pkg/1.0.1/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE="alsa"
-
-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 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
- # the current release. Waiting for new release to fix.
- ./configure \
- ${myconfig} \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
- dodoc AUTHORS COPYING INSTALL NEWS README THANKS TODO
-}
-
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild
index 6f739b2eabe7..b4f5d0c0c0a4 100644
--- a/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild,v 1.2 2004/09/28 20:19:01 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild,v 1.3 2004/11/12 08:26:30 eradicator Exp $
IUSE="alsa jack sse ladcca static"
@@ -12,7 +12,7 @@ SRC_URI="http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="amd64 ~ppc sparc x86"
DEPEND="jack? ( media-sound/jack-audio-connection-kit )
media-libs/ladspa-sdk
@@ -56,5 +56,5 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING INSTALL NEWS README THANKS TODO
+ dodoc AUTHORS NEWS README THANKS TODO
}