[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:15 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3c96c34
The following commit has been merged in the master branch:
commit 3c96c34655778d5b9ee30506d3f059ff4ed7540e
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Mon Apr 12 07:23:48 2010 +0000
set NLS on by default
---
CMakeLists.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1100532..2edfdef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,12 +46,11 @@ option( EXIV2_ENABLE_SHARED "Build exiv2 as a shared library (dll)"
option( EXIV2_ENABLE_XMP "Build with XMP metadata support" ON )
option( EXIV2_ENABLE_LIBXMP "Build a static convenience Library for XMP" OFF )
option( EXIV2_ENABLE_PNG "Build with png support (requires libz)" ON )
-option( EXIV2_ENABLE_NLS "Build native language support (requires gettext)" OFF )
+option( EXIV2_ENABLE_NLS "Build native language support (requires gettext)" ON )
option( EXIV2_ENABLE_PRINTUCS2 "Build with Printucs2" ON )
option( EXIV2_ENABLE_LENSDATA "include lens data" ON )
option( EXIV2_ENABLE_COMMERCIAL "compile with the EXV_COMMERCIAL_VERSION symbol set" OFF )
-
-option( BUILD_samples "Build the unit tests" OFF )
+option( BUILD_samples "Build the unit tests" OFF )
if( MINGW OR UNIX )
add_definitions( -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W )
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list