[SM-Commit] GIT changes to master grimoire by Arjan Bouter (f1598c2ce727bfcef2b45ce90ff8329b6b2bb9ea)
Arjan Bouter
scm at sourcemage.org
Sat Sep 1 17:03:58 EDT 2007
GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:
audio-creation/soundtracker/BUILD | 2 +-
audio-creation/soundtracker/DEPENDS | 2 +-
audio-creation/soundtracker/DETAILS | 7 +++----
audio-creation/soundtracker/HISTORY | 6 ++++++
audio-creation/soundtracker/soundtracker-0.6.8.tar.gz.sig |binary
5 files changed, 11 insertions(+), 6 deletions(-)
New commits:
commit f1598c2ce727bfcef2b45ce90ff8329b6b2bb9ea
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>
soundtracker: version 0.6.8 and added explanation for alsa
diff --git a/audio-creation/soundtracker/BUILD b/audio-creation/soundtracker/BUILD
index fbbc73f..e667ede 100755
--- a/audio-creation/soundtracker/BUILD
+++ b/audio-creation/soundtracker/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS --disable-alsa"
+OPTS="$OPTS"
default_build
diff --git a/audio-creation/soundtracker/DEPENDS b/audio-creation/soundtracker/DEPENDS
index 29daac4..8970e6c 100755
--- a/audio-creation/soundtracker/DEPENDS
+++ b/audio-creation/soundtracker/DEPENDS
@@ -2,6 +2,6 @@ depends gtk+ &&
optional_depends "gnome-libs" "" "--disable-gnome" "enable gnome1 support (recommended)" &&
optional_depends "audiofile" "" "--disable-audiofile" "enable support for various soundformats" &&
optional_depends "libsndfile" "" "--disable-sndfile" "for wav/aiff support" &&
-optional_depends "alsa-lib" "" "--disable-alsa" "for alsa support" &&
+optional_depends "alsa-lib" "--enable-alsa" "--disable-alsa" "for alsa support (you need to use alsa OSS for alsa later than 0.5.x)" &&
optional_depends "esound" "" "--disable-esd --disable-esdtest" "for esound support" &&
optional_depends "JACK-DRIVER" "" "--disable-jack" "for JACK support"
diff --git a/audio-creation/soundtracker/DETAILS b/audio-creation/soundtracker/DETAILS
index 0b11099..9ebcaff 100755
--- a/audio-creation/soundtracker/DETAILS
+++ b/audio-creation/soundtracker/DETAILS
@@ -1,13 +1,12 @@
SPELL=soundtracker
- VERSION=0.6.7
+ VERSION=0.6.8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.soundtracker.org/dl/v0.6/$SOURCE
WEB_SITE=http://www.soundtracker.org/
ENTERED=20020520
- UPDATED=20021010
- SOURCE_HASH=sha512:de6edf698e32e3257df0173dbbcb501cab0012d42aa8e05c82efafee260142457ff49c68ce50ccfd12c1e71891b3e68277cfa6a7955c8e70d7b7c4cd1c0e8047
- LICENSE[0]=GPL
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
KEYWORDS="music editors audio"
SHORT="A music tracking tool for Unix/X11 similar to FastTracker for DOS."
cat << EOF
diff --git a/audio-creation/soundtracker/HISTORY b/audio-creation/soundtracker/HISTORY
index 857bbcc..10e9f60 100644
--- a/audio-creation/soundtracker/HISTORY
+++ b/audio-creation/soundtracker/HISTORY
@@ -1,3 +1,9 @@
+2007-09-01 Arjan Bouter <abouter at sourcemage.org>
+ * BUILD: removed --disable-alsa
+ * DEPENDS: added alsa warning
+ * desktop/soundtracker.desktop: added
+ * DETAILS: version 0.9.8 and switched to gpg sig
+
2007-08-24 Arjan Bouter <abouter at sourcemage.org>
* DEPENDS: re-enabled alsa support
diff --git a/audio-creation/soundtracker/soundtracker-0.6.8.tar.gz.sig b/audio-creation/soundtracker/soundtracker-0.6.8.tar.gz.sig
new file mode 100644
index 0000000..80302d3
Binary files /dev/null and b/audio-creation/soundtracker/soundtracker-0.6.8.tar.gz.sig differ
More information about the SM-Commit
mailing list