summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-11-03 11:13:03 +0100
committerPhilipp Wolfer2017-11-03 11:13:03 +0100
commit304027c4133712163836a28785cc4b6eb7f16541 (patch)
tree1585287a29146d5016c59f5f055567f80ef35da0
parent77fe13ccab83f02321b66a2caccb0dcd3afaedd6 (diff)
downloadaur-304027c4133712163836a28785cc4b6eb7f16541.tar.gz
Added optdepend for gifski
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b762c76438fe..e8f640ef42ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 18 18:37:18 UTC 2017
+# Fri Nov 3 10:13:03 UTC 2017
pkgbase = peek-git
pkgdesc = Simple screen recorder with an easy to use interface (latest development release)
- pkgver = 1.1.0.r40.g0fd4f20
+ pkgver = 1.1.0.r50.gcb2a032
pkgrel = 1
url = https://github.com/phw/peek
arch = i686
@@ -17,8 +17,9 @@ pkgbase = peek-git
depends = ffmpeg
optdepends = gst-plugins-good: WebM output under Gnome Shell
optdepends = gst-plugins-ugly: MP4 output under Gnome Shell,
+ optdepends = gifski: High quality GIF animations with thousands of colors,
optdepends = imagemagick: Use ImageMagick instead of Ffmpeg for GIF creation
- provides = peek=1.1.0.r40.g0fd4f20
+ provides = peek=1.1.0.r50.gcb2a032
conflicts = peek
source = git+https://github.com/phw/peek.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5cdbf67769c1..800444a9095e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_pkgname=peek
-pkgname=peek-git
-pkgver=1.1.0.r40.g0fd4f20
+pkgname=${_pkgname}-git
+pkgver=1.1.0.r50.gcb2a032
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface (latest development release)"
arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@ makedepends=(cmake vala gettext txt2man)
optdepends=(
'gst-plugins-good: WebM output under Gnome Shell'
'gst-plugins-ugly: MP4 output under Gnome Shell',
+ 'gifski: High quality GIF animations with thousands of colors',
'imagemagick: Use ImageMagick instead of Ffmpeg for GIF creation'
)
source=(git+https://github.com/phw/${_pkgname}.git)