* update vapoursynth to R66-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:51 +02:00
parent 969415f237
commit 7d2d2127a2

View File

@ -4,7 +4,7 @@
# Contributor: jackoneill <cantabile.desu@gmail.com>
pkgname=vapoursynth
pkgver=R65
pkgver=R66
pkgrel=1
pkgdesc='A video processing framework with the future in mind'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -22,7 +22,7 @@ makedepends=(
git
python-sphinx
)
_tag=3157049549a0940359b37004aeeeebd8f1db665e
_tag=fe6c67cdb17f41160c79434f0240077f74de9fd1
source=(
git+https://github.com/vapoursynth/vapoursynth.git#tag=${_tag}
vapoursynth.xml
@ -42,7 +42,6 @@ prepare() {
build() {
cd vapoursynth
case "${CARCH}" in
powerpc) CXXFLAGS+=' -latomic' ;;
esac