[arch-commits] Commit in guvcview/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Oct 8 16:38:45 UTC 2014


    Date: Wednesday, October 8, 2014 @ 18:38:45
  Author: bpiotrowski
Revision: 120403

upgpkg: guvcview 2.0.1-1

new upstream release

Modified:
  guvcview/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-08 16:38:18 UTC (rev 120402)
+++ PKGBUILD	2014-10-08 16:38:45 UTC (rev 120403)
@@ -3,18 +3,18 @@
 # Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
 
 pkgname=guvcview
-pkgver=1.7.3
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="A video viewer and capturer for the linux uvc driver"
 arch=('i686' 'x86_64')
 url="http://guvcview.sourceforge.net/"
 license=('GPL')
-depends=('portaudio' 'ffmpeg' 'gtk3')
+depends=('portaudio' 'ffmpeg' 'gtk3' 'sdl2' 'gsl')
 makedepends=('pkg-config' 'intltool')
 optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
+options=('!docs' '!buildflags')
 source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz")
-md5sums=('f9c510ed9908a8d20ca27099aca948a7')
+md5sums=('54e608b8a2c13d96f546197117d758f4')
 
 build() {
   cd "${srcdir}/${pkgname}-src-${pkgver}"



More information about the arch-commits mailing list