summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-31 10:04:37 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-31 10:04:37 +0000
commita9217655fe7a230c17d354cb8fbfda7ee811ab82 (patch)
treeeea5dc1e3b989600ad77f390b97efb27a297f787 /media-sound/amsynth
parentAdded PROVIDE="virtual/textbrowser", closes bug #69399. (Manifest recommit) (diff)
downloadgentoo-2-a9217655fe7a230c17d354cb8fbfda7ee811ab82.tar.gz
gentoo-2-a9217655fe7a230c17d354cb8fbfda7ee811ab82.tar.bz2
gentoo-2-a9217655fe7a230c17d354cb8fbfda7ee811ab82.zip
Removing old version.
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog6
-rw-r--r--media-sound/amsynth/amsynth-1.0_rc4.ebuild62
-rw-r--r--media-sound/amsynth/files/digest-amsynth-1.0_rc41
3 files changed, 5 insertions, 64 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index 1713cb9a2b82..01d4008fc039 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amsynth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.13 2004/07/04 09:31:36 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.14 2004/10/31 10:04:37 eradicator Exp $
+
+ 31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -amsynth-1.0_rc4.ebuild:
+ Removing old version.
04 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> amsynth-1.0.0.ebuild:
Stable amd64.
diff --git a/media-sound/amsynth/amsynth-1.0_rc4.ebuild b/media-sound/amsynth/amsynth-1.0_rc4.ebuild
deleted file mode 100644
index f7e545006333..000000000000
--- a/media-sound/amsynth/amsynth-1.0_rc4.ebuild
+++ /dev/null
@@ -1,62 +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/amsynth/amsynth-1.0_rc4.ebuild,v 1.6 2004/06/24 23:50:30 agriffis Exp $
-
-inherit eutils
-
-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"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="oss alsa jack"
-
-# libsndfile support is actually optional, but IMHO this package should have it
-DEPEND="=dev-cpp/gtkmm-1.2* \
- media-libs/libsndfile \
- alsa? ( media-libs/alsa-lib \
- media-sound/alsa-utils ) \
- jack? ( media-sound/jack-audio-connection-kit )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" src/drivers/ALSAmmapAudioDriver.h
- sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" src/drivers/ALSAAudioDriver.h
-
- epatch ${FILESDIR}/${PN}-pthread.patch
-}
-
-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_rc4 b/media-sound/amsynth/files/digest-amsynth-1.0_rc4
deleted file mode 100644
index b91ac0f44521..000000000000
--- a/media-sound/amsynth/files/digest-amsynth-1.0_rc4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a689a4153d1776e0de9f0338d934248 amSynth-1.0-rc4.tar.gz 355321