summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2022-11-16 23:59:19 +0100
committerFabioLolix2022-11-16 23:59:19 +0100
commit2ac82776ea8abd12b854bf78c10586ca3999ca6b (patch)
treea7959cc79818758dd2d88013925c68d7429a7900 /PKGBUILD
parentf8d7bae9a495d69834424a0d95aa703a07df2340 (diff)
downloadaur-2ac82776ea8abd12b854bf78c10586ca3999ca6b.tar.gz
disable video support for the moment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09a82142115e..96e9479c0a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qimgv
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Qt5 image viewer with experimental webm playback"
arch=(x86_64 i686 armv6h armv7h aarch64)
url="https://github.com/easymodo/qimgv"
@@ -25,6 +25,7 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DVIDEO_SUPPORT=OFF \
-DCMAKE_INSTALL_LIBDIR=lib
make