vapoursynth: rebuild for Python 3.5
This commit is contained in:
parent
3793344933
commit
465b86cc7d
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'vapoursynth'
|
||||
pkgname=vapoursynth
|
||||
version=R34
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config libtool yasm python3 python-Cython python3.4-Cython"
|
||||
makedepends="python3.4-devel zimg-devel libmagick-devel libass-devel"
|
||||
hostmakedepends="automake pkg-config libtool yasm python3-Cython"
|
||||
makedepends="python3-devel zimg-devel libmagick-devel libass-devel"
|
||||
short_desc="Application for video manipulation"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="LGPL-2"
|
||||
|
|
Loading…
Reference in a new issue