summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Carta2022-06-19 11:03:57 -0400
committerJoseph Carta2022-06-19 11:03:57 -0400
commit722f523fc71d00d909f7a5595f22116dfe3ce75e (patch)
tree42f9c3b60b387eca8e3f0fa758d9b4626e701b1b
parent54dc8b0c1b373337e5e0a6f0c8ec7d08fbab132d (diff)
downloadaur-722f523fc71d00d909f7a5595f22116dfe3ce75e.tar.gz
Added missing required dependency.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d31cb94e0abe..cb43e12a3bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Create video clips from photos"
arch=('i686' 'x86_64')
url="http://www.photofilmstrip.org/en/"
license=('GPL2')
-depends=('python' 'python-pillow' 'python-wxpython' 'python-sphinx' 'gst-python')
+depends=('python' 'python-pillow' 'python-wxpython' 'python-sphinx' 'gst-python' 'gst-editing-services')
optdepends=('gst-plugins-bad: additional rendering formats'
'gst-plugins-good: additional rendering formats'
'gst-plugins-ugly: additional rendering formats'