summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1894d6a3de62..891c69162c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = teres-git
- pkgdesc = Easily and efficiently add motion blur and or framerate to videos through interpolation and frameblending
+ pkgdesc = Utility for realistic motion blur through frame intepolation and blending
pkgver = 0.3.2.r0.gebd3134
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/animafps/teres
arch = x86_64
license = GPL3
@@ -17,10 +17,11 @@ pkgbase = teres-git
depends = vapoursynth-plugin-svpflow1
depends = ffms2
depends = vapoursynth-plugin-svpflow2-bin
- depends = vapoursynth-plugin-mvsfunc-git
+ depends = vapoursynth-plugin-mvsfunc
depends = vapoursynth-plugin-frameblender
- optdepends = vapoursynth-plugin-rife-ncnn-vulkan-git: RIFE-NCNN Vulkan support
- optdepends = vapoursynth-plugin-vsrife-git: RIFE CUDA support
+ depends = vapoursynth-plugin-adjust
+ optdepends = vapoursynth-plugin-rife-ncnn-vulkan: RIFE-NCNN Vulkan support
+ optdepends = vapoursynth-plugin-vsrife: RIFE CUDA support
provides = teres
conflicts = teres
source = teres-git::git+https://github.com/animafps/teres.git
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')