optional_depends fluidsynth \
- "" \
+ "--enable-fluidsynth" \
"--disable-fluidsynth" \
- "for sf2 support"
+ "for FluidSynth softsynth plugin" &&
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for Linux Audio Session Handler support"
+
+# Notice: MusE can depend on FST for VST plugin hosting, but the
+# supported FST version is an obsolete 1.6 which won't compile with
+# recent Wine versions. Hopefully VST hosting will again work in MusE
+# 1.0 which should be out soon.
diff --git a/audio-creation/muse/DETAILS b/audio-creation/muse/DETAILS
index bee5f65..15f9b3f 100755
--- a/audio-creation/muse/DETAILS
+++ b/audio-creation/muse/DETAILS
@@ -1,18 +1,32 @@
SPELL=muse
- VERSION=0.7.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=0.8.1a
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%a}
SOURCE_URL[0]=$SOURCEFORGE_URL/lmuse/$SOURCE
-
SOURCE_HASH=sha512:516201a21166dad3f47281e9ae6d5f8c423bfb72a74e45d07c80dd1b9e2a9d6ea24d164e70d4d90d083ea65e4bc17236e192e562838749ca7013b287554bd9aa
- WEB_SITE=http://lmuse.sf.net/
+
SOURCE_HASH=sha512:6258af73d3ab8d8fed63fe32b947616242d660fa20abc76243996931958f038e681f71fb79c25539c738d28652f21362c6c5fb7634b8755cf52954ac9a0b2a9b
+ WEB_SITE=http://www.muse-sequencer.org
ENTERED=20031209
- UPDATED=20031209
LICENSE[0]=GPL
- BUILD_API=2
KEYWORDS="editors audio"
- SHORT="Multitrack virtual studio for Linux"
+ SHORT="A MIDI/Audio sequencer with recording and editing
capabilities."
cat << EOF
-MusE is a multitrack virtual studio for Linux that has support for
-sequencing of both midi and audio and has, among other things,
-support for LADSPA, Jack and ALSA
+MusE is a MIDI/Audio sequencer with recording and editing capabilities
written
+by Werner Schweer. MusE aims to be a complete multitrack virtual studio for
+Linux, it is published under the GNU General Public License. MusE has among
+other things support for:
+
+* Midi sequencing
+ * Record/Playback/Import
+ * Input filter
+* Audio sequencing
+ * Record/Playback several mono/stereo inputs/outputs.
+ * Use effects
+ * Nice routing features
+ * AudioGroups
+* LADSPA
+ * Perform audio effects like chorus/flanger!
+* Jack
+ * Use the Jack Audio Connection Kit for midi/audio routing.
+ * Internal Audio Routing Interface
+* ALSA - based on the Advanced Linux Sound Architecture
EOF
diff --git a/audio-creation/muse/HISTORY b/audio-creation/muse/HISTORY
index 504b017..5488652 100644
--- a/audio-creation/muse/HISTORY
+++ b/audio-creation/muse/HISTORY
@@ -1,3 +1,14 @@
+2006-08-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.8.1a, updated WEB_SITE & descriptions,
+ removed UPDATED & BUILD_API.
+ * DEPENDS: Added depends alsa-lib, added comment about missing
+ fst depends (read it if you're wondering about VST support).
+ * PRE_BUILD: Removed outdated sedits, added fix for configure
+ script bug and bugfixes from Debian package.
+ * BUILD: Edited to use default_build.
+ * configure_fix.diff: Added.
+ * muse_debian_0.8.1-2.diff: Added.
+
2006-07-15 Eric Sandall <eric AT sandall.us>
* PRE_BUILD: Remove the -fmove-all-movables from MUSECXXFLAGS (Bug
#12867)