[Lunar-commits] r24781 - in moonbase/trunk/audio: . fluidsynth lash qsynth

Dennis Veatch stumbles at lunar-linux.org
Sun Jun 10 21:53:22 CEST 2007


Author: stumbles
Date: 2007-06-10 21:53:22 +0200 (Sun, 10 Jun 2007)
New Revision: 24781

Added:
   moonbase/trunk/audio/lash/
   moonbase/trunk/audio/lash/DEPENDS
   moonbase/trunk/audio/lash/DETAILS
   moonbase/trunk/audio/qsynth/BUILD
Modified:
   moonbase/trunk/audio/fluidsynth/DEPENDS
   moonbase/trunk/audio/qsynth/DETAILS
Log:

An initial import for lash. Version bump for qsynth with
some minor optimizations and x86_64 fixes.


Modified: moonbase/trunk/audio/fluidsynth/DEPENDS
===================================================================
--- moonbase/trunk/audio/fluidsynth/DEPENDS	2007-06-10 19:48:33 UTC (rev 24780)
+++ moonbase/trunk/audio/fluidsynth/DEPENDS	2007-06-10 19:53:22 UTC (rev 24781)
@@ -1 +1,5 @@
-depends jack
+depends jack  &&
+
+optional_depends "ladspa_sdk" "--enable-ladspa" "--disable-ladspa" "audio API support"  &&
+optional_depends "lash"       "--enable-lash"   "--disable-lash"   "for lash support"
+

Added: moonbase/trunk/audio/lash/DEPENDS
===================================================================
--- moonbase/trunk/audio/lash/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/lash/DEPENDS	2007-06-10 19:53:22 UTC (rev 24781)
@@ -0,0 +1,2 @@
+depends alsa-utils  &&
+depends jack

Added: moonbase/trunk/audio/lash/DETAILS
===================================================================
--- moonbase/trunk/audio/lash/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/lash/DETAILS	2007-06-10 19:53:22 UTC (rev 24781)
@@ -0,0 +1,21 @@
+          MODULE=lash
+         VERSION=0.5.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.savannah.gnu.org/releases/lash/
+      SOURCE_VFY=sha1:7266f8757417307711a2436d896d2552b82af8e2
+        WEB_SITE=http://lash.nongnu.org/
+         ENTERED=20070610
+         UPDATED=20070610
+           SHORT="session management system for JACK and ALSA"
+cat << EOF
+ASH 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

Added: moonbase/trunk/audio/qsynth/BUILD
===================================================================
--- moonbase/trunk/audio/qsynth/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/qsynth/BUILD	2007-06-10 19:53:22 UTC (rev 24781)
@@ -0,0 +1,7 @@
+(
+
+  . /etc/profile.d/qt3.rc
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/audio/qsynth/DETAILS
===================================================================
--- moonbase/trunk/audio/qsynth/DETAILS	2007-06-10 19:48:33 UTC (rev 24780)
+++ moonbase/trunk/audio/qsynth/DETAILS	2007-06-10 19:53:22 UTC (rev 24781)
@@ -1,13 +1,14 @@
           MODULE=qsynth
-         VERSION=0.2.5
+         VERSION=0.2.6
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:467bd48894c228eca843e0579156c50377973358
+      SOURCE_VFY=sha1:4778a2330e9df1bfdf6c5376a0b010fecb3f190e
         WEB_SITE=http://qsynth.sourceforge.net/
          ENTERED=20060317
-         UPDATED=20060317
+         UPDATED=20070610
            SHORT="fluidsynth GUI front-end"
+           PSAFE=no
 cat << EOF
-QSynth is a fluidsynth GUI front-end application written in C++ around the Qt3
-toolkit using Qt Designer.
+QSynth is a fluidsynth GUI front-end application written in C++
+around the Qt3 toolkit using Qt Designer.
 EOF



More information about the Lunar-commits mailing list