summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-28 07:06:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-28 07:06:10 +0000
commit4ff496e8bee1067b83f8c985c245525d00246c9a (patch)
tree30ab0e4bd3b2f84a3e29ba8bc573b5dc1670b27f /media-sound/horgand
parentversion bump by Andrea Pinazzi <follettoonip@gmail.com>, bug #240738, and con... (diff)
downloadgentoo-2-4ff496e8bee1067b83f8c985c245525d00246c9a.tar.gz
gentoo-2-4ff496e8bee1067b83f8c985c245525d00246c9a.tar.bz2
gentoo-2-4ff496e8bee1067b83f8c985c245525d00246c9a.zip
remove old
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
Diffstat (limited to 'media-sound/horgand')
-rw-r--r--media-sound/horgand/ChangeLog6
-rw-r--r--media-sound/horgand/files/horgand-1.07-debug.patch84
-rw-r--r--media-sound/horgand/horgand-1.07.ebuild45
3 files changed, 5 insertions, 130 deletions
diff --git a/media-sound/horgand/ChangeLog b/media-sound/horgand/ChangeLog
index bc362c41987c..4195e6ed42c6 100644
--- a/media-sound/horgand/ChangeLog
+++ b/media-sound/horgand/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/horgand
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.21 2008/09/14 11:21:38 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.22 2008/10/28 07:06:10 aballier Exp $
+
+ 28 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/horgand-1.07-debug.patch, -horgand-1.07.ebuild:
+ remove old
14 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> horgand-1.14.ebuild:
Stable on sparc, bug #237335
diff --git a/media-sound/horgand/files/horgand-1.07-debug.patch b/media-sound/horgand/files/horgand-1.07-debug.patch
deleted file mode 100644
index 9792e7388329..000000000000
--- a/media-sound/horgand/files/horgand-1.07-debug.patch
+++ /dev/null
@@ -1,84 +0,0 @@
---- src/organMIDIIn.C 2004-06-23 17:34:05.000000000 +0200
-+++ src/organMIDIIn.C 2006-09-22 22:38:53.000000000 +0200
-@@ -30,22 +30,26 @@
- {
-
- int l1;
-+ printf("DEBUG: IN 1\n");
- snd_seq_event_t *midievent;
--
-+ printf("DEBUG: IN 2\n");
- midievent = NULL;
-+ printf("DEBUG: IN 3\n");
- snd_seq_event_input (MidiInPuerto[keIN].midi_in, &midievent);
-+ printf("DEBUG: IN 4\n");
- if (midievent == NULL)
- return;
--
-+ printf("DEBUG: IN noreturn_5\n");
-
- switch (midievent->type)
- {
- case SND_SEQ_EVENT_PITCHBEND:
-+ printf("DEBUG: IN switch_1\n");
- pitch = (float) midievent->data.control.value / 8192.0;
- break;
-
- case SND_SEQ_EVENT_PGMCHANGE:
--
-+ printf("DEBUG: IN switch_2\n");
-
- if ((midievent->data.control.value > 0)
- && (midievent->data.control.value < 33))
-@@ -57,6 +61,7 @@
-
- case SND_SEQ_EVENT_CONTROLLER:
-
-+ printf("DEBUG: IN switch_3\n");
- if (midievent->data.control.param == 1)
- modulation = (float) midievent->data.control.value / 12.7;
-
-@@ -85,7 +90,8 @@
-
-
- case SND_SEQ_EVENT_NOTEON:
--
-+
-+ printf("DEBUG: IN switch_4\n");
- if (midievent->data.note.velocity != 0)
- {
- for (l1 = 0; l1 < POLY; l1++)
-@@ -135,6 +141,7 @@
-
- case SND_SEQ_EVENT_NOTEOFF:
-
-+ printf("DEBUG: IN switch_5\n");
- vumvum = vum;
- vum = 0;
- for (l1 = 0; l1 < POLY; l1++)
---- src/main.C.orig 2006-09-22 22:41:42.000000000 +0200
-+++ src/main.C 2006-09-22 22:43:40.000000000 +0200
-@@ -52,17 +52,22 @@
- void *
- thread1 (void *arg)
- {
-+ printf("DEBUG: thread_1\n");
- pon_realtime();
-+ printf("DEBUG: thread_1 realtime_on\n");
- while (Pexitprogram ==0) hor.midievents(1);
-+ printf("DEBUG: thread_1 while ends\n");
- return (0);
- };
-
- void *
- thread2 (void *arg)
- {
--
-+ printf("DEBUG: thread_2\n");
- pon_realtime();
-+ printf("DEBUG: thread_2 realtime_on\n");
- while (Pexitprogram ==0) hor.Alg1s(hor.PERIOD,0);
-+ printf("DEBUG: thread_2 while ends\n");
- return(0);
-
- };
diff --git a/media-sound/horgand/horgand-1.07.ebuild b/media-sound/horgand/horgand-1.07.ebuild
deleted file mode 100644
index 360298cd43f6..000000000000
--- a/media-sound/horgand/horgand-1.07.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.07.ebuild,v 1.7 2008/05/02 15:59:30 drac Exp $
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Horgand is an opensource software organ."
-HOMEPAGE="http://horgand.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz
- mirror://debian/pool/main/h/${PN}/${PN}_${PV}-1.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/fltk-1.1.2
- media-libs/libsndfile
- media-libs/alsa-lib
- media-sound/jack-audio-connection-kit"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/${PN}_${PV}-1.diff
- epatch "${FILESDIR}"/${P}-debug.patch
-}
-
-src_compile() {
- econf
- emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
- $(pkg-config --cflags jack) $(pkg-config --cflags sndfile)" || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README
- dodir /usr/$(get_libdir)/${PN}
- mv "${D}"/usr/bin/${PN} "${D}"/usr/$(get_libdir)/${PN}/${PN}
- newbin debian/${PN}.wrapper ${PN}
- doman man/${PN}.1
- make_desktop_entry ${PN} Horgand
-}