Skip to Content.
Sympa Menu

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

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 (5beff6db262b3607518def2e9d0bbf9ba6223d6a)
  • Date: Tue, 11 Sep 2007 10:02:38 -0500

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

audio-creation/specimen/BUILD | 5 +++++
audio-creation/specimen/DEPENDS | 7 +++++++
audio-creation/specimen/DETAILS | 19 +++++++++++++++++--
audio-creation/specimen/HISTORY | 4 ++++
audio-creation/specimen/PREPARE | 6 ++++++
5 files changed, 39 insertions(+), 2 deletions(-)

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

specimen: Added SVN option.

diff --git a/audio-creation/specimen/BUILD b/audio-creation/specimen/BUILD
index ee1fae5..020aff7 100755
--- a/audio-creation/specimen/BUILD
+++ b/audio-creation/specimen/BUILD
@@ -1 +1,6 @@
+if [[ $SPECIMEN_VCS == y ]]
+then
+ ./bootstrap
+fi &&
+
OPTS="--disable-dependency-tracking $OPTS" default_build
diff --git a/audio-creation/specimen/DEPENDS b/audio-creation/specimen/DEPENDS
index 85dde08..030fcae 100755
--- a/audio-creation/specimen/DEPENDS
+++ b/audio-creation/specimen/DEPENDS
@@ -6,4 +6,11 @@ depends libsndfile &&
depends libsamplerate &&
depends phat &&
depends alsa-lib &&
+
+if [[ $SPECIMEN_VCS == y ]]
+then
+ depends autoconf &&
+ depends automake
+fi &&
+
depends JACK-DRIVER
diff --git a/audio-creation/specimen/DETAILS b/audio-creation/specimen/DETAILS
index fb9a41b..7f081fb 100755
--- a/audio-creation/specimen/DETAILS
+++ b/audio-creation/specimen/DETAILS
@@ -1,9 +1,24 @@
SPELL=specimen
+if [[ $SPECIMEN_VCS == y ]]
+then
+ if [[ $SPECIMEN_VCS_AUTOUPDATE == y ]]
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
+ SOURCE_URL[0]=svn_http://zhevny.com/svn/$SPELL/trunk:$SPELL-svn
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+else
VERSION=0.5.1
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://zhevny.com/$SPELL/files/$SOURCE

SOURCE_HASH=sha512:768113dd800e8c46880fcbaf6798f8c6401b33d172a7d922682e6972996f13813631fc2552571887914c38396ee37bfa0b66d57bf254ca34c1dac6542fb7a988
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+fi
WEB_SITE=http://zhevny.com/specimen/
ENTERED=20070320
LICENSE[0]=GPL
diff --git a/audio-creation/specimen/HISTORY b/audio-creation/specimen/HISTORY
index 98ab147..59ef057 100644
--- a/audio-creation/specimen/HISTORY
+++ b/audio-creation/specimen/HISTORY
@@ -1,2 +1,6 @@
+2007-09-11 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, BUILD, DEPENDS: Added SVN option.
+ * PREPARE: Added for SVN option query.
+
2007-03-20 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, BUILD: Created spell.
diff --git a/audio-creation/specimen/PREPARE b/audio-creation/specimen/PREPARE
new file mode 100755
index 0000000..ebc33c5
--- /dev/null
+++ b/audio-creation/specimen/PREPARE
@@ -0,0 +1,6 @@
+config_query SPECIMEN_VCS "Build latest version from development tree?" n
&&
+
+if [[ $SPECIMEN_VCS == y ]]; then
+ config_query SPECIMEN_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5beff6db262b3607518def2e9d0bbf9ba6223d6a), Juuso Alasuutari, 09/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page