Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f8767e00703fb2fba578b7280ce2b11bdbdfe336)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f8767e00703fb2fba578b7280ce2b11bdbdfe336)
  • Date: Sat, 17 Apr 2010 09:50:19 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-players/timidity/BUILD | 11 ++++++-----
audio-players/timidity/DEPENDS | 2 +-
audio-players/timidity/HISTORY | 3 +++
3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit f8767e00703fb2fba578b7280ce2b11bdbdfe336
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-players/timidity: activated alsa sequencer client and server mode

diff --git a/audio-players/timidity/BUILD b/audio-players/timidity/BUILD
index c7bdf10..dbf3c55 100755
--- a/audio-players/timidity/BUILD
+++ b/audio-players/timidity/BUILD
@@ -1,11 +1,12 @@
# always build with oss
-OPTS="$OPTS --audio-oss"
+OPTS="$OPTS --audio-oss" &&
# those lines remove the --audio-* switches and put them in the AUDIO array
# instead
# --audio-oss --audio-alsa will result in AUDIO=oss,alsa
-local AUDIO="$(echo "$OPTS" | tr ' ' '\n' | grep audio)"
-OPTS="$(echo "$OPTS" | tr ' ' '\n' | grep -v audio | tr '\n' ' ')"
-AUDIO="$(echo "$AUDIO" | sed -e 's/--audio-//' | tr '\n' ',' | sed -e
's/,$//')"
-OPTS="$OPTS --enable-audio=$AUDIO"
+local AUDIO="$(echo "$OPTS" | tr ' ' '\n' | grep audio)" &&
+OPTS="$(echo "$OPTS" | tr ' ' '\n' | grep -v audio | tr '\n' ' ')" &&
+AUDIO="$(echo "$AUDIO" | sed -e 's/--audio-//' | tr '\n' ',' | sed -e
's/,$//')" &&
+OPTS="$OPTS --enable-audio=$AUDIO" &&
+OPTS="$OPTS --enable-server" &&
patch -p1 < $SCRIPT_DIRECTORY/gcc4.x.patch &&
default_build
diff --git a/audio-players/timidity/DEPENDS b/audio-players/timidity/DEPENDS
index 6ab29dc..5248458 100755
--- a/audio-players/timidity/DEPENDS
+++ b/audio-players/timidity/DEPENDS
@@ -2,7 +2,7 @@ depends eawpats &&

# note: the --audio-* switches aren't real configure switches, they're
# parsed out into a different variable in BUILD
-optional_depends "alsa-lib" "--audio-alsa" "" "for alsa output" &&
+optional_depends "alsa-lib" "--audio-alsa --enable-alsaseq" "" "for alsa
output" &&
optional_depends "JACK-DRIVER" "--audio-jack" "" "for jack output" &&
optional_depends "nas" "--audio-nas" "" "for NAS output" &&
optional_depends "esound" "--audio-esd" "" "for ESD output" &&
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index a5ee54b..9484ac4 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,6 @@
+2010-04-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, BUILD: activated alsa sequencer client and server mode
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f8767e00703fb2fba578b7280ce2b11bdbdfe336), Florian Franzmann, 04/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page