qimgv: update to 0.9.1.
This commit is contained in:
parent
e92c0ee4f4
commit
6bd8c8861f
1 changed files with 8 additions and 5 deletions
|
@ -1,21 +1,24 @@
|
|||
# Template file for 'qimgv'
|
||||
pkgname=qimgv
|
||||
version=0.8.9
|
||||
version=0.9.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
|
||||
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)"
|
||||
makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
|
||||
$(vopt_if scale libopencv4-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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
|
||||
checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
|
||||
|
||||
build_options="video"
|
||||
build_options="scale video"
|
||||
build_options_default="video"
|
||||
desc_option_scale="Enable high quality scaling options"
|
||||
desc_option_video="Enable video support"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue