summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-02-17 19:07:26 +0100
committersL1pKn072022-02-17 19:07:26 +0100
commitff8639787dc41065bc93cc4919a96224c31fa1eb (patch)
tree8295230907d7627ee0851491d4a9df9fb6ed194f
parentfbd8e2751ce4b71ec69d3de4f0fad86d6bb1fd1c (diff)
downloadaur-ff8639787dc41065bc93cc4919a96224c31fa1eb.tar.gz
bump
-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"