[SCM] libmediainfo/master: Add patch to fix pkg-config missing error

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Thu May 16 15:57:02 UTC 2013


The following commit has been merged in the master branch:
commit 702fe1ab9fe61d1dbe75635f4c53fbd0b1e61b73
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu May 16 23:39:51 2013 +0800

    Add patch to fix pkg-config missing error

diff --git a/debian/patches/Call-PKG_PROG_PKG_CONFIG-manually.patch b/debian/patches/Call-PKG_PROG_PKG_CONFIG-manually.patch
new file mode 100644
index 0000000..6ed6139
--- /dev/null
+++ b/debian/patches/Call-PKG_PROG_PKG_CONFIG-manually.patch
@@ -0,0 +1,24 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Thu, 16 May 2013 23:39:09 +0800
+Subject: Call PKG_PROG_PKG_CONFIG manually
+
+This avoids the issue where the next PKG_CHECK_MODULES after the md5 thinks
+pkg-config doesn't exist.
+---
+ Project/GNU/Library/configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/Project/GNU/Library/configure.ac b/Project/GNU/Library/configure.ac
+index ec0157a..8696120 100755
+--- a/Project/GNU/Library/configure.ac
++++ b/Project/GNU/Library/configure.ac
+@@ -550,6 +550,9 @@ else
+ 	using_libmms="not found"
+ fi
+ 
++dnl Needed in case with_libmd5=no while using pkg-config for other things
++PKG_PROG_PKG_CONFIG
++
+ dnl -------------------------------------------------------------------------
+ dnl libmd5
+ dnl
diff --git a/debian/patches/series b/debian/patches/series
index 1d467be..eabbd81 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Drop-direct-linkage-of-libzen-in-.pc.patch
+Call-PKG_PROG_PKG_CONFIG-manually.patch

-- 
libmediainfo packaging



More information about the pkg-multimedia-commits mailing list