Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cbf9c9b800c5df0c56c671feadaca3176120e4f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cbf9c9b800c5df0c56c671feadaca3176120e4f5)
  • Date: Thu, 23 Apr 2015 03:40:34 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-players/timidity/DETAILS | 1 +
audio-players/timidity/HISTORY | 5 +++++
audio-players/timidity/PRE_BUILD | 4 ++++
audio-players/timidity/timidity-2.14-alsajack.patch | 11 +++++++++++
4 files changed, 21 insertions(+)

New commits:
commit cbf9c9b800c5df0c56c671feadaca3176120e4f5
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

timidity: apply patch to make jack output work with alsa sequencer

diff --git a/audio-players/timidity/DETAILS b/audio-players/timidity/DETAILS
index 5b8f5b8..a81f33d 100755
--- a/audio-players/timidity/DETAILS
+++ b/audio-players/timidity/DETAILS
@@ -1,5 +1,6 @@
SPELL=timidity
VERSION=2.14.0
+ PATCHLEVEL=1
SOURCE=TiMidity++-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/TiMidity++-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index daa9891..d4551d1 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,8 @@
+2015-04-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: patch to make alsa sequencer interface work with
+ jack output
+ * timidity-2.14-alsajack.patch: added
+
2013-11-02 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated to 2.14.0

diff --git a/audio-players/timidity/PRE_BUILD
b/audio-players/timidity/PRE_BUILD
new file mode 100755
index 0000000..9517d3d
--- /dev/null
+++ b/audio-players/timidity/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+message "${MESSAGE_COLOR}Patching to make -iA -Oj work.$DEFAULT_COLOR" &&
+patch -p0 < "$SCRIPT_DIRECTORY/timidity-2.14-alsajack.patch"
diff --git a/audio-players/timidity/timidity-2.14-alsajack.patch
b/audio-players/timidity/timidity-2.14-alsajack.patch
new file mode 100644
index 0000000..ef3699c
--- /dev/null
+++ b/audio-players/timidity/timidity-2.14-alsajack.patch
@@ -0,0 +1,11 @@
+--- timidity/jack_a.c.orig 2015-04-22 20:48:41.612316567 +0200
++++ timidity/jack_a.c 2015-04-22 20:50:19.767089464 +0200
+@@ -508,6 +508,8 @@
+ pthread_cond_wait(&ctx->cond, &ctx->lock);
+ }
+ /* fallthrough */
++ /* Folks found that: https://bugs.archlinux.org/task/40906 */
++ case PM_REQ_PLAY_START: /* Please make -iA -Oj work! */
+ case PM_REQ_DISCARD:
+ ctx->running = 0;
+ ringbuf_clear(&ctx->rbuf);



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cbf9c9b800c5df0c56c671feadaca3176120e4f5), Thomas Orgis, 04/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page