qimgv: update to 0.8.1.
This commit is contained in:
parent
d3988a7ee9
commit
5a2e8c7db4
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'qimgv'
|
||||
pkgname=qimgv
|
||||
version=0.7.3
|
||||
version=0.8.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
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"
|
||||
short_desc="Cross-platform image viewer with webm support"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/easymodo/qimgv"
|
||||
distfiles="https://github.com/easymodo/qimgv/archive/v${version}.tar.gz"
|
||||
checksum=f5c9e4dfdc0e9842c6cec5d2d546e6f77b2c33312f5cb416eaf50a29a0dc65a1
|
||||
checksum=cac11a82f2da6e7442a51de3e86640c6a6f85e09e634b914852e68d7205db30d
|
||||
|
||||
build_options="video"
|
||||
build_options_default="video"
|
||||
desc_option_video="Enable video support"
|
||||
|
|
Loading…
Add table
Reference in a new issue