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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:59 UTC 2017


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

The following commit has been merged in the master branch:
commit 67dd52fa5883fa6c04ea6949b9352a3a3979c0c0
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Mar 27 14:34:40 2012 +0000

    bootstrap from Linux through CMake to generate make file in a dedecated build subdir
---
 bootstrap.linux | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/bootstrap.linux b/bootstrap.linux
new file mode 100755
index 0000000..c58ba44
--- /dev/null
+++ b/bootstrap.linux
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright (c) 2008-2012, Gilles Caulier, <caulier dot gilles at gmail dot com>
+# 
+# Redistribution and use is allowed according to the terms of the BSD license.
+# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+
+# We will work on command line using GNU Make
+export MAKEFILES_TYPE='Unix Makefiles'
+
+if [ ! -d "build" ]; then
+    mkdir build
+fi
+
+cd build
+
+cmake -G "$MAKEFILES_TYPE" . \
+      -DCMAKE_BUILD_TYPE=debugfull \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DEXIV2_ENABLE_BUILD_SAMPLES=on \
+      -DEXIV2_ENABLE_BUILD_PO=on \
+      -Wno-dev \
+      ..

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list