Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (06737c42936efe0e88c56db90ff88917d72600d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (06737c42936efe0e88c56db90ff88917d72600d3)
  • Date: Mon, 9 Apr 2007 10:21:37 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

audio-creation/rezound/BUILD | 2 --
audio-creation/rezound/DETAILS | 4 ++--
audio-creation/rezound/HISTORY | 5 +++++
audio-creation/rezound/PRE_BUILD | 3 +++
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 06737c42936efe0e88c56db90ff88917d72600d3
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

rezound: Updated to version 0.12.3beta. Moved patching from
BUILD to PRE_BUILD. Updated to SHA512

diff --git a/audio-creation/rezound/BUILD b/audio-creation/rezound/BUILD
deleted file mode 100755
index 8c67530..0000000
--- a/audio-creation/rezound/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-patch -p1 < $SCRIPT_DIRECTORY/flex.patch &&
-default_build
diff --git a/audio-creation/rezound/DETAILS b/audio-creation/rezound/DETAILS
index b400ea6..38a401a 100755
--- a/audio-creation/rezound/DETAILS
+++ b/audio-creation/rezound/DETAILS
@@ -1,9 +1,9 @@
SPELL=rezound
- VERSION=0.12.2beta
+ VERSION=0.12.3beta
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha1:4d1d40a9248d6cf525c172937e3e31d23ffa3a9d
+
SOURCE_HASH=sha512:6d043d5fd85ad3b3ea021f62eceeb06064d8f1dc00345bccd7a719c445d5798455b2e014812a99dfd015b4c0d2435c690c98b860efd34ccdfcd5a941b54b7202
WEB_SITE=http://rezound.sourceforge.net
ENTERED=20031209
LICENSE[0]=GPL
diff --git a/audio-creation/rezound/HISTORY b/audio-creation/rezound/HISTORY
index f89548a..f361ed9 100644
--- a/audio-creation/rezound/HISTORY
+++ b/audio-creation/rezound/HISTORY
@@ -1,3 +1,8 @@
+2007-04-09 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 0.12.3beta and SHA512
+ * BUILD: Removed. Patching should be in PRE_BUILD.
+ * PRE_BUILD: Added to apply patch.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-creation/rezound/PRE_BUILD
b/audio-creation/rezound/PRE_BUILD
new file mode 100755
index 0000000..855a121
--- /dev/null
+++ b/audio-creation/rezound/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/flex.patch



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (06737c42936efe0e88c56db90ff88917d72600d3), George Sherwood, 04/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page