summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@gentoo.org>2003-06-08 19:53:28 +0000
committerTorben Hohn <torbenh@gentoo.org>2003-06-08 19:53:28 +0000
commit7d13d5aede6fbb94dbcb2f65c23541d1a34d4e3a (patch)
tree661900d08d72d911c7eb0cd866ad1eac793d9d34 /media-sound
parentfixed DEPEND to >gtkmm-2.0 and fixed IUSE (diff)
downloadhistorical-7d13d5aede6fbb94dbcb2f65c23541d1a34d4e3a.tar.gz
historical-7d13d5aede6fbb94dbcb2f65c23541d1a34d4e3a.tar.bz2
historical-7d13d5aede6fbb94dbcb2f65c23541d1a34d4e3a.zip
fixed DEPEND to >gtkmm-2.0 and fixed IUSE
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-patch-bay/Manifest4
-rw-r--r--media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild49
-rw-r--r--media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r11
3 files changed, 52 insertions, 2 deletions
diff --git a/media-sound/alsa-patch-bay/Manifest b/media-sound/alsa-patch-bay/Manifest
index ac5189b471eb..18749a2d5dcb 100644
--- a/media-sound/alsa-patch-bay/Manifest
+++ b/media-sound/alsa-patch-bay/Manifest
@@ -1,8 +1,8 @@
-MD5 7e91a3245b728d9483620e88728bdf31 ChangeLog 891
+MD5 44725f1e510a9bffd488a95677726277 ChangeLog 1092
MD5 d0d406ec69fc5e3c780ea9c9a4b1dfa6 alsa-patch-bay-0.3.ebuild 1246
MD5 a08996ce4eb40e1742594a8333b38abd alsa-patch-bay-0.4.1.ebuild 1312
MD5 443529f25f057ec8b9ef3cd127e2977b alsa-patch-bay-0.5.1.ebuild 1502
-MD5 0d0e3d3d480a86ace1356cfaafcba19e alsa-patch-bay-0.5.1-r1.ebuild 1512
+MD5 57ed611cc6946a71ea0f1adce870f88b alsa-patch-bay-0.5.1-r1.ebuild 1511
MD5 189b2b9094215b29a1202030f9eda498 files/digest-alsa-patch-bay-0.3 70
MD5 c0922a5bc1b32e2eb3e8ba859bf5c864 files/digest-alsa-patch-bay-0.4.1 72
MD5 bfec7a0de573dbb491c54db40d35c72a files/digest-alsa-patch-bay-0.5.1 72
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild
new file mode 100644
index 000000000000..6be57c8212bc
--- /dev/null
+++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1-r1.ebuild,v 1.1 2003/06/08 19:53:20 torbenh Exp $
+
+DESCRIPTION="Graphical patch bay for the ALSA sequencer API."
+HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86"
+
+IUSE="fltk"
+
+# The package defaults to the gtkmm graphics library.
+# To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay
+# Note: fltk is not an official USE flag, and the dependency on
+# it may go away in the future.
+DEPEND="!fltk? >=x11-libs/gtkmm-2.0
+ fltk? >=x11-libs/fltk-1.1.2
+ >=media-sound/alsa-driver-0.9.0_rc1
+ >=media-libs/alsa-lib-0.9.0_rc1
+ >=media-sound/alsa-utils-0.9.0_rc1"
+
+SRC_URI="http://pkl.net/~node/software/${P}.tar.gz"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ local myconf
+ use fltk || myconf="--disable-fltk"
+ ./configure ${myconf} \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ einstall APB_DESKTOP_PREFIX=${D}/usr/share || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
+}
+
+pkg_preinst() {
+ if [ -e ${D}/usr/bin/jack-patch-bay ]
+ then
+ rm ${D}/usr/bin/jack-patch-bay
+ ln -s alsa-patch-bay ${D}/usr/bin/jack-patch-bay
+ fi
+}
diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r1 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r1
new file mode 100644
index 000000000000..16dadd293e9e
--- /dev/null
+++ b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.5.1-r1
@@ -0,0 +1 @@
+MD5 f1addf00d950ba03f0e6eb7c90b83dd4 alsa-patch-bay-0.5.1.tar.gz 246562