blob: 790fd2c145a22aca05d9c8bea9810205c25016af (
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
|
pkgbase = vsrvrt-git
pkgdesc = Vapoursynth plugin for RVRT (Recurrent Video Restoration Transformer) video restoration
pkgver = 1.1.3
pkgrel = 2
url = https://github.com/Lyra-Vhess/vs-rvrt
arch = x86_64
license = CC-BY-NC-4.0
makedepends = git
makedepends = python-installer
makedepends = python-wheel
depends = python-pytorch-cuda
depends = python-torchvision
depends = python-numpy
depends = python-requests
depends = python-tqdm
depends = python-einops
depends = python-packaging
depends = vapoursynth
optdepends = ffmpeg: for video encoding/decoding
provides = vsrvrt
conflicts = vsrvrt
source = git+https://github.com/Lyra-Vhess/vs-rvrt.git
sha256sums = SKIP
pkgname = vsrvrt-git
|