[Lunar-commits] r20391 - in moonbase/trunk/audio: . SDL_mixer jamin liblo

Jannis Pohlmann jannis at lunar-linux.org
Tue Jun 13 14:49:49 UTC 2006


Author: jannis
Date: 2006-06-13 14:49:49 +0000 (Tue, 13 Jun 2006)
New Revision: 20391

Added:
   moonbase/trunk/audio/jamin/
   moonbase/trunk/audio/jamin/DEPENDS
   moonbase/trunk/audio/jamin/DETAILS
   moonbase/trunk/audio/liblo/
   moonbase/trunk/audio/liblo/DETAILS
Modified:
   moonbase/trunk/audio/SDL_mixer/DEPENDS
Log:
SDL_mixer: 
  Add SuperTux example for a game depending on SDL_mixer linked to 
  mikmod.

liblo:
  Implementation of the Open Sound Control spec added.

jamin:
  Audio mastering tool for the JACK low-latency audio server added.



Modified: moonbase/trunk/audio/SDL_mixer/DEPENDS
===================================================================
--- moonbase/trunk/audio/SDL_mixer/DEPENDS	2006-06-13 14:38:57 UTC (rev 20390)
+++ moonbase/trunk/audio/SDL_mixer/DEPENDS	2006-06-13 14:49:49 UTC (rev 20391)
@@ -1,11 +1,19 @@
 depends  audiofile  &&
 depends  SDL        &&
 
-optional_depends  "alsa-utils"  ""                          ""  \
-                  "for use with alsa drivers"                   &&
-optional_depends  "smpeg"       ""                          ""  \
-                  "to play mpeg movies and mp3 audio"           &&
-optional_depends  "mikmod"      "--enable-music-libmikmod"  ""  \
-                  "for some games audio support"                &&
-optional_depends  "libvorbis"   ""                          ""  \
+optional_depends  "alsa-utils"                                                 \
+                  ""                                                           \
+                  ""                                                           \
+                  "for use with alsa drivers"                                  &&
+optional_depends  "smpeg"                                                      \
+                  ""                                                           \
+                  ""                                                           \
+                  "to play mpeg movies and mp3 audio"                          &&
+optional_depends  "mikmod"                                                     \
+                  "--enable-music-libmikmod"                                   \
+                  ""                                                           \ 
+                  "for some games audio support (e.g. required for SuperTux)"  &&
+optional_depends  "libvorbis"                                                  \
+                  ""                                                           \
+                  ""                                                           \
                   "for Ogg/Vorbis audio format support"

Added: moonbase/trunk/audio/jamin/DEPENDS
===================================================================
--- moonbase/trunk/audio/jamin/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/jamin/DEPENDS	2006-06-13 14:49:49 UTC (rev 20391)
@@ -0,0 +1,7 @@
+depends  jack         &&
+depends  fftw3        &&
+depends  ladspa_sdk   &&
+depends  libsndfile   &&
+depends  swh-plugins  &&
+depends  liblo        &&
+depends  gtk+-2

Added: moonbase/trunk/audio/jamin/DETAILS
===================================================================
--- moonbase/trunk/audio/jamin/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/jamin/DETAILS	2006-06-13 14:49:49 UTC (rev 20391)
@@ -0,0 +1,31 @@
+         MODULE=jamin
+        VERSION=0.95.0
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE_VFY=sha1:d991da3fa6f531a1c8b7f6ef764aa13e7e9acbd3
+       WEB_SITE=http://jamin.sf.net/
+        ENTERED=20060613
+        UPDATED=20060613
+          SHORT="JACK Audio Mastering interface"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering 
+interface. JAMin is an open source application designed to
+perform professional audio mastering of stereo input streams.
+It uses LADSPA for digital signal processing (DSP). JAMin is 
+licensed under the GPL.
+
+JAMin features:
+
+    * Linear filters
+    * JACK I/O
+    * 30 band graphic EQ
+    * 1023 band hand drawn EQ with parametric controls
+    * Spectrum analyser
+    * 3 band peak compressor
+    * Lookahead brickwall limiter
+    * Multiband stereo processing
+    * Presets and scenes
+    * Loudness maximiser
+EOF

Added: moonbase/trunk/audio/liblo/DETAILS
===================================================================
--- moonbase/trunk/audio/liblo/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/liblo/DETAILS	2006-06-13 14:49:49 UTC (rev 20391)
@@ -0,0 +1,15 @@
+           MODULE=liblo
+          VERSION=0.23
+           SOURCE=$MODULE-$VERSION.tar.gz
+       SOURCE_URL=http://www.ecs.soton.ac.uk/~njh/liblo/
+       SOURCE_VFY=sha1:5f2ab1e151ed5d17a1a230a1a1df56ea5070f28d
+         WEB_SITE=http://liblo.sourceforge.net/
+          ENTERED=20060613
+          UPDATED=20060613
+            SHORT="Open Sound Control protocol implementation"
+       MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+liblo is an implementation of the Open Sound Control protocol 
+for POSIX systems.
+EOF



More information about the Lunar-commits mailing list