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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:22 UTC 2017


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

The following commit has been merged in the master branch:
commit ed2d585d9e0a86533d8fd223abae6d9e8a9bc039
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Sep 16 21:15:09 2014 +0000

    Issue: #991 (Windows build broken (CMake+svn_version.sh).  Thank You, Daniel for the patch.
---
 src/CMakeLists.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b9815fe..9b98e40 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -63,7 +63,6 @@ SET( LIBEXIV2_HDR         asfvideo.hpp
                           preview.hpp
                           properties.hpp
                           psdimage.hpp
-                          svn_version.h
                           quicktimevideo.hpp
                           rafimage.hpp
                           riffvideo.hpp
@@ -149,6 +148,12 @@ IF( EXIV2_ENABLE_PNG )
     ENDIF( ZLIB_FOUND )
 ENDIF( EXIV2_ENABLE_PNG )
 
+IF( NOT MSVC )
+    SET( LIBEXIV2_HDR     ${LIBEXIV2_HDR}
+                          svn_version.h
+    )
+ENDIF()
+
 ##
 # add xmp source if xmp is requested and xmp library not built
 IF( EXIV2_ENABLE_XMP )

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list