summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7b0d01a0ffa786787d904930d070652db3a73631 (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: 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'
    'vapoursynth-preview'
)