mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
vapoursynth: update to R52
This commit is contained in:
parent
e945ff7070
commit
ee18ba1f2f
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'vapoursynth'
|
# Template file for 'vapoursynth'
|
||||||
pkgname=vapoursynth
|
pkgname=vapoursynth
|
||||||
version=R50
|
version=R52
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool nasm python3-Cython"
|
hostmakedepends="automake libtool nasm pkg-config python3-Cython"
|
||||||
makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
|
makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
|
||||||
libxml2-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=b9dc7ce904c6a3432df7491b7052bc4cf09ccf1e7a703053f8079a2267522f97
|
checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue