geeqie: build against latest exiv2 is broken, disable it for now

This commit is contained in:
Juergen Daubert 2023-05-21 16:47:13 +02:00
parent c4bf4ba767
commit 8c6685e52b
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YWn2GO3CCqWLN9D6vrwb+0bMhaogRIeEKy+Y+DFFBeZa4ldo++O1sZ+JD4NpnMVyzKWOIYSaQplJ3P9NA7nrQ0=
SHA256 (Pkgfile) = 938ce29add47f00d638e4abab8ce8bd2481e4636120b2980195939f403a8fc01
RWSE3ohX2g5d/Ud7Jk0UFL2OpHDWK+0BCHAX2XTeBzrxYhHfeyj+jCzlKA1eyZ4mSZsJb6UZIV2zuLGrdEQpOcvnFKGhDGim3As=
SHA256 (Pkgfile) = 2d28f422d8aef8948ba979a43d2102119446e585fcf352c5c14c493bc96ba2b5
SHA256 (.footprint) = 28be2e8f497b4838639724d2fd2e924a8bd0e3240f4cc444199297ee8e4aee72
SHA256 (geeqie-2.0.1.tar.xz) = 89c1a7574cfe3888972d10723f4cf3a277249bea494fd9c630aa8d0df944555d

View File

@ -5,7 +5,7 @@
name=geeqie
version=2.0.1
release=1
release=2
source=(https://github.com/BestImageViewer/geeqie/releases/download/v$version/$name-$version.tar.xz)
build() {
@ -14,7 +14,8 @@ build() {
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
-D b_pie=true \
-D exiv2=disabled
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build