Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
vapoursynth-plugin-bestsource
Commits:
40627ae8 by Maxime Gauduin at 2024-05-20T22:58:31+02:00
upgpkg: 1:R4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-bestsource
pkgdesc = BestSource plugin for VapourSynth
- pkgver = R1
- pkgrel = 2
+ pkgver = R4
+ pkgrel = 1
epoch = 1
url = https://github.com/vapoursynth/bestsource
arch = x86_64
@@ -10,12 +10,14 @@ pkgbase = vapoursynth-plugin-bestsource
makedepends = meson
depends = gcc-libs
depends = glibc
- depends = jansson
depends = libavcodec.so
depends = libavformat.so
+ depends = libxxhash.so
depends = vapoursynth
- source =
git+https://github.com/vapoursynth/bestsource.git#tag=a4f0d2f53b9a67927e1cf55fb9f7662f314689e7
- source = git+https://github.com/sekrit-twc/libp2p.git
+ source =
git+https://github.com/vapoursynth/bestsource.git#tag=11cdf8cb7437b9d2743115e99bd2184eb3062d87
+ source = git+https://github.com/AviSynth/AviSynthPlus.git
+ source = git+https://bitbucket.org/the-sekrit-twc/libp2p.git
+ b2sums =
d75b57e8d966004aa5428887dcda3af43403460b77aff715f23499dd9dfcb5aabed3c8ecdeaa581758dad70a7051ffeb08f1e9669cda6e9846cbfceaae0d0b5f
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: witchymary
pkgname=vapoursynth-plugin-bestsource
-pkgver=R1
-pkgrel=2
+pkgver=R4
+pkgrel=1
epoch=1
pkgdesc='BestSource plugin for VapourSynth'
arch=(x86_64)
@@ -12,30 +12,32 @@ license=(MIT)
depends=(
gcc-libs
glibc
- jansson
libavcodec.so
libavformat.so
+ libxxhash.so
vapoursynth
)
makedepends=(
git
meson
)
-_tag=a4f0d2f53b9a67927e1cf55fb9f7662f314689e7
+_tag=11cdf8cb7437b9d2743115e99bd2184eb3062d87
source=(
git+https://github.com/vapoursynth/bestsource.git#tag=${_tag}
- git+https://github.com/sekrit-twc/libp2p.git
-)
-b2sums=(
- SKIP
- SKIP
+ git+https://github.com/AviSynth/AviSynthPlus.git
+ git+https://bitbucket.org/the-sekrit-twc/libp2p.git
)
+b2sums=('d75b57e8d966004aa5428887dcda3af43403460b77aff715f23499dd9dfcb5aabed3c8ecdeaa581758dad70a7051ffeb08f1e9669cda6e9846cbfceaae0d0b5f'
+ 'SKIP'
+ 'SKIP')
prepare() {
cd bestsource
- git submodule init libp2p
- git config submodule.libp2p.url ../libp2p
- git -c protocol.file.allow=always submodule update libp2p
+ for submodule in AviSynthPlus libp2p; do
+ git submodule init ${submodule}
+ git config submodule.${submodule}.url ../${submodule}
+ git -c protocol.file.allow=always submodule update ${submodule}
+ done
}
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vapoursynth-plugin-bestsource/-/commit/40627ae880da1221c73435f7dc366541063a4578
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vapoursynth-plugin-bestsource/-/commit/40627ae880da1221c73435f7dc366541063a4578
You're receiving this email because of your account on gitlab.archlinux.org.