summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/beast')
-rw-r--r--media-sound/beast/ChangeLog9
-rw-r--r--media-sound/beast/beast-0.4.1.ebuild35
-rw-r--r--media-sound/beast/files/digest-beast-0.4.11
3 files changed, 45 insertions, 0 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog
new file mode 100644
index 000000000000..4011dcd000a3
--- /dev/null
+++ b/media-sound/beast/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/beast
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.1 2002/11/02 04:51:55 agenkin Exp $
+
+*beast-0.4.1 (01 Nov 2002)
+
+ 01 Nov 2002; Arcady Genkin <agenkin@gentoo.org> beast-0.4.1.ebuild :
+
+ Initial version, submitted by Rigo Ketelings <rigo@home.nl>.
diff --git a/media-sound/beast/beast-0.4.1.ebuild b/media-sound/beast/beast-0.4.1.ebuild
new file mode 100644
index 000000000000..7e0378889dcb
--- /dev/null
+++ b/media-sound/beast/beast-0.4.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp
+
+DESCRIPTION="BEAST - the Bedevilled Sound Engine"
+HOMEPAGE="http://beast.gtk.org"
+LICENSE="GPL"
+
+DEPEND="dev-libs/glib
+ dev-util/pkgconfig
+ dev-util/guile
+ media-libs/libart_lgpl
+ >=x11-libs/gtk+-2.0.0
+ gnome-base/gnome-libs
+ gnome-base/libgnomecanvas
+ media-sound/alsa-driver"
+
+SRC_URI="ftp://beast.gtk.org/pub/beast/v0.4/${P}.tar.gz"
+KEYWORDS='x86'
+SLOT="0"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING COPYING.LIB INSTALL README docs/*[faq.txt]
+}
diff --git a/media-sound/beast/files/digest-beast-0.4.1 b/media-sound/beast/files/digest-beast-0.4.1
new file mode 100644
index 000000000000..1db19bc88320
--- /dev/null
+++ b/media-sound/beast/files/digest-beast-0.4.1
@@ -0,0 +1 @@
+MD5 03cd646b4ddaa16b7c7bf6099bf3a81b beast-0.4.1.tar.gz 2151501