Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6b86f98cfe41216078ce87b99c814299aca70976)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6b86f98cfe41216078ce87b99c814299aca70976)
  • Date: Mon, 1 Jan 2007 08:02:55 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

audio-creation/audacity/PRE_BUILD | 8 ++++++--
audio-creation/soundtracker/BUILD | 2 ++
audio-creation/soundtracker/DEPENDS | 2 +-
audio-creation/soundtracker/HISTORY | 5 +++++
4 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 6b86f98cfe41216078ce87b99c814299aca70976
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

audacity: added logic to patch desktopfile only in beta and cvs
and install the desktop file for current

commit 50329b327f89772646cb1fd0e8ec9e4752650190
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

soundtracker: disabled alsa question as building it with alsa crashes
the app when starting it.

diff --git a/audio-creation/audacity/PRE_BUILD
b/audio-creation/audacity/PRE_BUILD
index 92a24ce..29835a6 100755
--- a/audio-creation/audacity/PRE_BUILD
+++ b/audio-creation/audacity/PRE_BUILD
@@ -1,2 +1,6 @@
-default_pre_build &&
-patch -p1 < $SCRIPT_DIRECTORY/audacity.desktop.patch
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if [ "$AUDACITY_REL" == "beta" ] || [ "$AUDACITY_REL" == "cvs" ]; then
+ $SCRIPT_DIRECTORY/audacity.desktop.patch
+fi
+
diff --git a/audio-creation/soundtracker/BUILD
b/audio-creation/soundtracker/BUILD
new file mode 100755
index 0000000..fbbc73f
--- /dev/null
+++ b/audio-creation/soundtracker/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --disable-alsa"
+default_build
diff --git a/audio-creation/soundtracker/DEPENDS
b/audio-creation/soundtracker/DEPENDS
index 29daac4..d998120 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" "" "--disable-alsa" "for alsa support" &&
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/HISTORY
b/audio-creation/soundtracker/HISTORY
index 9d045aa..8b9b286 100644
--- a/audio-creation/soundtracker/HISTORY
+++ b/audio-creation/soundtracker/HISTORY
@@ -1,3 +1,8 @@
+2006-12-20 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: disabled alsa question
+ it fails to start when compiled with alsa support.
+ * BUILD: added --disable-alsa to OPTS
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6b86f98cfe41216078ce87b99c814299aca70976), Arjan Bouter, 01/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page