summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Carta2020-02-09 12:41:51 -0500
committerJoseph Carta2020-02-09 12:46:05 -0500
commita6df5a10afe9e4e3bd91b5364ed916bdee0568b0 (patch)
tree35e1e74b3d2e90689dfe48727d78be1082c74bb5
parentb8a355d5c78232b9b8b66ceb9c12b7e97333bf87 (diff)
downloadaur-a6df5a10afe9e4e3bd91b5364ed916bdee0568b0.tar.gz
Added 'python-cairo' as an opt dep.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6f4f7c43c4a..2fa8a0b98e97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = photofilmstrip
optdepends = gst-plugins-good: additional rendering formats
optdepends = gst-plugins-ugly: additional rendering formats
optdepends = gst-libav: additional rendering formats
+ optdepends = python-cairo: slideshow preview
source = https://github.com/PhotoFilmStrip/PFS/archive/v3.7.2.tar.gz
source = ActionI18N.patch
md5sums = a7b4362b9eb8ede7a4ee99f0165f383a
diff --git a/PKGBUILD b/PKGBUILD
index 8f2469f00171..186e139a9349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ depends=('python' 'python-pillow' 'python-wxpython' 'python-sphinx' 'gst-python'
optdepends=('gst-plugins-bad: additional rendering formats'
'gst-plugins-good: additional rendering formats'
'gst-plugins-ugly: additional rendering formats'
- 'gst-libav: additional rendering formats')
+ 'gst-libav: additional rendering formats'
+ 'python-cairo: slideshow preview')
source=("https://github.com/PhotoFilmStrip/PFS/archive/v$pkgver.tar.gz"
'ActionI18N.patch')
md5sums=('a7b4362b9eb8ede7a4ee99f0165f383a'