mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
vokoscreen: template fixup for qt5.13
This commit is contained in:
parent
a85b597fc6
commit
c3f9f01d63
1 changed files with 6 additions and 2 deletions
|
@ -3,12 +3,16 @@ pkgname=vokoscreen
|
||||||
version=2.5.0
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
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"
|
makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
|
||||||
depends="ffmpeg"
|
depends="ffmpeg"
|
||||||
short_desc="Easy to use screencast creator"
|
short_desc="Easy to use screencast creator"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
|
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
|
||||||
distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
|
distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
|
||||||
checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
|
checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-x11extras-devel"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue