[SCM] zita-alsa-pcmi/master: fix usage-message of sample-applications

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Thu Jul 11 12:00:12 UTC 2013


The following commit has been merged in the master branch:
commit 7107bed2359fd2c5e3b7c9ae0be6ba3bf3aa5cc4
Author: IOhannes m zmoelnig <zmoelnig at umlautO.umlaeute.mur.at>
Date:   Thu Jul 11 13:13:58 2013 +0200

    fix usage-message of sample-applications

diff --git a/debian/patches/03-fix_usage.patch b/debian/patches/03-fix_usage.patch
new file mode 100644
index 0000000..cd2236d
--- /dev/null
+++ b/debian/patches/03-fix_usage.patch
@@ -0,0 +1,22 @@
+--- zita-alsa-pcmi.orig/apps/alsa_delay.cc
++++ zita-alsa-pcmi/apps/alsa_delay.cc
+@@ -146,7 +146,7 @@
+ 
+     if (ac < 6)
+     {
+-	fprintf (stderr, "alsa-latency <playdev><captdev><fsamp><frsize><nfrags>\n");
++	fprintf (stderr, "%s <playdev> <captdev> <fsamp> <frsize> <nfrags>\n", av[0]);
+         return 1;
+     }
+ 
+--- zita-alsa-pcmi.orig/apps/alsa_loopback.cc
++++ zita-alsa-pcmi/apps/alsa_loopback.cc
+@@ -103,7 +103,7 @@
+ 
+     if (ac < 6)
+     {
+-	fprintf (stderr, "alsa-loopback <playdev><captdev><fsamp><frsize><nfrags>\n");
++	fprintf (stderr, "%s <playdev> <captdev> <fsamp> <frsize> <nfrags>\n", av[0]);
+         return 1;
+     }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 452f19c..9dc65be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-makefile.patch
 02-missing_include.patch
+03-fix_usage.patch

-- 
zita-alsa-pcmi packaging



More information about the pkg-multimedia-commits mailing list