vapoursynth: update to R35.
This commit is contained in:
parent
6fd53e4baa
commit
a717d3ceb6
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vapoursynth'
|
# Template file for 'vapoursynth'
|
||||||
pkgname=vapoursynth
|
pkgname=vapoursynth
|
||||||
version=R34
|
version=R35
|
||||||
revision=2
|
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,7 @@ 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=d1d3154c7076ab25ad46de5a2385d47ba48fe9fcbe44e75cd3c33ff2e06dd465
|
checksum=762cada84d2f975ec925a1eb719dd8a2f40dfaa69d10c358b228184785f64918
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue