vapoursynth: update to R57.

This commit is contained in:
tibequadorian 2022-03-20 00:09:41 +01:00 committed by lemmi
parent a50881d725
commit 0e81411dd6

View file

@ -1,21 +1,22 @@
# Template file for 'vapoursynth' # Template file for 'vapoursynth'
pkgname=vapoursynth pkgname=vapoursynth
version=R52 version=R57
revision=4 revision=1
build_style=gnu-configure 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" hostmakedepends="automake libtool nasm pkg-config python3-Cython"
makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel makedepends="python3-devel zimg-devel"
libxml2-devel"
short_desc="Application for video manipulation" short_desc="Application for video manipulation"
maintainer="lemmi <lemmi@nerd2nerd.org>" maintainer="lemmi <lemmi@nerd2nerd.org>"
license="LGPL-2.1-or-later, OFL-1.1" license="LGPL-2.1-or-later, OFL-1.1"
homepage="http://www.vapoursynth.com" homepage="http://www.vapoursynth.com"
changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog" changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz" distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac checksum=9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
LDFLAGS="-latomic"
fi
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh