qimgv: Add support for additional image formats

Closes:  [via git-merge-pr]
This commit is contained in:
travankor 2021-04-03 06:29:13 -07:00 committed by Érico Nogueira
parent 425d336e83
commit 961afc8657

View file

@ -1,14 +1,14 @@
# Template file for 'qimgv'
pkgname=qimgv
version=0.9.1
revision=1
revision=2
build_style=cmake
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
$(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
hostmakedepends="pkg-config"
makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
$(vopt_if scale libopencv4-devel)"
depends="hicolor-icon-theme"
depends="hicolor-icon-theme qt5-imageformats"
short_desc="Cross-platform image viewer with webm support"
maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later"