18 lines
669 B
Bash
18 lines
669 B
Bash
# Template file for 'ffmpegthumbs'
|
|
pkgname=ffmpegthumbs
|
|
version=18.08.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
|
|
makedepends="qt5-devel kio-devel ffmpeg-devel"
|
|
short_desc="FFmpeg-based thumbnail creator for video files"
|
|
maintainer="Michael Straube <straubem@gmx.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://download.kde.org/stable/applications"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=366fc0518a8f987247178dce774faad2643ddf2116b68f4b908459ef2d5f6ee5
|
|
|
|
if [ "CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig-devel"
|
|
fi |