summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 15:39:50 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit815c6c78d7e0fcff200330be83c87d32c6634859 (patch)
tree57431988d8bae36e264f254a0bb50d3b424c11ad /graphics
parenta496abd971aab7e89b28c6e44386e6f5236e16e9 (diff)
graphics/lensfun: use CMAKE_*
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/lensfun/BUILD1
-rwxr-xr-xgraphics/lensfun/CONFIGURE1
-rwxr-xr-xgraphics/lensfun/DEPENDS2
-rwxr-xr-xgraphics/lensfun/DETAILS1
-rw-r--r--graphics/lensfun/HISTORY3
5 files changed, 6 insertions, 2 deletions
diff --git a/graphics/lensfun/BUILD b/graphics/lensfun/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/graphics/lensfun/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/graphics/lensfun/CONFIGURE b/graphics/lensfun/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/graphics/lensfun/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics/lensfun/DEPENDS b/graphics/lensfun/DEPENDS
index 889995e32e..dcdfd41890 100755
--- a/graphics/lensfun/DEPENDS
+++ b/graphics/lensfun/DEPENDS
@@ -1,6 +1,6 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends python &&
depends glib2 &&
-depends cmake &&
optional_depends libpng '-DBUILD_LENSTOOL=ON' '-DBUILD_LENSTOOL=OFF' 'build lenstool?' &&
if [[ $LENSFUN_BRANCH == scm ]]; then
depends subversion
diff --git a/graphics/lensfun/DETAILS b/graphics/lensfun/DETAILS
index 5f75fe06a7..3812e94a10 100755
--- a/graphics/lensfun/DETAILS
+++ b/graphics/lensfun/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
. "$GRIMOIRE/FUNCTIONS"
SPELL=lensfun
if [[ $LENSFUN_BRANCH == scm ]]; then
diff --git a/graphics/lensfun/HISTORY b/graphics/lensfun/HISTORY
index c78201363c..64bfd50d08 100644
--- a/graphics/lensfun/HISTORY
+++ b/graphics/lensfun/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2017-07-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* PRE_BUILD,
0001-Add-a-virtual-destructor-to-lfCallbackData-to-avoid-.patch: