Skip to Content.
Sympa Menu

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

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 (13c9274e61daabaab4e385529db6ba9835a397a1)
  • Date: Sun, 16 Mar 2008 19:27:22 -0500

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

ChangeLog | 3 +++
audio-creation/non/BUILD | 1 +
audio-creation/non/DEPENDS | 9 +++++++++
audio-creation/non/DETAILS | 24 ++++++++++++++++++++++++
audio-creation/non/HISTORY | 2 ++
audio-creation/non/PREPARE | 2 ++
audio-creation/non/PRE_BUILD | 10 ++++++++++
7 files changed, 51 insertions(+)

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

non: A new spell, a real-time, pattern-based MIDI sequencer.

diff --git a/ChangeLog b/ChangeLog
index f669e00..35c355a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-creation/non: New spell, a pattern-based MIDI sequencer.
+
2008-03-15 Ladislav Hagara <hgr AT vabo.cz>
* crypto/ophcrack: new spell
a Windows password cracker based on rainbow tables
diff --git a/audio-creation/non/BUILD b/audio-creation/non/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-creation/non/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-creation/non/DEPENDS b/audio-creation/non/DEPENDS
new file mode 100755
index 0000000..8dc5a7f
--- /dev/null
+++ b/audio-creation/non/DEPENDS
@@ -0,0 +1,9 @@
+depends git &&
+depends fltk &&
+depends libsigc++3 &&
+depends JACK-DRIVER &&
+
+optional_depends lash \
+ "" \
+ "" \
+ "for session handling support"
diff --git a/audio-creation/non/DETAILS b/audio-creation/non/DETAILS
new file mode 100755
index 0000000..7cbd486
--- /dev/null
+++ b/audio-creation/non/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=non
+if [[ $NON_VCS_AUTOUPDATE == y ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ SOURCE_URL=git://git.tuxfamily.org/gitroot/non/sequencer.git:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+ WEB_SITE=http://non.tuxfamily.org/
+ ENTERED=20080317
+ KEYWORDS="editors sequencers audio"
+ SHORT="A real-time, pattern-based MIDI sequencer"
+cat << EOF
+The Non Sequencer is a powerful real-time, pattern-based MIDI sequencer
+for Linux -- released under the GPL. Filling the void left by countless
+DAWs, piano-roll editors, and other purely performance based solutions,
+it is a compositional tool -- one that transforms MIDI music-making on
+Linux from a complex nightmare into a pleasurable, efficient, and
+streamlined process.
+EOF
diff --git a/audio-creation/non/HISTORY b/audio-creation/non/HISTORY
new file mode 100644
index 0000000..52edb11
--- /dev/null
+++ b/audio-creation/non/HISTORY
@@ -0,0 +1,2 @@
+2008-03-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PREPARE, PRE_BUILD, BUILD: Created spell.
diff --git a/audio-creation/non/PREPARE b/audio-creation/non/PREPARE
new file mode 100755
index 0000000..e0054fd
--- /dev/null
+++ b/audio-creation/non/PREPARE
@@ -0,0 +1,2 @@
+config_query NON_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n
diff --git a/audio-creation/non/PRE_BUILD b/audio-creation/non/PRE_BUILD
new file mode 100755
index 0000000..f922979
--- /dev/null
+++ b/audio-creation/non/PRE_BUILD
@@ -0,0 +1,10 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s|/usr/local|\"$INSTALL_ROOT/usr\"|" Makefile &&
+sed -i "s|^CFLAGS:=.*$|CFLAGS=$CFLAGS -DNDEBUG|" Makefile &&
+
+if ! is_depends_enabled $SPELL lash
+then
+ sed -i "s|USE_LASH=1|USE_LASH=0|" Makefile
+fi



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (13c9274e61daabaab4e385529db6ba9835a397a1), Juuso Alasuutari, 03/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page