Skip to Content.
Sympa Menu

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

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 (968e4f91b54281d44d844e8484f6ecbe9e39866d)
  • Date: Tue, 4 Sep 2007 16:42:38 -0500

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

audio-creation/rosegarden/DETAILS | 15 +++++++++++++++
audio-creation/rosegarden/HISTORY | 4 ++++
audio-creation/rosegarden/PREPARE | 6 ++++++
3 files changed, 25 insertions(+)

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

rosegarden: Added svn version.

diff --git a/audio-creation/rosegarden/DETAILS
b/audio-creation/rosegarden/DETAILS
index ff2a26f..ad52263 100755
--- a/audio-creation/rosegarden/DETAILS
+++ b/audio-creation/rosegarden/DETAILS
@@ -1,8 +1,23 @@
SPELL=rosegarden
+if [[ $RG_VCS == y ]]
+then
+ if [[ $RG_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://$SPELL.svn.sourceforge.net/svnroot/$SPELL/trunk/$SPELL:$SPELL-svn
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+else
VERSION=1.5.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+fi

SOURCE_HASH=sha512:856cd6788509added9b1b545ac9766860bd407580dacb7819ab3cc6410940d24aa05d68da14ea97662066c405b4a4f01ca70b56c4f2ed88fb8b4f02b1718e54f
WEB_SITE=http://www.rosegardenmusic.com/
ENTERED=20020514
diff --git a/audio-creation/rosegarden/HISTORY
b/audio-creation/rosegarden/HISTORY
index cc92404..cfc06be 100644
--- a/audio-creation/rosegarden/HISTORY
+++ b/audio-creation/rosegarden/HISTORY
@@ -1,3 +1,7 @@
+2007-09-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Added svn version.
+ * PREPARE: Added, query about devel version.
+
2007-03-19 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 1.5.1.

diff --git a/audio-creation/rosegarden/PREPARE
b/audio-creation/rosegarden/PREPARE
new file mode 100755
index 0000000..2e83397
--- /dev/null
+++ b/audio-creation/rosegarden/PREPARE
@@ -0,0 +1,6 @@
+config_query RG_VCS "Build latest version from development tree?" n &&
+
+if [[ $RG_VCS == y ]]; then
+ config_query RG_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n
+fi



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (968e4f91b54281d44d844e8484f6ecbe9e39866d), Juuso Alasuutari, 09/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page