[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=797ffb0
The following commit has been merged in the master branch:
commit 797ffb08b1272dea85513856650c9c878b12d66d
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Tue Apr 20 10:58:21 2010 +0000
update
---
TODO-CMAKE | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/TODO-CMAKE b/TODO-CMAKE
index 3487f5e..8f8098b 100644
--- a/TODO-CMAKE
+++ b/TODO-CMAKE
@@ -4,21 +4,11 @@
* Added Cmake target to release build and packaging.
-* The following options of the configure script should be supported
- --without-zlib DONE - ENABLE_PNG
- --disable-nls DONE - ENABLE_NLS ??? that doesn't work correctly here
- --disable-printucs2 DONE - ENABLE_PRINTUCS2
- --disable-xmp DONE - ENABLE_XMP
- --enable-commercial DONE - ENABLE_COMMERCIAL
- --disable-lensdata DONE - ENABLE_LENSDATA
- --disable-shared DONE - ENABLE_SHARED_EXIV2
-
* add support for cross-compiling : add information on how to cross-compile on Linux for Windows (MinGW)
(some applications and my own release-build process need this) to the README.CMAKE
-* Can the logic needed to build the doc be re-written using cmake?
-
* Manage i18n extraction to generate .po files. (See http://www.cmake.org/pipermail/cmake/2009-July/031003.html)
+ check option ENABLE_NLS that doesn't work correctly here.
* Rename configuration settings to EXIV2_*, e.g., EXIV2_ENABLE_SHARED
@@ -30,6 +20,9 @@
-------------------------------------------------------------------------------------
+DONE * Can the logic needed to build the doc be re-written using cmake?
+ => Yes. We manage it with digiKam Doxygen docuementation as well.
+
DONE * Is it possible to not have CMakeLists.txt file in the top dir?
=> No. I Never see this in whole KDE project.
@@ -81,5 +74,13 @@ DONE * Manage eviv2.lsm file with CMake, like it's do with kdegraphics/libs .lsm
DONE * added cmake target to uninstall Exiv2, based on KDE4 cmake script.
+DONE * The following options of the configure script should be supported
+ --disable-shared DONE - ENABLE_SHARED_EXIV2
+ --disable-xmp DONE - ENABLE_XMP
+ --without-zlib DONE - ENABLE_PNG
+ --enable-commercial DONE - ENABLE_COMMERCIAL
+ --disable-lensdata DONE - ENABLE_LENSDATA
+ --disable-printucs2 DONE - ENABLE_PRINTUCS2
+
INFO * check How does cmake handle RPATH? (I'll read up on this).
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list