From 57da66254aca8651c1839f6563298c7ebf0d79cc Mon Sep 17 00:00:00 2001 From: travankor Date: Sat, 3 Apr 2021 06:29:13 -0700 Subject: [PATCH] qimgv: Add support for additional image formats --- srcpkgs/qimgv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template index 7c5d5d18b8df..e206fe931d74 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"