summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2003-03-04 23:24:23 +0000
committerArcady Genkin <agenkin@gentoo.org>2003-03-04 23:24:23 +0000
commitd0a16a483fe3f3acfcb3a71e48c4b71c3a52f38a (patch)
treeff5679da0c3d7725217620783ca5542092744bc0 /media-sound/alsa-patch-bay
parentChanged dodir to keepdir. Closes #16776. (diff)
downloadgentoo-2-d0a16a483fe3f3acfcb3a71e48c4b71c3a52f38a.tar.gz
gentoo-2-d0a16a483fe3f3acfcb3a71e48c4b71c3a52f38a.tar.bz2
gentoo-2-d0a16a483fe3f3acfcb3a71e48c4b71c3a52f38a.zip
Version bump.
Diffstat (limited to 'media-sound/alsa-patch-bay')
-rw-r--r--media-sound/alsa-patch-bay/ChangeLog7
-rw-r--r--media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild41
-rw-r--r--media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.11
3 files changed, 48 insertions, 1 deletions
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog
index 2f5b8e1386c1..da49ce6eff45 100644
--- a/media-sound/alsa-patch-bay/ChangeLog
+++ b/media-sound/alsa-patch-bay/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/alsa-patch-bay
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.3 2003/02/12 07:23:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.4 2003/03/04 23:24:23 agenkin Exp $
+
+*alsa-patch-bay-0.4.1 (04 Mar 2003)
+
+ 04 Mar 2003; Arcady Genkin <agenkin@gentoo.org> :
+ Version bump by Jonathan Kraut <jkraut1@nyc.rr.com>.
*alsa-patch-bay-0.3 (20 Dec 2002)
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild
new file mode 100644
index 000000000000..d94bc7288bcf
--- /dev/null
+++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.4.1.ebuild
@@ -0,0 +1,41 @@
+# 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.4.1.ebuild,v 1.1 2003/03/04 23:24:23 agenkin 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=""
+
+# 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
+ 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 || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
+}
diff --git a/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.1 b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.1
new file mode 100644
index 000000000000..f60b1b885f44
--- /dev/null
+++ b/media-sound/alsa-patch-bay/files/digest-alsa-patch-bay-0.4.1
@@ -0,0 +1 @@
+MD5 96db7cea84cfd8b8d71376c3c805b549 alsa-patch-bay-0.4.1.tar.gz 239585