Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (fa994d3e407027ff3fa7c0f7cd8e73add4cc8e80)
  • Date: Mon, 31 Jul 2006 13:44:20 -0500

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

ChangeLog | 3 +++
audio-creation/lmms/BUILD | 2 ++
audio-creation/lmms/CONFIGURE | 12 ++++++++++++
audio-creation/lmms/DEPENDS | 26 ++++++++++++++++++++++++++
audio-creation/lmms/DETAILS | 21 +++++++++++++++++++++
audio-creation/lmms/HISTORY | 2 ++
6 files changed, 66 insertions(+)

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

New spell lmms, Linux MultiMedia Studio. Tracker/sequencer program.

diff --git a/ChangeLog b/ChangeLog
index ae61d26..2f14d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-creation/lmms: New spell, Linux MultiMedia Studio.
+
2006-07-31 Arjan Bouter <abouter AT sourcemage.org>
* database/pgpool: added new spell

diff --git a/audio-creation/lmms/BUILD b/audio-creation/lmms/BUILD
new file mode 100755
index 0000000..2fa3eb0
--- /dev/null
+++ b/audio-creation/lmms/BUILD
@@ -0,0 +1,2 @@
+OPTS="$LMMS_SURROUND $LMMS_SINC $LMMS_OSS $LMMS_VST $OPTS" &&
+default_build
diff --git a/audio-creation/lmms/CONFIGURE b/audio-creation/lmms/CONFIGURE
new file mode 100755
index 0000000..6a75497
--- /dev/null
+++ b/audio-creation/lmms/CONFIGURE
@@ -0,0 +1,12 @@
+config_query_option LMMS_SURROUND \
+ "Enable surround support?" y \
+ "--with-surround" "--without-surround" &&
+config_query_option LMMS_SINC \
+ "Enable high quality sinc resampling?" n \
+ "--with-hqsinc" "--without-hqsinc" &&
+config_query_option LMMS_OSS \
+ "Enable OSS sound output?" y \
+ "--with-oss" "--without-oss" &&
+config_query_option LMMS_VST \
+ "Enable support for builtin VST plugin hosting?" n \
+ "--with-vst" "--without-vst"
diff --git a/audio-creation/lmms/DEPENDS b/audio-creation/lmms/DEPENDS
new file mode 100755
index 0000000..66700af
--- /dev/null
+++ b/audio-creation/lmms/DEPENDS
@@ -0,0 +1,26 @@
+depends qt-x11 &&
+depends g++ &&
+
+if [[ $LMMS_VST == "--with-vst" ]]; then
+ depends vst_sdk2_3 &&
+ depends wine
+fi
+
+optional_depends alsa-lib "--with-asound" "--without-asound" \
+ "for ALSA sound output" &&
+optional_depends sdl "--with-sdl" "--without-sdl" \
+ "for SDL audio output" &&
+optional_depends sdl_sound "--with-sdlsound" "--without-sdlsound" \
+ "for reading samples via SDL_sound" &&
+optional_depends jack "--with-jack" "--without-jack" \
+ "for JACK transport" &&
+optional_depends ladspa "--with-ladspa" "--without-ladspa" \
+ "for LADSPA support" &&
+optional_depends libvorbis "--with-vorbis" "--without-vorbis" \
+ "for exporting song to OGG files" &&
+optional_depends flac "--with-flac" "--without-flac" \
+ "for internal encoding/decoding with FLAC" &&
+optional_depends libsndfile "--with-libsf" "--without-libsf" \
+ "for importing files via libsndfile" &&
+optional_depends libsamplerate "--with-libsrc" "--without-libsrc" \
+ "for resampling via libsamplerate"
diff --git a/audio-creation/lmms/DETAILS b/audio-creation/lmms/DETAILS
new file mode 100755
index 0000000..c137eb1
--- /dev/null
+++ b/audio-creation/lmms/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=lmms
+ VERSION=0.2.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:2b947a024baa51171fec9619d63e6d39decf2d2de2e8a6b5f26babd9eaf990da98754e27fee6d34c94bb3f60d71e61be7cad0de8d8365b618aacc39e46d3bd7c
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://lmms.sourceforge.net/
+ ENTERED=20060724
+ LICENSE[0]=GPL
+ SHORT="LMMS aims to be a free alternative to popular programs
like FruityLoops, Cubase and Logic."
+cat << EOF
+LMMS aims to be a free alternative to popular (but commercial and closed-
+source) programs like FruityLoops, Cubase and Logic giving you the ability
+of producing music with your computer by creating cool loops, synthesizing
+and mixing sounds, arranging samples, having more fun with your MIDI-keyboard
+and much more...
+
+LMMS combines the features of a tracker-/sequencer-program
(pattern-/channel-/
+sample-/song-/effect-management) and those of powerful synthesizers and
+samplers in a modern, user-friendly and easy to use graphical user-interface.
+EOF
diff --git a/audio-creation/lmms/HISTORY b/audio-creation/lmms/HISTORY
new file mode 100644
index 0000000..6c886f8
--- /dev/null
+++ b/audio-creation/lmms/HISTORY
@@ -0,0 +1,2 @@
+2006-07-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD, CONFIGURE, DETAILS, DEPENDS, HISTORY : created spell



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (fa994d3e407027ff3fa7c0f7cd8e73add4cc8e80), Juuso Alasuutari, 07/31/2006

Archive powered by MHonArc 2.6.24.

Top of Page