[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=5fc8771
The following commit has been merged in the master branch:
commit 5fc8771f3d1194db06ae954784c63e76a822aa10
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Tue Apr 20 09:51:34 2010 +0000
manage exiv2.lsm file
---
TODO-CMAKE | 6 +++---
config/ConfigureChecks.cmake | 2 ++
config/exiv2.lsm.cmake | 14 ++++++++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/TODO-CMAKE b/TODO-CMAKE
index 764be47..3487f5e 100644
--- a/TODO-CMAKE
+++ b/TODO-CMAKE
@@ -75,9 +75,9 @@ DONE * Added targets to build/install man page.
DONE * Need g++ specific : compiler options (warnings) and settings (visibility).
-DONE * Manage eviv2.pc file with CMake, like it's do with kdegraphics/libs .pc file. Look there for details:
- http://lxr.kde.org/source/KDE/kdegraphics/libs/libkexiv2/CMakeLists.txt#59
- http://lxr.kde.org/source/KDE/kdegraphics/libs/libkexiv2/libkexiv2.pc.cmake
+DONE * Manage eviv2.pc file with CMake, like it's do with kdegraphics/libs .pc file.
+
+DONE * Manage eviv2.lsm file with CMake, like it's do with kdegraphics/libs .lsm file.
DONE * added cmake target to uninstall Exiv2, based on KDE4 cmake script.
diff --git a/config/ConfigureChecks.cmake b/config/ConfigureChecks.cmake
index f7125b1..ed90c38 100644
--- a/config/ConfigureChecks.cmake
+++ b/config/ConfigureChecks.cmake
@@ -244,6 +244,8 @@ ADD_CUSTOM_TARGET(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uni
IF( NOT MSVC )
CONFIGURE_FILE( config/exiv2.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc )
INSTALL( FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc DESTINATION lib/pkgconfig )
+ CONFIGURE_FILE( config/exiv2.lsm.cmake ${CMAKE_CURRENT_BINARY_DIR}/exiv2.lsm)
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.lsm DESTINATION lib/pkgconfig )
ENDIF( NOT MSVC )
# ******************************************************************************
diff --git a/config/exiv2.lsm.cmake b/config/exiv2.lsm.cmake
new file mode 100644
index 0000000..7c2e176
--- /dev/null
+++ b/config/exiv2.lsm.cmake
@@ -0,0 +1,14 @@
+Begin4
+Title: ${PACKAGE_NAME}
+Version: ${PACKAGE_VERSION}
+Entered-date: 2004-05-01
+Description: Exiv2 is a C++ library and a command line utility to manage image metadata.
+ It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats.
+Keywords: image photo metadata exif iptc xmp makernotes
+Author: Andreas Huggel <ahuggel at gmx.net>
+Maintained-by: Andreas Huggel <ahuggel at gmx.net>
+Primary-site: ${PACKAGE_URL}
+Original-site: ${PACKAGE_URL}
+Platforms: Linux and other Unices, MacOs-X, Win32.
+Copying-policy: GPL
+End
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list