Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (4523968d04ea8ca66d43e5d36946cc1a3ea79e33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (4523968d04ea8ca66d43e5d36946cc1a3ea79e33)
  • Date: Sun, 3 Nov 2013 13:33:24 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-players/timidity/BUILD | 1 -
audio-players/timidity/DETAILS | 4 ++--
audio-players/timidity/HISTORY | 3 +++
audio-players/timidity/gcc4.x.patch | 29 -----------------------------
4 files changed, 5 insertions(+), 32 deletions(-)

New commits:
commit 4523968d04ea8ca66d43e5d36946cc1a3ea79e33
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

timidity: updated to 2.14.0

diff --git a/audio-players/timidity/BUILD b/audio-players/timidity/BUILD
index dbf3c55..8b23655 100755
--- a/audio-players/timidity/BUILD
+++ b/audio-players/timidity/BUILD
@@ -8,5 +8,4 @@ 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/DETAILS b/audio-players/timidity/DETAILS
index 8a91d86..5b8f5b8 100755
--- a/audio-players/timidity/DETAILS
+++ b/audio-players/timidity/DETAILS
@@ -1,9 +1,9 @@
SPELL=timidity
- VERSION=2.13.2
+ VERSION=2.14.0
SOURCE=TiMidity++-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/TiMidity++-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:0e35ad4c8745878daf63932143e60dc4bda0f3ef5d6f046cad74c8c57edf39a7d1d3f0f36758d5b11ace72e2661fba1629d30d90202e9573c07d1ea2b66a6bc1
+
SOURCE_HASH=sha512:274b2a700cd10c7034ffae50b989419f971c79eac71c8e20649e4138f9710be0505bd99379b23e772b5af5aa86a636e4070e522f43d06007ceacc25f61261c8a
WEB_SITE=http://timidity.sourceforge.net
ENTERED=20040125
LICENSE[0]=GPL
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index 2d59c97..daa9891 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,6 @@
+2013-11-02 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 2.14.0
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/audio-players/timidity/gcc4.x.patch
b/audio-players/timidity/gcc4.x.patch
deleted file mode 100644
index 75c8bb7..0000000
--- a/audio-players/timidity/gcc4.x.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- TiMidity++-2.13.2/interface/xaw_i.c.orig 2006-04-24 09:42:55.000000000
+0100
-+++ TiMidity++-2.13.2/interface/xaw_i.c 2006-04-24 09:43:32.000000000
+0100
-@@ -261,7 +261,7 @@
- String bitmapdir = XAW_BITMAP_DIR;
- Boolean arrangetitle,savelist;
- static char **current_flist = NULL;
--static int voices = 0, last_voice = 0, voices_num_width;
-+static int _voices = 0, last_voice = 0, voices_num_width;
- static int maxentry_on_a_menu = 0,submenu_n = 0;
- #define OPTIONS_WINDOW 1
- #define FLIST_WINDOW 2
-@@ -1329,7 +1329,7 @@
- c= *(local_buf+1);
- n= atoi(local_buf+2);
- if(c == 'L')
-- voices = n;
-+ _voices = n;
- else
- last_voice = n;
- if(IsTracePlaying()) drawVoices();
-@@ -2070,7 +2070,7 @@
- XSetForeground(disp, gct, tracecolor);
- XFillRectangle(disp,XtWindow(trace),gct,voices_num_width +4,
-
MAX_XAW_MIDI_CHANNELS*BAR_SPACE+TRACEV_OFS+1,VOICENUM_WIDTH,TRACE_FOOT);
-- sprintf(local_buf, "%3d/%d", last_voice, voices);
-+ sprintf(local_buf, "%3d/%d", last_voice, _voices);
- XSetForeground(disp, gct, capcolor);
- XDrawString(disp, XtWindow(trace),gct,voices_num_width+6,
-
MAX_XAW_MIDI_CHANNELS*BAR_SPACE+TRACEV_OFS+16,local_buf,strlen(local_buf));



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (4523968d04ea8ca66d43e5d36946cc1a3ea79e33), Robin Cook, 11/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page