summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 13:40:39 +0200
committerFlorian Franzmann2019-10-06 22:02:48 +0200
commit2f25c5fa151f5b03cc89cd6f462bddf852529793 (patch)
tree84d3aab63c2417f9a6451a5837ed0e0cd1a9b777
parent990bd3913f0cc1518bbee22f54dc4ca1f976f42c (diff)
graphics-libs/jasper: use CMAKE_*
-rwxr-xr-xgraphics-libs/jasper/BUILD2
-rwxr-xr-xgraphics-libs/jasper/CONFIGURE1
-rwxr-xr-xgraphics-libs/jasper/DEPENDS2
-rwxr-xr-xgraphics-libs/jasper/DETAILS1
-rw-r--r--graphics-libs/jasper/HISTORY3
5 files changed, 7 insertions, 2 deletions
diff --git a/graphics-libs/jasper/BUILD b/graphics-libs/jasper/BUILD
index ae210359fa..b32b04569c 100755
--- a/graphics-libs/jasper/BUILD
+++ b/graphics-libs/jasper/BUILD
@@ -1,3 +1,3 @@
OPTS="-DJAS_ENABLE_SHARED=true $OPTS" &&
-cmake_build
+default_build
diff --git a/graphics-libs/jasper/CONFIGURE b/graphics-libs/jasper/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/graphics-libs/jasper/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics-libs/jasper/DEPENDS b/graphics-libs/jasper/DEPENDS
index b5a0e42f23..2619918863 100755
--- a/graphics-libs/jasper/DEPENDS
+++ b/graphics-libs/jasper/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
optional_depends JPEG \
"-DJAS_ENABLE_LIBJPEG=true" \
diff --git a/graphics-libs/jasper/DETAILS b/graphics-libs/jasper/DETAILS
index a1ee2cc946..62c08d48d0 100755
--- a/graphics-libs/jasper/DETAILS
+++ b/graphics-libs/jasper/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=jasper
VERSION=2.0.10
SOURCE=$SPELL-$VERSION.zip
diff --git a/graphics-libs/jasper/HISTORY b/graphics-libs/jasper/HISTORY
index e082d00dde..92859ffaf3 100644
--- a/graphics-libs/jasper/HISTORY
+++ b/graphics-libs/jasper/HISTORY
@@ -1,3 +1,6 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2017-01-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.10
* BUILD, DEPENDS: use cmake