[SCM] libinstpatch/master: Fix pkg config file

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Nov 1 08:48:47 UTC 2010


The following commit has been merged in the master branch:
commit e8a2fd2e9920a6e9b2103c8c07c2e2f7347fe527
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Nov 1 09:48:41 2010 +0100

    Fix pkg config file

diff --git a/debian/patches/03-pkgconfig-requires-fix.patch b/debian/patches/03-pkgconfig-requires-fix.patch
deleted file mode 100644
index 76e94fc..0000000
--- a/debian/patches/03-pkgconfig-requires-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' libinstpatch-1.0.0/libinstpatch-1.0.pc.in libinstpatch-1.0.0.new/libinstpatch-1.0.pc.in
---- libinstpatch-1.0.0/libinstpatch-1.0.pc.in	2010-10-17 13:26:27.000000000 -0700
-+++ libinstpatch-1.0.0.new/libinstpatch-1.0.pc.in	2010-10-26 21:30:45.530407501 -0700
-@@ -6,6 +6,6 @@
- Name: libInstPatch
- Description: MIDI instrument patch library
- Version: @VERSION@
--Requires: glib-2.0 gobject-2.0 audiofile
-+Requires: glib-2.0 gobject-2.0 sndfile
- Libs: -L${libdir} -linstpatch-1.0
- Cflags: -I${includedir}/libinstpatch-1.0
diff --git a/debian/patches/03-pkgconfig.patch b/debian/patches/03-pkgconfig.patch
new file mode 100644
index 0000000..bcff6e3
--- /dev/null
+++ b/debian/patches/03-pkgconfig.patch
@@ -0,0 +1,17 @@
+Author: Alessio Treglia <alessio at debian.org>
+Description: Update pkgconfig file as it's linked against libsndfile1.
+Forwarded: no
+---
+ libinstpatch-1.0.pc.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- libinstpatch.orig/libinstpatch-1.0.pc.in
++++ libinstpatch/libinstpatch-1.0.pc.in
+@@ -6,6 +6,6 @@ includedir=@includedir@
+ Name: libInstPatch
+ Description: MIDI instrument patch library
+ Version: @VERSION@
+-Requires: glib-2.0 gobject-2.0 audiofile
++Requires: glib-2.0 gobject-2.0 sndfile
+ Libs: -L${libdir} -linstpatch-1.0
+ Cflags: -I${includedir}/libinstpatch-1.0
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..224fe96
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+03-pkgconfig.patch

-- 
libinstpatch packaging



More information about the pkg-multimedia-commits mailing list