-optional_depends gtk+2 \
- "--enable-gtk2" \
- "--disable-gtk2" \
- "to build GTK+2 clients"
+optional_depends gtk+2 \
+ "--enable-gtk2" \
+ "--disable-gtk2" \
+ "to build GTK+2 clients" &&
+
+optional_depends python \
+ "--enable-pylash" \
+ "--disable-pylash" \
+ "to build Python bindings"
diff --git a/audio-creation/lash/DETAILS b/audio-creation/lash/DETAILS
index 5a5ff56..2122737 100755
--- a/audio-creation/lash/DETAILS
+++ b/audio-creation/lash/DETAILS
@@ -1,25 +1,22 @@
SPELL=lash
- VERSION=0.5.2
+ VERSION=0.5.4
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
- SOURCE2_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE2
- SOURCE_GPG="lash.gpg:$SOURCE.sig:UPSTREAM_KEY"
- SOURCE2_IGNORE=signature
+
SOURCE_HASH=sha512:93193dd585738b8c3432b3f75864d287f874b5618100a84f0a1b2bda2df15403203cfc66e7a0298adab7ef95bfdded81697614ca5ef8eaf5cebdde5860f47e3c
WEB_SITE=http://www.nongnu.org/lash/
LICENSE[0]=GPL
KEYWORDS="alsa jack tools audio"
SHORT="Session management system for JACK and ALSA."
cat << EOF
-LASH is a session management system for JACK and ALSA audio applications
-on GNU/Linux. It is an implementation of a proposal that originated from
-this discussion. Its aim is to allow you to have many different audio
-programs running at once, to save their setup, close them down and then
-easily reload the setup at some other time. LASH doesn't deal with any
-kind of audio data itself; it just runs programs, deals with
-saving/loading (arbitrary) data and connects different kinds of virtual
-audio ports together (currently JACK and ALSA sequencer ports). It can
-also be used to move entire sessions between computers, or post sessions
+LASH is a session management system for JACK and ALSA audio applications
+on GNU/Linux. It is an implementation of a proposal that originated from
+this discussion. Its aim is to allow you to have many different audio
+programs running at once, to save their setup, close them down and then
+easily reload the setup at some other time. LASH doesn't deal with any
+kind of audio data itself; it just runs programs, deals with
+saving/loading (arbitrary) data and connects different kinds of virtual
+audio ports together (currently JACK and ALSA sequencer ports). It can
+also be used to move entire sessions between computers, or post sessions
on the Internet for download.
EOF
diff --git a/audio-creation/lash/HISTORY b/audio-creation/lash/HISTORY
index ec81e06..2ba900e 100644
--- a/audio-creation/lash/HISTORY
+++ b/audio-creation/lash/HISTORY
@@ -1,3 +1,8 @@
+2007-12-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.5.4, switched from GPG to SHA512 because the
+ signature file was broken.
+ * lash.gpg: Deleted.
+
2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.5.2, switched to upstream gpg.
* DEPENDS: Added depends pkgconfig.
diff --git a/audio-creation/lash/lash.gpg b/audio-creation/lash/lash.gpg
deleted file mode 100644
index d09103a..0000000
Binary files a/audio-creation/lash/lash.gpg and /dev/null differ
diff --git a/audio-creation/specimen/DEPENDS b/audio-creation/specimen/DEPENDS
index 030fcae..88c851a 100755
--- a/audio-creation/specimen/DEPENDS
+++ b/audio-creation/specimen/DEPENDS
@@ -13,4 +13,9 @@ then
depends automake
fi &&
-depends JACK-DRIVER
+depends JACK-DRIVER &&
+
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for Linux Audio Session Handler support"
diff --git a/audio-creation/specimen/HISTORY b/audio-creation/specimen/HISTORY
index f6368f8..2c7f10a 100644
--- a/audio-creation/specimen/HISTORY
+++ b/audio-creation/specimen/HISTORY
@@ -1,3 +1,6 @@
+2007-12-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added missing optional_depends lash.
+
2007-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PRE_BUILD: Added, moved ./bootstrap for SVN version here.
* BUILD: Removed ./bootsrap.
[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (494b9ce170e1bfe30ff668bbc5e0d8245c0fea2b),
Juuso Alasuutari, 12/30/2007