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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:37 UTC 2017


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

The following commit has been merged in the master branch:
commit b9275b8d88715b82c5851425e2e08615a00dfac5
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Sep 5 15:14:12 2004 +0000

    Configuration for win32
---
 config_win32.h | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/config_win32.h b/config_win32.h
new file mode 100644
index 0000000..a692c1b
--- /dev/null
+++ b/config_win32.h
@@ -0,0 +1,32 @@
+/* config_win32.h */
+
+/* Todo: The PACKAGE_* defines should be generated */
+
+#ifdef _MSC_VER
+
+/* Define to 1 if you have the <process.h> header file. */
+#define HAVE_PROCESS_H 1
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "ahuggel at gmx.net"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "Exiv2"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "Exiv2 0.5"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "exiv2"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.5"
+
+/* Define to `int' if <sys/types.h> does not define. */
+#define pid_t int
+
+/* File path seperator */
+#define SEPERATOR_STR "\"
+#define SEPERATOR_CHR '\'
+
+#endif /* _MSC_VER */

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list