[SCM] libmediainfo/master: Refresh Drop-direct-linkage-of-libzen-in-.pc.patch

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sun Apr 22 13:52:03 UTC 2012


The following commit has been merged in the master branch:
commit 7a2e4d4f44e324f411c56ebd59441ba604b2dab2
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Apr 22 19:53:41 2012 +0800

    Refresh Drop-direct-linkage-of-libzen-in-.pc.patch

diff --git a/debian/patches/0002-Drop-direct-linkage-of-libzen-in-.pc.patch b/debian/patches/Drop-direct-linkage-of-libzen-in-.pc.patch
similarity index 78%
rename from debian/patches/0002-Drop-direct-linkage-of-libzen-in-.pc.patch
rename to debian/patches/Drop-direct-linkage-of-libzen-in-.pc.patch
index 7722b16..7417f22 100644
--- a/debian/patches/0002-Drop-direct-linkage-of-libzen-in-.pc.patch
+++ b/debian/patches/Drop-direct-linkage-of-libzen-in-.pc.patch
@@ -2,18 +2,18 @@ From: Chow Loong Jin <hyperair at debian.org>
 Date: Fri, 27 Jan 2012 05:18:44 +0800
 Subject: Drop direct linkage of libzen in .pc
 
-libzen is a private dependnecy, not a public dependency, so there is no need to
+libzen is a private dependency, not a public dependency, so there is no need to
 link against it directly in client code.
 ---
  Project/GNU/Library/configure.ac       |    1 -
  Project/GNU/Library/libmediainfo.pc.in |    2 +-
- 2 files changed, 1 insertions(+), 2 deletions(-)
+ 2 files changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/Project/GNU/Library/configure.ac b/Project/GNU/Library/configure.ac
-index 08f7ca1..d410017 100755
+index cef5761..5b9c408 100755
 --- a/Project/GNU/Library/configure.ac
 +++ b/Project/GNU/Library/configure.ac
-@@ -386,7 +386,6 @@ else
+@@ -390,7 +390,6 @@ else
  		else
  			with_zenlib="system"
  			LIBS="$LIBS $(pkg-config --libs libzen)"
@@ -22,15 +22,14 @@ index 08f7ca1..d410017 100755
  		fi
  	else
 diff --git a/Project/GNU/Library/libmediainfo.pc.in b/Project/GNU/Library/libmediainfo.pc.in
-index 18f2cc0..5b9d57d 100755
+index c2c589e..691c5e6 100755
 --- a/Project/GNU/Library/libmediainfo.pc.in
 +++ b/Project/GNU/Library/libmediainfo.pc.in
-@@ -8,6 +8,6 @@ Libs_Static=@libdir@/libmediainfo.a ${libdir}/libzen.a -lpthread -lz
+@@ -8,5 +8,5 @@ Libs_Static=@libdir@/libmediainfo.a ${libdir}/libzen.a -lpthread -lz
  Name: libmediainfo
  Version: @PACKAGE_VERSION@
  Description: MediaInfoLib
 -Libs: -L at libdir@ -lmediainfo -lzen -lz -lpthread
 +Libs: -L at libdir@ -lmediainfo -lz -lpthread
  Cflags: -I at includedir@ @MediaInfoLib_CXXFLAGS@
- Requires: @MediaInfoLib_Requires@
 -- 
diff --git a/debian/patches/series b/debian/patches/series
index da1c148..1d467be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0002-Drop-direct-linkage-of-libzen-in-.pc.patch
+Drop-direct-linkage-of-libzen-in-.pc.patch

-- 
libmediainfo packaging



More information about the pkg-multimedia-commits mailing list