vokoscreen: template fixup for qt5.13

This commit is contained in:
John 2019-07-03 04:00:46 +02:00 committed by John Zimmermann
parent a85b597fc6
commit c3f9f01d63

View file

@ -3,12 +3,16 @@ pkgname=vokoscreen
version=2.5.0
revision=1
build_style=qmake
hostmakedepends="pkg-config qt5-tools qt5-qmake"
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
depends="ffmpeg"
short_desc="Easy to use screencast creator"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2"
license="GPL-2.0-only"
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel"
fi