void-packages/srcpkgs/qimgv/template
2019-11-15 15:00:15 +01:00

22 lines
723 B
Bash

# Template file for 'qimgv'
pkgname=qimgv
version=0.8.8
revision=1
build_style=cmake
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
depends="hicolor-icon-theme"
short_desc="Cross-platform image viewer with webm support"
maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later"
homepage="https://github.com/easymodo/qimgv"
distfiles="https://github.com/easymodo/qimgv/archive/v${version}.tar.gz"
checksum=2be509d55f052d602e9e2a1cc1e537049e4bff552d864cf4aeb281a397b94496
build_options="video"
build_options_default="video"
desc_option_video="Enable video support"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi