qimgv: Add support for additional image formats
Closes: #29975 [via git-merge-pr]
This commit is contained in:
parent
425d336e83
commit
961afc8657
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue