[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:53 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d171ece

The following commit has been merged in the master branch:
commit d171ece32c1af178ef0713a7e9c4bf5e0b3974e8
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Oct 8 15:28:03 2007 +0000

    Updated exiv2.pc template.
---
 config/configure.ac | 16 ++++++++--------
 config/exiv2.pc.in  |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config/configure.ac b/config/configure.ac
index d2431cc..f2047b6 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -124,14 +124,6 @@ else
     fi
 fi
 
-# Udi's hack to add libiconv to the Libs section in exiv2.pc
-if test "$enable_shared" = "no"; then
-    EXV_LIB_STATIC=$LTLIBICONV
-else
-    EXV_LIB_STATIC=
-fi
-AC_SUBST(EXV_LIB_STATIC)
-
 AC_MSG_CHECKING([whether to compile a commercial version of the Exiv2 library])
 AC_ARG_ENABLE(commercial,
     [  --enable-commercial     compile with the EXV_COMMERCIAL_VERSION symbol set ],
@@ -186,6 +178,14 @@ AC_SUBST(ENABLE_XMP)
 CPPFLAGS=${_cppflags}
 LDFLAGS=${_ldflags}
 
+# Udi's hack to add libiconv to the Libs section in exiv2.pc
+if test "$enable_shared" = "no"; then
+    EXV_LIB_STATIC=$LTLIBICONV
+else
+    EXV_LIB_STATIC=
+fi
+AC_SUBST(EXV_LIB_STATIC)
+
 # ---------------------------------------------------------------------------
 # Create output files.
 # ---------------------------------------------------------------------------
diff --git a/config/exiv2.pc.in b/config/exiv2.pc.in
index ee574c8..f895716 100644
--- a/config/exiv2.pc.in
+++ b/config/exiv2.pc.in
@@ -7,5 +7,5 @@ Name: exiv2
 Description: Exif and IPTC metadata library and tools
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lexiv2 @EXV_LIB_STATIC@
-Libs.private: @LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@
+Libs.private: @LDFLAGS@ @EXPAT_LDFLAGS@ @LTLIBINTL@ @LTLIBICONV@ @LIBS@ @EXPAT_LIBS@
 Cflags: -I${includedir}

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list