diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template index 7c5d5d18b8d..e206fe931d7 100644 --- a/srcpkgs/qimgv/template +++ b/srcpkgs/qimgv/template @@ -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 " license="GPL-3.0-or-later"