summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnima2023-09-04 12:09:44 +1200
committerAnima2023-09-04 12:09:44 +1200
commite8287affeafbc133a138da6db8cf1d137e311683 (patch)
treecc73f17bcea5d59d712996e51c5b97bdbd2238ec /PKGBUILD
parent9aecfa934dab13700c2b5235000f12a166a496e1 (diff)
downloadaur-teres-git.tar.gz
fix adjust dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 718de973234c..05cf620927a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=teres-git
pkgver=0.3.2.r0.gebd3134
-pkgrel=1
-pkgdesc="Easily and efficiently add motion blur and or framerate to videos through interpolation and frameblending"
+pkgrel=2
+pkgdesc="Utility for realistic motion blur through frame intepolation and blending"
depends=('vapoursynth-plugin-mvtools'
'vapoursynth-plugin-havsfunc'
'vapoursynth'
@@ -11,10 +11,11 @@ depends=('vapoursynth-plugin-mvtools'
'vapoursynth-plugin-svpflow1'
'ffms2'
'vapoursynth-plugin-svpflow2-bin'
- 'vapoursynth-plugin-mvsfunc-git'
- 'vapoursynth-plugin-frameblender')
-optdepends=('vapoursynth-plugin-rife-ncnn-vulkan-git: RIFE-NCNN Vulkan support'
-'vapoursynth-plugin-vsrife-git: RIFE CUDA support')
+ 'vapoursynth-plugin-mvsfunc'
+ 'vapoursynth-plugin-frameblender'
+ 'vapoursynth-plugin-adjust')
+optdepends=('vapoursynth-plugin-rife-ncnn-vulkan: RIFE-NCNN Vulkan support'
+'vapoursynth-plugin-vsrife: RIFE CUDA support')
makedepends=('rust' 'cargo' 'python' 'gtk3' 'git')
arch=('x86_64')
license=('GPL3')