* update vapoursynth to R70-1

This commit is contained in:
Alexander Baldeck 2024-11-03 14:41:18 +01:00
parent a384d12bcf
commit 7d1fc1150e
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = vapoursynth
pkgdesc = A video processing framework with the future in mind
pkgver = R69
pkgrel = 1.1
pkgver = R70
pkgrel = 1
url = http://www.vapoursynth.com/
arch = x86_64
arch = powerpc64le
@ -15,9 +15,9 @@ pkgbase = vapoursynth
makedepends = python-sphinx
depends = libzimg.so
depends = python
source = git+https://github.com/vapoursynth/vapoursynth.git#tag=2804ed7a4926863f4a12e879d95155c4b05ecdf3
source = git+https://github.com/vapoursynth/vapoursynth.git#tag=03c8b6719f202b162284f53efc5b50632f70f72e
source = vapoursynth.xml
b2sums = e6a839510d0363f9bd7d1fe08d36d32d12a8cbb98620c69031382493da0b0cbcad428a2d54b86547cd3c8f7fc610332d2117cfd1a160c0d1f9298ea29ce55517
b2sums = 73fd9204744ceaa5c280986dfe2916533cdf0fc844313228f2d4a08ac1de8a9e7035f2c944655b566b9bae43ced53c33d411f54addfe07db199592a875df6b51
b2sums = feae23a22f8589177f30c36bdf21bab93d55a786194d3e0e958537016630d075b82178f60ac840f30ae316a8f87d3fb01f371211f62d1fee9850ee5063561747
pkgname = vapoursynth

View File

@ -4,8 +4,8 @@
# Contributor: jackoneill <cantabile.desu@gmail.com>
pkgname=vapoursynth
pkgver=R69
pkgrel=1.1
pkgver=R70
pkgrel=1
pkgdesc='A video processing framework with the future in mind'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url=http://www.vapoursynth.com/
@ -22,12 +22,12 @@ makedepends=(
git
python-sphinx
)
_tag=2804ed7a4926863f4a12e879d95155c4b05ecdf3
_tag=03c8b6719f202b162284f53efc5b50632f70f72e
source=(
git+https://github.com/vapoursynth/vapoursynth.git#tag=${_tag}
vapoursynth.xml
)
b2sums=('e6a839510d0363f9bd7d1fe08d36d32d12a8cbb98620c69031382493da0b0cbcad428a2d54b86547cd3c8f7fc610332d2117cfd1a160c0d1f9298ea29ce55517'
b2sums=('73fd9204744ceaa5c280986dfe2916533cdf0fc844313228f2d4a08ac1de8a9e7035f2c944655b566b9bae43ced53c33d411f54addfe07db199592a875df6b51'
'feae23a22f8589177f30c36bdf21bab93d55a786194d3e0e958537016630d075b82178f60ac840f30ae316a8f87d3fb01f371211f62d1fee9850ee5063561747')
pkgver() {
@ -41,11 +41,11 @@ prepare() {
}
build() {
cd vapoursynth
case "${CARCH}" in
powerpc) CXXFLAGS+=' -latomic' ;;
esac
cd vapoursynth
./configure \
--prefix=/usr \
--disable-static