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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:57 UTC 2017


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

The following commit has been merged in the master branch:
commit e75bcbe385c3d25ef2c5cee16af7ab3f4d3791f6
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Nov 27 18:44:35 2015 +0000

    #1041.  Fixed issues with VS2008 incorrectly setting EXV_HAVE_STDINT_H
---
 include/exiv2/config.h | 5 +++++
 xmpsdk/include/MD5.h   | 1 +
 2 files changed, 6 insertions(+)

diff --git a/include/exiv2/config.h b/include/exiv2/config.h
index d879604..bf16a8d 100644
--- a/include/exiv2/config.h
+++ b/include/exiv2/config.h
@@ -7,6 +7,11 @@
 # else
 #  include "exv_msvc.h"
 # endif
+# if _MSC_VER < _MSC_VER_2010
+#  ifdef  EXV_HAVE_STDINT_H
+#   undef EXV_HAVE_STDINT_H
+#  endif
+# endif
 #else
 # include "exv_conf.h"
 #endif
diff --git a/xmpsdk/include/MD5.h b/xmpsdk/include/MD5.h
index 00a5e94..21cfc34 100644
--- a/xmpsdk/include/MD5.h
+++ b/xmpsdk/include/MD5.h
@@ -24,6 +24,7 @@
  */
 
 #include <sys/types.h>
+#include <exiv2/config.h>
 #ifdef EXV_HAVE_STDINT_H
 # include <stdint.h>
 #endif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list