[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [digikam] project/scripts: addd new bootstrap for lensfun
From:       Human Dynamo <null () kde ! org>
Date:       2018-07-01 4:37:28
Message-ID: E1fZU76-0006IA-NV () code ! kde ! org
[Download RAW message or body]

Git commit a7b67d0a764fd3cdf8d05df6bc3e7c0a142510cf by Human Dynamo.
Committed on 01/07/2018 at 04:37.
Pushed by cgilles into branch 'master'.

addd new bootstrap for lensfun

A  +37   -0    project/scripts/bootstrap-lensfun.sh

https://commits.kde.org/digikam/a7b67d0a764fd3cdf8d05df6bc3e7c0a142510cf

diff --git a/project/scripts/bootstrap-lensfun.sh b/project/scripts/bootstrap-lensfun.sh
new file mode 100755
index 0000000000..0bddcfadc4
--- /dev/null
+++ b/project/scripts/bootstrap-lensfun.sh
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+# Copyright (c) 2008-2018, 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.
+#
+# Copy this script on root folder where are source code
+
+export PATH=$QTDIR/bin:$PATH
+export PKG_CONFIG_PATH=/usr/lib/pkgconfig
+
+#export VERBOSE=1
+
+# We will work on command line using MinGW compiler
+export MAKEFILES_TYPE='Unix Makefiles'
+
+if [ ! -d "build" ]; then
+    mkdir build
+fi
+
+cd build
+
+export MarbleOptions='-DBUILD_STATIC=OFF \
+                      -DBUILD_LENSTOOL=OFF \
+                      -DBUILD_FOR_SSE=OFF \
+                      -DBUILD_FOR_SSE2=OFF \
+                      -DBUILD_DOC=OFF \
+                      -DINSTALL_HELPER_SCRIPTS=OFF \
+                      -DBUILD_TESTS=OFF'
+
+cmake -G "$MAKEFILES_TYPE" . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -Wno-dev \
+      $MarbleOptions \
+      ..
+
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic