* update vapoursynth to R69-1
This commit is contained in:
parent
f18383b99c
commit
a15ac57b91
@ -1,6 +1,6 @@
|
||||
pkgbase = vapoursynth
|
||||
pkgdesc = A video processing framework with the future in mind
|
||||
pkgver = R65
|
||||
pkgver = R69
|
||||
pkgrel = 1
|
||||
url = http://www.vapoursynth.com/
|
||||
arch = x86_64
|
||||
@ -11,9 +11,9 @@ pkgbase = vapoursynth
|
||||
makedepends = python-sphinx
|
||||
depends = libzimg.so
|
||||
depends = python
|
||||
source = git+https://github.com/vapoursynth/vapoursynth.git#tag=3157049549a0940359b37004aeeeebd8f1db665e
|
||||
source = git+https://github.com/vapoursynth/vapoursynth.git#tag=2804ed7a4926863f4a12e879d95155c4b05ecdf3
|
||||
source = vapoursynth.xml
|
||||
b2sums = SKIP
|
||||
b2sums = e6a839510d0363f9bd7d1fe08d36d32d12a8cbb98620c69031382493da0b0cbcad428a2d54b86547cd3c8f7fc610332d2117cfd1a160c0d1f9298ea29ce55517
|
||||
b2sums = feae23a22f8589177f30c36bdf21bab93d55a786194d3e0e958537016630d075b82178f60ac840f30ae316a8f87d3fb01f371211f62d1fee9850ee5063561747
|
||||
|
||||
pkgname = vapoursynth
|
||||
|
3
vapoursynth/.nvchecker.toml
Normal file
3
vapoursynth/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[vapoursynth]
|
||||
source = "git"
|
||||
git = "https://github.com/vapoursynth/vapoursynth.git"
|
@ -4,7 +4,7 @@
|
||||
# Contributor: jackoneill <cantabile.desu@gmail.com>
|
||||
|
||||
pkgname=vapoursynth
|
||||
pkgver=R68
|
||||
pkgver=R69
|
||||
pkgrel=1
|
||||
pkgdesc='A video processing framework with the future in mind'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -22,12 +22,12 @@ makedepends=(
|
||||
git
|
||||
python-sphinx
|
||||
)
|
||||
_tag=18bf017f8e6fac14b2fdb6a6d0c6e44c6686e4f3
|
||||
_tag=2804ed7a4926863f4a12e879d95155c4b05ecdf3
|
||||
source=(
|
||||
git+https://github.com/vapoursynth/vapoursynth.git#tag=${_tag}
|
||||
vapoursynth.xml
|
||||
)
|
||||
b2sums=('fa1368c1f2c58c3512cca02f7a607eefe65d62a180dbf6162fcc1ebd214fb1b2af7151383bb467543fe52d4bffa09dedbacebfc4d98675e6796fbbd1db9b96ac'
|
||||
b2sums=('e6a839510d0363f9bd7d1fe08d36d32d12a8cbb98620c69031382493da0b0cbcad428a2d54b86547cd3c8f7fc610332d2117cfd1a160c0d1f9298ea29ce55517'
|
||||
'feae23a22f8589177f30c36bdf21bab93d55a786194d3e0e958537016630d075b82178f60ac840f30ae316a8f87d3fb01f371211f62d1fee9850ee5063561747')
|
||||
|
||||
pkgver() {
|
||||
@ -41,12 +41,11 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd vapoursynth
|
||||
|
||||
case "${CARCH}" in
|
||||
powerpc) CXXFLAGS+=' -latomic' ;;
|
||||
esac
|
||||
|
||||
cd vapoursynth
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user