aboutsummaryrefslogtreecommitdiffstats
path: root/community/ffmpegthumbs
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 13:15:49 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-15 15:42:46 +0100
commitdc9617ecddac979239dbd1743e70a81743f77f62 (patch)
treec2ce5e0b2958dab18c152dbb7c37edd3c7e643dc /community/ffmpegthumbs
parente284ee4af8b2ebe9699a7125205be34db120bfc3 (diff)
downloadaports-dc9617ecddac979239dbd1743e70a81743f77f62.tar.bz2
aports-dc9617ecddac979239dbd1743e70a81743f77f62.tar.xz
{community,testing}/kde-applications: upgrade to 19.12.3
Diffstat (limited to 'community/ffmpegthumbs')
-rw-r--r--community/ffmpegthumbs/APKBUILD22
1 files changed, 7 insertions, 15 deletions
diff --git a/community/ffmpegthumbs/APKBUILD b/community/ffmpegthumbs/APKBUILD
index 0a483f4a43..8fa729b635 100644
--- a/community/ffmpegthumbs/APKBUILD
+++ b/community/ffmpegthumbs/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=ffmpegthumbs
-pkgver=19.12.2
-pkgrel=1
+pkgver=19.12.3
+pkgrel=0
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/applications/multimedia/"
pkgdesc="FFmpeg-based thumbnail creator for video files"
@@ -12,29 +12,21 @@ source="https://download.kde.org/stable/release-service/$pkgver/src/ffmpegthumbs
subpackages="$pkgname-lang"
options="!check" # No tests
-prepare() {
- default_prepare
-
- mkdir "$builddir"/build
-}
-
build() {
- cd "$builddir"/build
- cmake "$builddir" \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make
+ make -C build
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" make install
+ DESTDIR="$pkgdir" make -C build install
}
-sha512sums="9bf1d0db50d194f31f915ec2dfbd451428755ab574f2548c09c542db644034bd8a581dff5e492316b71451fca917b7ae56422b6f9efc058b88b8ed85b4d118f6 ffmpegthumbs-19.12.2.tar.xz"
+sha512sums="4364902f570dad6d6cbb814e64c31d4a39aebd3a82aeb81598f3484464f5f0ce6da1c16f8a57f3bc6075f0e91ecacf60ffbffc6b76c6582f6859c1a52af35191 ffmpegthumbs-19.12.3.tar.xz"