zimg: update to 3.0.3.
This commit is contained in:
parent
182ad2bf24
commit
a50881d725
1 changed files with 7 additions and 2 deletions
|
@ -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 <lemmi@nerd2nerd.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue