[arch-commits] Commit in guvcview/repos (4 files)

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


    Date: Wednesday, October 8, 2014 @ 18:39:05
  Author: bpiotrowski
Revision: 120404

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  guvcview/repos/community-testing-i686/
  guvcview/repos/community-testing-i686/PKGBUILD
    (from rev 120403, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-testing-x86_64/
  guvcview/repos/community-testing-x86_64/PKGBUILD
    (from rev 120403, guvcview/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: guvcview/repos/community-testing-i686/PKGBUILD (from rev 120403, guvcview/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-10-08 16:39:05 UTC (rev 120404)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+
+pkgname=guvcview
+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' 'sdl2' 'gsl')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs' '!buildflags')
+source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz")
+md5sums=('54e608b8a2c13d96f546197117d758f4')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --disable-debian-menu
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: guvcview/repos/community-testing-x86_64/PKGBUILD (from rev 120403, guvcview/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-10-08 16:39:05 UTC (rev 120404)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+
+pkgname=guvcview
+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' 'sdl2' 'gsl')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs' '!buildflags')
+source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz")
+md5sums=('54e608b8a2c13d96f546197117d758f4')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --disable-debian-menu
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list