summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9001cb7fde01..64658caf4ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = vapoursynth-plugin-imagine-git
pkgdesc = Plugin for Vapoursynth: imagine (GIT version)
pkgver = r42.049d5d8
- pkgrel = 1
+ pkgrel = 2
url = https://forum.doom9.org/showthread.php?t=173633
arch = x86_64
license = GPL
makedepends = git
+ makedepends = ffmpeg
depends = vapoursynth
depends = libpng
depends = libtiff
@@ -16,6 +17,7 @@ pkgbase = vapoursynth-plugin-imagine-git
depends = libswscale.so
provides = vapoursynth-plugin-imagine
conflicts = vapoursynth-plugin-imagine
+ options = debug
source = imagine::git+https://github.com/sekrit-twc/imagine.git
source = git+https://github.com/sekrit-twc/libp2p.git
source = git+https://github.com/sekrit-twc/vsxx.git
diff --git a/PKGBUILD b/PKGBUILD
index a1b4646e8682..3f1d61e270c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,9 @@ depends=('vapoursynth'
'libavutil.so'
'libswscale.so'
)
-makedepends=('git')
+makedepends=('git'
+ 'ffmpeg'
+ )
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/sekrit-twc/imagine.git"