qimgv: update to 0.8.1.

This commit is contained in:
travankor 2019-08-27 04:00:24 -07:00 committed by Helmut Pozimski
parent d3988a7ee9
commit 5a2e8c7db4

View file

@ -1,17 +1,18 @@
# Template file for 'qimgv' # Template file for 'qimgv'
pkgname=qimgv pkgname=qimgv
version=0.7.3 version=0.8.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)" configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
makedepends="qt5-devel $(vopt_if video mpv-devel)" makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
depends="hicolor-icon-theme" depends="hicolor-icon-theme"
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"
homepage="https://github.com/easymodo/qimgv" homepage="https://github.com/easymodo/qimgv"
distfiles="https://github.com/easymodo/qimgv/archive/v${version}.tar.gz" distfiles="https://github.com/easymodo/qimgv/archive/v${version}.tar.gz"
checksum=f5c9e4dfdc0e9842c6cec5d2d546e6f77b2c33312f5cb416eaf50a29a0dc65a1 checksum=cac11a82f2da6e7442a51de3e86640c6a6f85e09e634b914852e68d7205db30d
build_options="video" build_options="video"
build_options_default="video" build_options_default="video"
desc_option_video="Enable video support" desc_option_video="Enable video support"