Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (494b9ce170e1bfe30ff668bbc5e0d8245c0fea2b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (494b9ce170e1bfe30ff668bbc5e0d8245c0fea2b)
  • Date: Sun, 30 Dec 2007 17:00:03 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-creation/lash/DEPENDS | 13 +++++++++----
audio-creation/lash/DETAILS | 25 +++++++++++--------------
audio-creation/lash/HISTORY | 5 +++++
audio-creation/lash/lash.gpg | 0
audio-creation/specimen/DEPENDS | 7 ++++++-
audio-creation/specimen/HISTORY | 3 +++
dev/null |binary
7 files changed, 34 insertions(+), 19 deletions(-)

New commits:
commit 1bd795b0af5d9c20ea0d34f670f47b9845b36e1b
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

specimen: Added missing optional_depends lash.

commit 93b3ad2d2409685560a88aa0f48d5faf90f08798
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

lash: Updated to 0.5.4.

diff --git a/audio-creation/lash/DEPENDS b/audio-creation/lash/DEPENDS
index c3c8d4c..308122e 100755
--- a/audio-creation/lash/DEPENDS
+++ b/audio-creation/lash/DEPENDS
@@ -3,7 +3,12 @@ depends libxml2 &&
depends alsa-lib &&
depends JACK-DRIVER &&

-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

Archive powered by MHonArc 2.6.24.

Top of Page