diff options
author | Torben Hohn <torbenh@gentoo.org> | 2003-06-25 10:17:50 +0000 |
---|---|---|
committer | Torben Hohn <torbenh@gentoo.org> | 2003-06-25 10:17:50 +0000 |
commit | 4aa4e0d2db73f9785f42e1d4df3c5fbf50056dbe (patch) | |
tree | f8d3597e55432a8dbd217abdead2352c4f52cb72 /media-sound | |
parent | Initial Version (diff) | |
download | historical-4aa4e0d2db73f9785f42e1d4df3c5fbf50056dbe.tar.gz historical-4aa4e0d2db73f9785f42e1d4df3c5fbf50056dbe.tar.bz2 historical-4aa4e0d2db73f9785f42e1d4df3c5fbf50056dbe.zip |
Initial Version
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amSynth/Manifest | 3 | ||||
-rw-r--r-- | media-sound/amSynth/amSynth-1.0_rc2.ebuild | 46 | ||||
-rw-r--r-- | media-sound/amSynth/files/digest-amSynth-1.0_rc2 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/media-sound/amSynth/Manifest b/media-sound/amSynth/Manifest index 9fd6546c4c1f..f96cca0e6917 100644 --- a/media-sound/amSynth/Manifest +++ b/media-sound/amSynth/Manifest @@ -1,2 +1,3 @@ -MD5 6b32bccb3d2ee36eeb62346f3006d6da amSynth-1.0_rc2.ebuild 1176 +MD5 ac8a7fffd7e153da6b9237020c1c75d0 amSynth-1.0_rc2.ebuild 1282 +MD5 fd7f799f8a56f2ecdcc7fa3eaf0e3e2b ChangeLog 349 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..097985304e77 --- /dev/null +++ b/media-sound/amSynth/amSynth-1.0_rc2.ebuild @@ -0,0 +1,46 @@ +# 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/06/25 10:17:38 torbenh Exp $ + +DESCRIPTION="A retro analogue - modelling softsynth" +HOMEPAGE="http://amsynthe.sourceforge.net/" +SRC_URI="mirror://sourceforge/amsynthe/${P/_rc/-rc}.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-sound/alsa-driver \ + media-libs/alsa-lib \ + media-sound/alsa-utils ) + jack? ( virtual/jack )" + +S=${WORKDIR}/${P/_rc/-rc} + +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 |