summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-20 18:35:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-20 18:35:03 +0000
commitf29cdda43e8e457c7be60051caf74eb5117a27f0 (patch)
tree78ef20c831bc4a49185a7ceadf76cb58fefc01a1 /media-sound
parentsparc stable (diff)
downloadgentoo-2-f29cdda43e8e457c7be60051caf74eb5117a27f0.tar.gz
gentoo-2-f29cdda43e8e457c7be60051caf74eb5117a27f0.tar.bz2
gentoo-2-f29cdda43e8e457c7be60051caf74eb5117a27f0.zip
Cleanup old versions.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amsynth/ChangeLog8
-rw-r--r--media-sound/amsynth/amsynth-1.0.0-r1.ebuild58
-rw-r--r--media-sound/amsynth/amsynth-1.1.0.ebuild52
-rw-r--r--media-sound/amsynth/files/amsynth-1.0.0-ALSAMidiDriver.patch12
-rw-r--r--media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch11
5 files changed, 7 insertions, 134 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index 204bdeb2e543..70c1743543a3 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/amsynth
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.26 2008/04/20 17:52:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.27 2008/04/20 18:35:03 flameeyes Exp $
+
+ 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
+ -files/amsynth-1.0.0-ALSAMidiDriver.patch,
+ -files/amsynth-1.1.0-gcc4.patch, -amsynth-1.0.0-r1.ebuild,
+ -amsynth-1.1.0.ebuild:
+ Cleanup old versions.
20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/amsynth-1.2.0+gcc-4.3.patch, amsynth-1.2.0.ebuild:
diff --git a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild b/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
deleted file mode 100644
index 42b79f5cc8a7..000000000000
--- a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0-r1.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $
-
-IUSE="oss alsa jack"
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-# 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
- epatch ${FILESDIR}/${P}-ALSAMidiDriver.patch
-}
-
-src_compile() {
- econf `use_with oss` `use_with alsa` `use_with jack` || die "configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
-
-pkg_postinst() {
- elog
- elog "amSynth has been installed normally."
- elog "If you would like to use the virtual"
- elog "keyboard option, then do"
- elog "emerge vkeybd"
- elog "and make sure you emerged amSynth"
- elog "with alsa support (USE=alsa)"
- elog
-}
diff --git a/media-sound/amsynth/amsynth-1.1.0.ebuild b/media-sound/amsynth/amsynth-1.1.0.ebuild
deleted file mode 100644
index 15e61760da8b..000000000000
--- a/media-sound/amsynth/amsynth-1.1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.1.0.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $
-
-IUSE="oss alsa jack"
-
-inherit eutils
-
-MY_P=${P/_rc/-rc}
-MY_P=${MY_P/amsynth/amSynth}
-
-DESCRIPTION="amSynth stands for Analogue Modeling SYNTHesizer. It provides virtual analogue synthesis in the style of the classic Moog Minimoog/Roland Junos."
-HOMEPAGE="http://amsynthe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/amsynthe/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-# libsndfile support is actually optional, but IMHO this package should have it
-DEPEND=">=dev-cpp/gtkmm-2.4
- >=media-libs/libsndfile-1.0
- alsa? ( >=media-libs/alsa-lib-0.9 media-sound/alsa-utils )
- jack? ( media-sound/jack-audio-connection-kit )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${FILESDIR}/${P}-gcc4.patch"
-}
-
-src_compile() {
- econf `use_with oss` `use_with alsa` `use_with jack` || die "configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
-
-pkg_postinst() {
- elog
- elog "amSynth has been installed normally."
- elog "If you would like to use the virtual"
- elog "keyboard option, then do"
- elog "emerge vkeybd"
- elog "and make sure you emerged amSynth"
- elog "with alsa support (USE=alsa)"
- elog
-}
diff --git a/media-sound/amsynth/files/amsynth-1.0.0-ALSAMidiDriver.patch b/media-sound/amsynth/files/amsynth-1.0.0-ALSAMidiDriver.patch
deleted file mode 100644
index dc0ba35078ae..000000000000
--- a/media-sound/amsynth/files/amsynth-1.0.0-ALSAMidiDriver.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/drivers/ALSAMidiDriver.cc.old 2003-12-14 17:04:50.000000000 +0100
-+++ src/drivers/ALSAMidiDriver.cc 2004-02-28 13:29:20.000000000 +0100
-@@ -26,7 +26,9 @@
-
- int ALSAMidiDriver::close()
- {
-+#ifdef with_alsa
- snd_seq_close (seq_handle);
-+#endif
- return 0;
- }
-
diff --git a/media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch b/media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch
deleted file mode 100644
index 19bbd12d9c20..000000000000
--- a/media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN ../tmp-orig/amsynth-1.1.0/src/Thread.h ./src/Thread.h
---- ../tmp-orig/amsynth-1.1.0/src/Thread.h 2005-10-26 19:45:10.000000000 +0000
-+++ ./src/Thread.h 2005-11-02 10:31:44.000000000 +0000
-@@ -26,6 +26,7 @@
- #define _THREAD_H
-
- #include <pthread.h>
-+#include <signal.h>
-
- class Thread
- {