summaryrefslogtreecommitdiffstats
path: root/shell-term-fm
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 13:30:59 +0200
committerFlorian Franzmann2019-10-06 22:02:47 +0200
commit33d30c052707e629ede9ea649d8abb996d846f43 (patch)
tree4a4461244a18b6aceb3147b33943f4a6d06da012 /shell-term-fm
parent943d961fb45ca4d984daab4ae31edc5ed60fed9f (diff)
shell-term-fm/ffmpegthumbnailer: use CMAKE_*
Diffstat (limited to 'shell-term-fm')
-rwxr-xr-xshell-term-fm/ffmpegthumbnailer/BUILD3
-rwxr-xr-xshell-term-fm/ffmpegthumbnailer/CONFIGURE1
-rwxr-xr-xshell-term-fm/ffmpegthumbnailer/DEPENDS3
-rwxr-xr-xshell-term-fm/ffmpegthumbnailer/DETAILS1
-rw-r--r--shell-term-fm/ffmpegthumbnailer/HISTORY3
5 files changed, 9 insertions, 2 deletions
diff --git a/shell-term-fm/ffmpegthumbnailer/BUILD b/shell-term-fm/ffmpegthumbnailer/BUILD
index db145dace6..8ac41776b1 100755
--- a/shell-term-fm/ffmpegthumbnailer/BUILD
+++ b/shell-term-fm/ffmpegthumbnailer/BUILD
@@ -2,4 +2,5 @@ OPTS="$OPTS \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_GIO=ON \
-DENABLE_THUMBNAILER=ON " &&
-cmake_build
+
+default_build
diff --git a/shell-term-fm/ffmpegthumbnailer/CONFIGURE b/shell-term-fm/ffmpegthumbnailer/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/shell-term-fm/ffmpegthumbnailer/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/shell-term-fm/ffmpegthumbnailer/DEPENDS b/shell-term-fm/ffmpegthumbnailer/DEPENDS
index 016068b1f8..f15a5eef2e 100755
--- a/shell-term-fm/ffmpegthumbnailer/DEPENDS
+++ b/shell-term-fm/ffmpegthumbnailer/DEPENDS
@@ -1,4 +1,5 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
depends LIBAVCODEC &&
depends libpng &&
depends JPEG &&
diff --git a/shell-term-fm/ffmpegthumbnailer/DETAILS b/shell-term-fm/ffmpegthumbnailer/DETAILS
index 0332f2e0fc..d7b6659caf 100755
--- a/shell-term-fm/ffmpegthumbnailer/DETAILS
+++ b/shell-term-fm/ffmpegthumbnailer/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=ffmpegthumbnailer
VERSION=2.1.1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
diff --git a/shell-term-fm/ffmpegthumbnailer/HISTORY b/shell-term-fm/ffmpegthumbnailer/HISTORY
index 7453cea433..5ffce76f41 100644
--- a/shell-term-fm/ffmpegthumbnailer/HISTORY
+++ b/shell-term-fm/ffmpegthumbnailer/HISTORY
@@ -1,3 +1,6 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2016-04-10 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 2.1.1