diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template index a0b0ff76319..3f2f7291d0a 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