aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ffmpegthumbs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ffmpegthumbs/APKBUILD')
-rw-r--r--testing/ffmpegthumbs/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/ffmpegthumbs/APKBUILD b/testing/ffmpegthumbs/APKBUILD
deleted file mode 100644
index 9cea0eba55a..00000000000
--- a/testing/ffmpegthumbs/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=ffmpegthumbs
-pkgver=19.08.0
-pkgrel=0
-arch="all"
-url="https://www.kde.org/applications/multimedia/"
-pkgdesc="FFmpeg-based thumbnail creator for video files"
-license="GPL-2.0-or-later"
-makedepends="extra-cmake-modules qt5-qtbase-dev kio-dev ki18n-dev kconfig-dev ffmpeg-dev"
-source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
-subpackages="$pkgname-lang"
-options="!check" # No tests
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="ca0ed1631d7cb9af049e1328269a9b01ee442c514d400ea5836b4b7bbbc003ee3d1b3fe9c07c2a6cd99a02cc4caf251f7b6c11be0eb08fd9dfba08aa9e4847d6 ffmpegthumbs-19.08.0.tar.xz"