summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Stone2020-11-25 23:46:53 -0700
committerEli Stone2020-11-25 23:46:53 -0700
commit4818a9b5ce1d1d3e69a8ce6e92eb78ec9d62b5d5 (patch)
tree39e8aff09a9cfe875a9aa13bde9f0a51d7362134
parent86c4ec29524915b050ee86b1e6d095153d0deb9b (diff)
downloadaur-4818a9b5ce1d1d3e69a8ce6e92eb78ec9d62b5d5.tar.gz
Add opencv dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997ea048f5a4..b1bca3e78b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-parallelencode
pkgdesc = A python framework to split and encode videos in parallel
pkgver = 0.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/parallelencode/PyParallelEncode
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = python-parallelencode
depends = python-scipy
depends = python-numpy
depends = ffmpeg
+ depends = opencv
optdepends = python-scenedetect
optdepends = vmaf
optdepends = vapoursynth-plugin-lsmashsource
diff --git a/PKGBUILD b/PKGBUILD
index 773ab0f2dddb..73b334dd186f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-parallelencode
_name="${pkgname#python-}"
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='A python framework to split and encode videos in parallel'
url='https://github.com/parallelencode/PyParallelEncode'
arch=('any')
@@ -14,7 +14,7 @@ source=(
makedepends=('python-setuptools')
depends=(
'python' 'python-scipy' 'python-psutil'
- 'ffmpeg' 'python-numpy'
+ 'ffmpeg' 'python-numpy' 'opencv'
)
optdepends=('vmaf: Target vmaf support',
'python-scenedetect: Splitting based on scenedetect instead of (the faster and better) ffmpeg',