From 18f7fb549c992bc67234f20f3a4484437da0bea2 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Sat, 19 Mar 2022 22:16:21 +0100 Subject: [PATCH 1/2] zimg: update to 3.0.3. --- srcpkgs/zimg/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template index a0b0ff763198..7321cc4695f7 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,9 @@ 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 pre_configure() { ./autogen.sh From cdb97571dfa9eb14c137d6ca84ca060dea08e663 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Sat, 19 Mar 2022 22:16:30 +0100 Subject: [PATCH 2/2] vapoursynth: update to R57. --- srcpkgs/vapoursynth/template | 12 ++++-------- srcpkgs/zimg/template | 4 ++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index c4de1d5712a0..59491b047782 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,21 +1,17 @@ # Template file for 'vapoursynth' pkgname=vapoursynth -version=R52 -revision=4 +version=R57 +revision=1 build_style=gnu-configure -# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1; -# until this is fixed upstream, manually define am_cv_python_version to circumvent -configure_args="am_cv_python_version=${py3_ver}" hostmakedepends="automake libtool nasm pkg-config python3-Cython" -makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel - libxml2-devel" +makedepends="python3-devel zimg-devel" short_desc="Application for video manipulation" maintainer="lemmi " license="LGPL-2.1-or-later, OFL-1.1" homepage="http://www.vapoursynth.com" changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog" distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz" -checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac +checksum=9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07 pre_configure() { ./autogen.sh diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template index 7321cc4695f7..088cbd41d16e 100644 --- a/srcpkgs/zimg/template +++ b/srcpkgs/zimg/template @@ -13,6 +13,10 @@ changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog" distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz" checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7 +case "$XBPS_TARGET_MACHINE" in + armv6*|armv7*) configure_args+=" --disable-simd";; +esac + pre_configure() { ./autogen.sh }