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'
|
# Template file for 'qimgv'
|
||||||
pkgname=qimgv
|
pkgname=qimgv
|
||||||
version=0.9.1
|
version=0.9.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
|
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
|
||||||
$(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
|
$(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
|
makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
|
||||||
$(vopt_if scale libopencv4-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"
|
short_desc="Cross-platform image viewer with webm support"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue