summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: db056682199fb4a255e260fa4e73d85b5b082304 (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
28
29
# Maintainer: Josh Holmer <jholmer.in@gmail.com>

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