summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a163dac8576203dcb2b83e8d6aee577d8525b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: arch1t3cht <arch1t3cht@gmail.com>

_plug=vsjet
pkgname=vapoursynth-plugin-${_plug}-meta-git
pkgver=3.3.1.1.g10e4d0d
pkgrel=1
pkgdesc="Meta package to install vs-jet python libraries for VapourSynth (GIT versions)"
arch=('any')
url='https://github.com/Jaded-Encoding-Thaumaturgy/vs-jet'
license=('MIT')
depends=(
  'python-stgpytools-git'
  'vapoursynth-plugin-vstools-git'
  'vapoursynth-plugin-vspyplugin-git'
  'vapoursynth-plugin-vskernels-git'
  'vapoursynth-plugin-vsexprtools-git'
  'vapoursynth-plugin-vsrgtools-git'
  'vapoursynth-plugin-vsmasktools-git'
  'vapoursynth-plugin-vsaa-git'
  'vapoursynth-plugin-vsscale-git'
  'vapoursynth-plugin-vsdenoise-git'
  'vapoursynth-plugin-vsdehalo-git'
  'vapoursynth-plugin-vsdeband-git'
  'vapoursynth-plugin-vsdeinterlace-git'
  'vapoursynth-plugin-vssource-git'
  'vapoursynth-preview-iew-git'
)