[Lunar-commits] <moonbase-other> lash: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Mon Jul 9 18:32:03 CEST 2012
commit ebe55d8579cc60ac9721ba45432f427c64fd8192
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 09:32:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ebe55d8579cc60ac9721ba45432f427c64fd8192
lash: Readding to moonbase.
---
audio/lash/BUILD +9/-0
audio/lash/DEPENDS +2/-0
audio/lash/DETAILS +24/-0
3 files changed, 35 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/lash/BUILD
@@ -0,0 +1,9 @@
+(
+
+ LDFLAGS+=" -luuid -lm" &&
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/lash/DEPENDS
@@ -0,0 +1,2 @@
+depends alsa-utils
+depends jack
--- /dev/null
+++ b/audio/lash/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=lash
+ VERSION=0.5.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=lash-socket.01.patch
+ SOURCE_URL=http://download.savannah.gnu.org/releases/lash/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:d8fa24ebef0807c3b0426894d7ecd6229fda28b4
+ SOURCE2_VFY=sha1:210fb3b0c159195de675002d01b55d6abc3660fe
+ WEB_SITE=http://lash.nongnu.org/
+ ENTERED=20070610
+ UPDATED=20090929
+ 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
+on the Internet for download.
+EOF
More information about the Lunar-commits
mailing list