aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ffmpegthumbs
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-12-27 17:42:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-27 18:18:57 +0100
commit04020396dba0a02f569c658e74bb7551079e6ca1 (patch)
tree8f0cb3858c2904949aba11f42d91e00d18dd05ea /testing/ffmpegthumbs
parent838eee50992f9e40a8a1301b475cb03edf40624e (diff)
downloadaports-04020396dba0a02f569c658e74bb7551079e6ca1.tar.bz2
aports-04020396dba0a02f569c658e74bb7551079e6ca1.tar.xz
community/ffmpegthumbs: move from testing
Diffstat (limited to 'testing/ffmpegthumbs')
-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 c770310f25..0000000000
--- 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.12.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/release-service/$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="69db3a49d5596d5df30e6dd5a95e9f8bc3d18c2bd5aeac6bd89468338ef4b983af8e67b4c56875dd1cb7b9206c6803732e5151a74c116e6154486221247e9762 ffmpegthumbs-19.12.0.tar.xz"