summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-15 11:26:03 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-15 11:26:03 +0000
commit6316675d7b8147ccc26370b99520846b16bb7760 (patch)
tree3ec1b9ee337b40504d9d423bad15a5c27e653a30 /media-sound/beast
parent(no commit message) (diff)
downloadhistorical-6316675d7b8147ccc26370b99520846b16bb7760.tar.gz
historical-6316675d7b8147ccc26370b99520846b16bb7760.tar.bz2
historical-6316675d7b8147ccc26370b99520846b16bb7760.zip
version bump
Diffstat (limited to 'media-sound/beast')
-rw-r--r--media-sound/beast/ChangeLog10
-rw-r--r--media-sound/beast/Manifest9
-rw-r--r--media-sound/beast/beast-0.5.3.ebuild36
-rw-r--r--media-sound/beast/beast-0.6.0.ebuild52
-rw-r--r--media-sound/beast/files/beast-0.6.0-docs.patch11
-rw-r--r--media-sound/beast/files/digest-beast-0.5.31
-rw-r--r--media-sound/beast/files/digest-beast-0.6.01
7 files changed, 77 insertions, 43 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog
index 2a91db0d9835..609d590b6b91 100644
--- a/media-sound/beast/ChangeLog
+++ b/media-sound/beast/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/beast
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.9 2003/07/26 11:48:05 raker Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.10 2004/02/15 11:26:03 liquidx Exp $
+
+*beast-0.6.0 (15 Feb 2004)
+
+ 15 Feb 2004; Alastair Tse <liquidx@gentoo.org> beast-0.5.3.ebuild,
+ beast-0.6.0.ebuild, files/beast-0.6.0-docs.patch:
+ version bump. note that beast is continually in development release status.
*beast-0.5.4 (26 Jul 2003)
diff --git a/media-sound/beast/Manifest b/media-sound/beast/Manifest
index 03e1ec301162..e26ea3d979a1 100644
--- a/media-sound/beast/Manifest
+++ b/media-sound/beast/Manifest
@@ -1,7 +1,8 @@
-MD5 36cd13f217c40c95fc4301c8538307ed ChangeLog 1380
-MD5 b34a7c2edc530abac25a8930a96a0bd3 beast-0.5.3.ebuild 877
-MD5 b263ff7675308d90b75a170acae3f5ff metadata.xml 177
+MD5 7121c97bcf71bf55d0231e629ce6e2dd ChangeLog 1611
MD5 e4f370ca7db3c401fe7d1dcc1cda5780 beast-0.5.4.ebuild 1237
-MD5 a4f7610677db92cac1eae45e489c4caa files/digest-beast-0.5.3 64
+MD5 a7e874b3f4f4c7978e6b0df81711b899 beast-0.6.0.ebuild 1229
+MD5 b263ff7675308d90b75a170acae3f5ff metadata.xml 177
+MD5 692624ebf640709a8a058094aacfb6c4 files/beast-0.6.0-docs.patch 344
MD5 53bf4b555288cab59eb6f8bbb5940352 files/digest-beast-0.5.4 64
+MD5 cba03b233b4e201c72d3f155e6d443e7 files/digest-beast-0.6.0 64
MD5 516c39252801e9fd16ecdc569f1567db files/docs-reorg-0.5.4.patch 1037
diff --git a/media-sound/beast/beast-0.5.3.ebuild b/media-sound/beast/beast-0.5.3.ebuild
deleted file mode 100644
index af06858ff6e0..000000000000
--- a/media-sound/beast/beast-0.5.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.5.3.ebuild,v 1.2 2003/09/07 00:06:04 msterret Exp $
-
-DESCRIPTION="BEAST - the Bedevilled Sound Engine"
-HOMEPAGE="http://beast.gtk.org"
-SRC_URI="ftp://beast.gtk.org/pub/beast/v${PV%.[0-9]}/${P}.tar.gz"
-
-IUSE=""
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~x86"
-SLOT="0"
-
-RDEPEND=">=dev-libs/glib-2.0
- >=x11-libs/gtk+-2.0.0
- >=media-libs/libvorbis-1.0
- >=media-libs/libogg-1.0
- >=media-sound/mad-0.14.2
- >=sys-libs/zlib-1.1.3
- >=dev-util/guile-1.6
- >=media-libs/libart_lgpl-2.3.8
- >=gnome-base/libgnomecanvas-2"
-
-DEPEND="dev-util/pkgconfig
- dev-lang/perl
- ${RDEPEND}"
-
-src_compile() {
- econf
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING COPYING.LIB INSTALL README
-}
diff --git a/media-sound/beast/beast-0.6.0.ebuild b/media-sound/beast/beast-0.6.0.ebuild
new file mode 100644
index 000000000000..9e7dd1efb53b
--- /dev/null
+++ b/media-sound/beast/beast-0.6.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.0.ebuild,v 1.1 2004/02/15 11:26:03 liquidx Exp $
+
+IUSE="debug mad static"
+
+DESCRIPTION="BEAST - the Bedevilled Sound Engine"
+HOMEPAGE="http://beast.gtk.org"
+SRC_URI="ftp://beast.gtk.org/pub/beast/v${PV%.[0-9]}/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+KEYWORDS="~x86"
+SLOT="0"
+
+RDEPEND=">=dev-libs/glib-2.0
+ >=x11-libs/gtk+-2.0.0
+ >=sys-libs/zlib-1.1.3
+ >=dev-util/guile-1.6
+ >=media-libs/libart_lgpl-2.3.8
+ >=gnome-base/libgnomecanvas-2.0
+ >=media-libs/libogg-1.0
+ >=media-libs/libvorbis-1.0
+ mad? ( media-sound/mad )"
+
+DEPEND="dev-util/pkgconfig
+ dev-lang/perl
+ media-libs/ladspa-cmt
+ media-libs/ladspa-sdk
+ ${RDEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}; epatch ${FILESDIR}/${P}-docs.patch
+}
+
+src_compile() {
+ local myconf="--with-gnu-ld"
+
+ use debug || myconf="${myconf} --disable-debug"
+
+ use static || myconf="${myconf} --disable-static"
+
+ econf ${myconf} || die "configure failed"
+
+ emake || die "configure failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog COPYING NEWS README TODO
+}
diff --git a/media-sound/beast/files/beast-0.6.0-docs.patch b/media-sound/beast/files/beast-0.6.0-docs.patch
new file mode 100644
index 000000000000..e2317f3f385d
--- /dev/null
+++ b/media-sound/beast/files/beast-0.6.0-docs.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2004-02-14 16:57:13.574042496 +0000
++++ configure 2004-02-14 16:57:45.240228504 +0000
+@@ -24099,7 +24099,7 @@
+
+ # --- BEAST paths ---
+ beastbasedir=\${datadir}/beast
+- beastdocsdir=$beastbasedir/v$BSE_VERSION/docs
++ beastdocsdir=\${datadir}/doc/${PF}
+
+ beastimagesdir=$beastbasedir/v$BSE_VERSION/images
+
diff --git a/media-sound/beast/files/digest-beast-0.5.3 b/media-sound/beast/files/digest-beast-0.5.3
deleted file mode 100644
index f897cec24205..000000000000
--- a/media-sound/beast/files/digest-beast-0.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 68d1139ff42e7c79c63411e32fd1a51b beast-0.5.3.tar.gz 2533797
diff --git a/media-sound/beast/files/digest-beast-0.6.0 b/media-sound/beast/files/digest-beast-0.6.0
new file mode 100644
index 000000000000..ae2e31cbe134
--- /dev/null
+++ b/media-sound/beast/files/digest-beast-0.6.0
@@ -0,0 +1 @@
+MD5 f43133b7462c00594dc051420c096042 beast-0.6.0.tar.gz 4396195