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
commitf8bbada568fd8d1dbad40783e9c248fd6e8b535c (patch)
tree90e7997eb47dc4fe43d48374810da99bb3154e54 /media-sound/amsynth
parentAdded PROVIDE="virtual/textbrowser", closes bug #69399. (diff)
downloadhistorical-f8bbada568fd8d1dbad40783e9c248fd6e8b535c.tar.gz
historical-f8bbada568fd8d1dbad40783e9c248fd6e8b535c.tar.bz2
historical-f8bbada568fd8d1dbad40783e9c248fd6e8b535c.zip
Removing old version.
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog6
-rw-r--r--media-sound/amsynth/Manifest16
-rw-r--r--media-sound/amsynth/amsynth-1.0_rc4.ebuild62
-rw-r--r--media-sound/amsynth/files/digest-amsynth-1.0_rc41
4 files changed, 17 insertions, 68 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/Manifest b/media-sound/amsynth/Manifest
index 9cef0b22beee..ad6c8f2f2541 100644
--- a/media-sound/amsynth/Manifest
+++ b/media-sound/amsynth/Manifest
@@ -1,7 +1,15 @@
-MD5 76bb546381fce2c57ebb6f3bead5d0fd ChangeLog 1813
-MD5 92759840989edb50254ca728bb5b9f6c amsynth-1.0.0.ebuild 1553
-MD5 79c29cfa1b5be5679a965dac9f80d3b4 amsynth-1.0_rc4.ebuild 1659
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 dd95e3a648c51391b0d1162963964348 ChangeLog 1922
MD5 3be4f6e757e3057184136a002b0165f9 metadata.xml 221
+MD5 92759840989edb50254ca728bb5b9f6c amsynth-1.0.0.ebuild 1553
MD5 2f7dc56770343abd47f6fcc7bca6938e files/amsynth-pthread.patch 256
MD5 d7a734ec324ae5b115669d858666fb58 files/digest-amsynth-1.0.0 65
-MD5 bec083e8e27d21ba34cb61070ac11fea files/digest-amsynth-1.0_rc4 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBhLjWArHZZzCEUG0RAjq6AJ4wMExlo12QakchiufQbAbFhvkKQwCfePRC
+VWHgbD4cdmjk6sRwAITE7VQ=
+=5lZO
+-----END PGP SIGNATURE-----
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