Skip to Content.
Sympa Menu

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

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 (5a12da6343267d996dd254fc02b6955580232593)
  • Date: Wed, 11 Jun 2008 09:03:46 -0500

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

audio-creation/non/BUILD | 3 +++
audio-creation/non/CONFIGURE | 4 ++++
audio-creation/non/DEPENDS | 6 +++---
audio-creation/non/HISTORY | 6 ++++++
audio-creation/non/PRE_BUILD | 10 ----------
5 files changed, 16 insertions(+), 13 deletions(-)

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

non: Changes for new upstream configure script.

diff --git a/audio-creation/non/BUILD b/audio-creation/non/BUILD
index 8f58e6d..b57252c 100755
--- a/audio-creation/non/BUILD
+++ b/audio-creation/non/BUILD
@@ -1 +1,4 @@
+cd "$SOURCE_DIRECTORY" &&
+
+./configure --prefix="$INSTALL_ROOT/usr" $OPTS $NON_DEBUG &&
make
diff --git a/audio-creation/non/CONFIGURE b/audio-creation/non/CONFIGURE
new file mode 100755
index 0000000..90fb2f7
--- /dev/null
+++ b/audio-creation/non/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_option NON_DEBUG \
+ "Enable debugging?" n \
+ "--enable-debug" \
+ "--disable-debug"
diff --git a/audio-creation/non/DEPENDS b/audio-creation/non/DEPENDS
index a68cf93..9f4a580 100755
--- a/audio-creation/non/DEPENDS
+++ b/audio-creation/non/DEPENDS
@@ -4,7 +4,7 @@ depends fltk &&
depends libsigc++3 &&
depends JACK-DRIVER &&

-optional_depends lash \
- "" \
- "" \
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
"for session handling support"
diff --git a/audio-creation/non/HISTORY b/audio-creation/non/HISTORY
index c8c1bc5..b1c4b18 100644
--- a/audio-creation/non/HISTORY
+++ b/audio-creation/non/HISTORY
@@ -1,3 +1,9 @@
+2008-06-11 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE: Added, query about debugging.
+ * DEPENDS: Added config flags to optional_depends lash.
+ * PRE_BUILD: Deleted, not necessary anymore.
+ * BUILD: Changes for new upstream configure script.
+
2008-03-17 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, PREPARE, PRE_BUILD, BUILD: Created spell.
* DETAILS: Added forgotten LICENSE.
diff --git a/audio-creation/non/PRE_BUILD b/audio-creation/non/PRE_BUILD
deleted file mode 100755
index f922979..0000000
--- a/audio-creation/non/PRE_BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-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 (5a12da6343267d996dd254fc02b6955580232593), Juuso Alasuutari, 06/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page