vapoursynth: update to R36.
This commit is contained in:
parent
bfa61f4884
commit
3acdaa231c
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vapoursynth'
|
# Template file for 'vapoursynth'
|
||||||
pkgname=vapoursynth
|
pkgname=vapoursynth
|
||||||
version=R35
|
version=R36
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool yasm python3-Cython"
|
hostmakedepends="automake pkg-config libtool yasm python3-Cython"
|
||||||
makedepends="python3-devel zimg-devel libmagick-devel libass-devel"
|
makedepends="python3-devel zimg-devel libmagick-devel libass-devel"
|
||||||
|
@ -10,7 +10,13 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="http://www.vapoursynth.com"
|
homepage="http://www.vapoursynth.com"
|
||||||
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
||||||
checksum=762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918
|
checksum=8a156c5143cecd70b48e59428ec175e901510593082d3ddbc16fba93f5b6c704
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
aarch64*)
|
||||||
|
broken="no upstream support"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue