[SCM] rtaudio/master: Fix pkg-config-bad-directive.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 20 08:36:46 UTC 2016


The following commit has been merged in the master branch:
commit 20251419a911e46f84af5239fe95571cacbb6c73
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 20 10:32:18 2016 +0200

    Fix pkg-config-bad-directive.

diff --git a/debian/patches/0005-fix_pkg-config.patch b/debian/patches/0005-fix_pkg-config.patch
new file mode 100644
index 0000000..6c4e730
--- /dev/null
+++ b/debian/patches/0005-fix_pkg-config.patch
@@ -0,0 +1,14 @@
+Description: Fix pkg-config-bad-directive
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: rtaudio/rtaudio.pc.in
+===================================================================
+--- rtaudio.orig/rtaudio.pc.in
++++ rtaudio/rtaudio.pc.in
+@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
+ Requires: @req@ 
+ Libs: -L${libdir} -lrtaudio
+ Libs.private: -lpthread
+-Cflags: -pthread -I${includedir} @CPPFLAGS@
++Cflags: -pthread -I${includedir}
diff --git a/debian/patches/series b/debian/patches/series
index f17fbea..a5949cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0003-not-install-doc-images.patch
 0004-comment-out-unsed-function.patch
+0005-fix_pkg-config.patch

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list