[SCM] jack-tools/master: Fixed flags-handling in jack.play (Closes: #744747)

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Apr 14 09:30:18 UTC 2014


The following commit has been merged in the master branch:
commit adf8998b7c3d13c2d3d580f50e703e1bc19fbe69
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Apr 14 10:34:06 2014 +0200

    Fixed flags-handling in jack.play (Closes: #744747)

diff --git a/debian/patches/jackplay_flags.patch b/debian/patches/jackplay_flags.patch
new file mode 100644
index 0000000..235db03
--- /dev/null
+++ b/debian/patches/jackplay_flags.patch
@@ -0,0 +1,17 @@
+Description: fix flag-parsing in jack.play
+ adding the "-t" flag for transport-awareness, should not automatically enable
+ the "-u" flag for non-unique-clientnames.
+Author: IOhannes m zmölnig
+Last-Update: 2014-04-14
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- jack-tools.orig/jack-play.c
++++ jack-tools/jack-play.c
+@@ -406,6 +406,7 @@
+       break;
+     case 't':
+       o.transport_aware = true;
++      break;
+     case 'u':
+       o.unique_name = false;
+       break;
diff --git a/debian/patches/series b/debian/patches/series
index ddb23b8..a867b5d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 clean-common.patch
 make-installation-directories.patch
 use_ldflags.patch
+jackplay_flags.patch

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list