From a50881d725d830f0a94207d6c34c95ff17709e80 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Sun, 20 Mar 2022 00:09:37 +0100 Subject: [PATCH] zimg: update to 3.0.3. --- srcpkgs/zimg/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template index a0b0ff7631..3f2f7291d0 100644 --- a/srcpkgs/zimg/template +++ b/srcpkgs/zimg/template @@ -1,6 +1,6 @@ # Template file for 'zimg' pkgname=zimg -version=2.9.3 +version=3.0.3 revision=1 wrksrc=zimg-release-${version} build_style=gnu-configure @@ -9,8 +9,13 @@ short_desc="Image processing library" maintainer="lemmi " license="WTFPL" homepage="https://github.com/sekrit-twc/zimg" +changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog" distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz" -checksum=a15c0483fbe945ffe695a1a989bc43b3381c8bf33e2d1760464ec21d32cdf30b +checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7 + +case "$XBPS_TARGET_MACHINE" in + armv7*) configure_args+=" --disable-simd";; +esac pre_configure() { ./autogen.sh