summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-10-18 20:37:19 +0200
committerPhilipp Wolfer2017-10-18 20:37:19 +0200
commit77fe13ccab83f02321b66a2caccb0dcd3afaedd6 (patch)
tree98b6ade809310e08593f9724ad410060b5c8a3c0
parentd5684d23e3239cca122758aa7722e58a54d63cb0 (diff)
downloadaur-77fe13ccab83f02321b66a2caccb0dcd3afaedd6.tar.gz
ImageMagick is now optional
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e5a12ca8c60..b762c76438fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 12:52:29 UTC 2017
+# Wed Oct 18 18:37:18 UTC 2017
pkgbase = peek-git
pkgdesc = Simple screen recorder with an easy to use interface (latest development release)
- pkgver = 1.1.0.r0.ga2be37f
+ pkgver = 1.1.0.r40.g0fd4f20
pkgrel = 1
url = https://github.com/phw/peek
arch = i686
@@ -15,10 +15,10 @@ pkgbase = peek-git
depends = gtk3
depends = libkeybinder3
depends = ffmpeg
- depends = imagemagick
optdepends = gst-plugins-good: WebM output under Gnome Shell
- optdepends = gst-plugins-ugly: MP4 output under Gnome Shell
- provides = peek=1.1.0.r0.ga2be37f
+ optdepends = gst-plugins-ugly: MP4 output under Gnome Shell,
+ optdepends = imagemagick: Use ImageMagick instead of Ffmpeg for GIF creation
+ provides = peek=1.1.0.r40.g0fd4f20
conflicts = peek
source = git+https://github.com/phw/peek.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index decb42175701..5cdbf67769c1 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.r0.ga2be37f
+pkgver=1.1.0.r40.g0fd4f20
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface (latest development release)"
arch=('i686' 'x86_64')
@@ -9,11 +9,12 @@ url="https://github.com/phw/peek"
license=('GPL3')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-depends=(gtk3 libkeybinder3 ffmpeg imagemagick)
+depends=(gtk3 libkeybinder3 ffmpeg)
makedepends=(cmake vala gettext txt2man)
optdepends=(
'gst-plugins-good: WebM output under Gnome Shell'
- 'gst-plugins-ugly: MP4 output under Gnome Shell'
+ 'gst-plugins-ugly: MP4 output under Gnome Shell',
+ 'imagemagick: Use ImageMagick instead of Ffmpeg for GIF creation'
)
source=(git+https://github.com/phw/${_pkgname}.git)
sha1sums=('SKIP')