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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:23 UTC 2017


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

The following commit has been merged in the master branch:
commit 0f3e431f5f7b5e1210f05a289057a6a036b5f504
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Apr 20 09:38:52 2010 +0000

    add Package url rule
---
 CMakeLists.txt               | 1 +
 config/ConfigureChecks.cmake | 3 ++-
 config/exiv2.pc.cmake        | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fc8a8c..8cc9e1c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,6 +39,7 @@ SET( PACKAGE_NAME           "exiv2" )
 SET( PACKAGE_STRING         "exiv2 0.19.1" )
 SET( PACKAGE_TARNAME        "exiv2" )
 SET( PACKAGE_VERSION        "0.19.1" )
+SET( PACKAGE_URL            "http://www.exiv2.org" )
 SET( GENERIC_LIB_VERSION    "6.0.0" )
 SET( GENERIC_LIB_SOVERSION  "6" )
 
diff --git a/config/ConfigureChecks.cmake b/config/ConfigureChecks.cmake
index 84d3126..f7125b1 100644
--- a/config/ConfigureChecks.cmake
+++ b/config/ConfigureChecks.cmake
@@ -258,6 +258,7 @@ MACRO( OptionOutput _outputstring )
 ENDMACRO( OptionOutput _outputstring )
 
 MESSAGE( STATUS "-------------------------------------------------------------"   )
+MESSAGE( STATUS "${PACKAGE_STRING} configure results  <${PACKAGE_URL}>")
 OptionOutput( "Building PNG support:            " EXIV2_ENABLE_PNG AND ZLIB_FOUND )
 OptionOutput( "Building shared library:         " EXIV2_ENABLE_SHARED             )
 OptionOutput( "XMP metadata support:            " EXIV2_ENABLE_XMP                )
@@ -265,5 +266,5 @@ OptionOutput( "Building static libxmp:          " ENABLE_LIBXMP
 OptionOutput( "Native language support:         " EXIV2_ENABLE_NLS                )
 OptionOutput( "Conversion of Windows XP tags:   " EXIV2_ENABLE_PRINTUCS2          )
 OptionOutput( "Nikon lens database:             " EXIV2_ENABLE_LENSDATA           )
-OptionOutput( "commercial build:                " EXIV2_ENABLE_COMMERCIAL         )
+OptionOutput( "Commercial build:                " EXIV2_ENABLE_COMMERCIAL         )
 MESSAGE( STATUS "-------------------------------------------------------------"   )
diff --git a/config/exiv2.pc.cmake b/config/exiv2.pc.cmake
index 4d243e6..e5deea9 100644
--- a/config/exiv2.pc.cmake
+++ b/config/exiv2.pc.cmake
@@ -6,5 +6,6 @@ includedir=${prefix}/include
 Name: exiv2
 Description: Exif and IPTC metadata library and tools
 Version: @PACKAGE_VERSION@
+URL: ${PACKAGE_URL}
 Libs: -L${libdir} -lexiv2 @EXV_LIB_STATIC@
 Cflags: -I${includedir}

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list