summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@gentoo.org>2003-07-02 11:58:34 +0000
committerTorben Hohn <torbenh@gentoo.org>2003-07-02 11:58:34 +0000
commit9d7cecac15a17a18de1b139265ebcbfb4edf0966 (patch)
treef9b1e5cb66a7a323475e99cc76a68a20babf955d /media-sound/amsynth
parenthad to change this package name from amSynth to amsynth (diff)
downloadgentoo-2-9d7cecac15a17a18de1b139265ebcbfb4edf0966.tar.gz
gentoo-2-9d7cecac15a17a18de1b139265ebcbfb4edf0966.tar.bz2
gentoo-2-9d7cecac15a17a18de1b139265ebcbfb4edf0966.zip
had to change this package name from amSynth to amsynth
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog11
-rw-r--r--media-sound/amsynth/Manifest3
-rw-r--r--media-sound/amsynth/amsynth-1.0_rc2.ebuild48
-rw-r--r--media-sound/amsynth/files/digest-amsynth-1.0_rc21
4 files changed, 62 insertions, 1 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
new file mode 100644
index 000000000000..331c5c5cdae5
--- /dev/null
+++ b/media-sound/amsynth/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for media-sound/amsynth
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.1 2003/07/02 11:58:14 torbenh Exp $
+
+*amsynth-1.0_rc2 (02 Jul 2003)
+
+ 02 Jul 2003; torbenh <torbenh@gentoo.org> Manifest amsynth-1.0_rc2.ebuild files/digest-amsynth-1.0_rc2 :
+ After this being comitted as amSynth the capital letter is now gone.
+ Just the same ebuild with some MY_P magic.
+ Sorry to all who missed an update because of this.
+
diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest
index f78608b10f2e..2fd7b3c1eb77 100644
--- a/media-sound/amsynth/Manifest
+++ b/media-sound/amsynth/Manifest
@@ -1,2 +1,3 @@
-MD5 be55085e52eaeaad9884212961929197 amsynth-1.0_rc2.ebuild 1294
+MD5 4e26782e7c606e845f743b46f8b13bde ChangeLog 530
+MD5 c0c318b22c1f4fe2c4989812ec1861c4 amsynth-1.0_rc2.ebuild 1294
MD5 7931d67ee0c4973ba2b9e3d3065f9eef files/digest-amsynth-1.0_rc2 67
diff --git a/media-sound/amsynth/amsynth-1.0_rc2.ebuild b/media-sound/amsynth/amsynth-1.0_rc2.ebuild
new file mode 100644
index 000000000000..8949e71abeba
--- /dev/null
+++ b/media-sound/amsynth/amsynth-1.0_rc2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0_rc2.ebuild,v 1.1 2003/07/02 11:58:14 torbenh Exp $
+
+MY_P=${P/_rc/-rc}
+MY_P=${MY_P/amsynth/amSynth}
+
+DESCRIPTION="A retro analogue - modelling softsynth"
+HOMEPAGE="http://amsynthe.sourceforge.net/"
+SRC_URI="mirror://sourceforge/amsynthe/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="oss alsa jack"
+
+# libsndfile support is actually optional, but IMHO this package should have it
+DEPEND="=x11-libs/gtkmm-1.2* \
+ media-libs/libsndfile \
+ alsa? ( media-libs/alsa-lib \
+ media-sound/alsa-utils ) \
+ jack? ( virtual/jack )"
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ local myconf
+ use oss || myconf="--without-oss ${myconf}"
+ use alsa || myconf="--without-alsa ${myconf}"
+ use jack || myconf="--without-jack ${myconf}"
+ econf ${myconf} || die "configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "amSynth has been installed normally."
+ einfo "If you would like to use the virtual"
+ einfo "keyboard option, then do"
+ einfo "emerge vkeybd"
+ einfo "and make sure you emerged amSynth"
+ einfo "with alsa support (USE=alsa)"
+ einfo ""
+}
diff --git a/media-sound/amsynth/files/digest-amsynth-1.0_rc2 b/media-sound/amsynth/files/digest-amsynth-1.0_rc2
new file mode 100644
index 000000000000..925a5c94416e
--- /dev/null
+++ b/media-sound/amsynth/files/digest-amsynth-1.0_rc2
@@ -0,0 +1 @@
+MD5 154774248598e3605ba0768eba143ad9 amSynth-1.0-rc2.tar.gz 328763