summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-26 11:48:09 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-26 11:48:09 +0000
commit054214eb7882efbec84c3475a88bd5e0fac862e5 (patch)
treeb505d030fafd1b7973d73d44cf01ce10e4d04026 /media-sound/beast/files
parentAdded mad, static, and debug USE variables. Other ebuild cleanups. (diff)
downloadgentoo-2-054214eb7882efbec84c3475a88bd5e0fac862e5.tar.gz
gentoo-2-054214eb7882efbec84c3475a88bd5e0fac862e5.tar.bz2
gentoo-2-054214eb7882efbec84c3475a88bd5e0fac862e5.zip
Added mad, static, and debug USE variables. Other ebuild cleanups.
Diffstat (limited to 'media-sound/beast/files')
-rw-r--r--media-sound/beast/files/digest-beast-0.5.41
-rw-r--r--media-sound/beast/files/docs-reorg-0.5.4.patch28
2 files changed, 29 insertions, 0 deletions
diff --git a/media-sound/beast/files/digest-beast-0.5.4 b/media-sound/beast/files/digest-beast-0.5.4
new file mode 100644
index 000000000000..0d4fd4d2a6a7
--- /dev/null
+++ b/media-sound/beast/files/digest-beast-0.5.4
@@ -0,0 +1 @@
+MD5 ca6db9d452b139f5a4a6fc6a8012dd6f beast-0.5.4.tar.gz 2581668
diff --git a/media-sound/beast/files/docs-reorg-0.5.4.patch b/media-sound/beast/files/docs-reorg-0.5.4.patch
new file mode 100644
index 000000000000..d395a45321f9
--- /dev/null
+++ b/media-sound/beast/files/docs-reorg-0.5.4.patch
@@ -0,0 +1,28 @@
+diff -urN beast-0.5.4/configure beast-0.5.4-modified/configure
+--- beast-0.5.4/configure 2003-07-21 07:49:11.000000000 -0500
++++ beast-0.5.4-modified/configure 2003-07-26 05:41:51.000000000 -0500
+@@ -7656,7 +7656,7 @@
+
+
+ # setup BSE install paths
+- bsesharedir=\${datadir}/beast/v$BSE_MAJOR_VERSION.$BSE_MINOR_VERSION.$BSE_MICRO_VERSION
++ bsesharedir=\${datadir}/doc/\${PN}-\${PVR}
+ bsescriptdir=$bsesharedir/scripts
+
+
+@@ -8053,11 +8053,11 @@
+
+
+ # BEAST resource paths
+- beastbasedir=\${datadir}/beast
+- beastdocsdir=$beastbasedir/v$BSE_MAJOR_VERSION.$BSE_MINOR_VERSION.$BSE_MICRO_VERSION/docs
+- beastimagesdir=$beastbasedir/v$BSE_MAJOR_VERSION.$BSE_MINOR_VERSION/images
++ beastbasedir=\${datadir}/doc/\${PN}-\${PVR}
++ beastdocsdir=$beastbasedir/docs
++ beastimagesdir=$beastbasedir/images
+ # beast-data package path
+- beastdatadir=$beastbasedir/data-v$BSE_MAJOR_VERSION.$BSE_MINOR_VERSION
++ beastdatadir=$beastbasedir/data
+ beastsampledatadir=$beastdatadir/samples
+
+