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

2017-06-20 Thread Antonio Rojas
Date: Tuesday, June 20, 2017 @ 23:39:47
  Author: arojas
Revision: 239135

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

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

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

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 239134, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-20 23:39:47 UTC (rev 239135)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+
+pkgname=guvcview
+pkgver=2.0.5
+pkgrel=2
+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' 'libusb')
+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;)
+sha256sums=('a86beb5993a8449ed3cbcc6ec2a238ef0b90138b6cbe2afab4456d37f44c41a0')
+
+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-staging-x86_64/PKGBUILD (from rev 239134, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-20 23:39:47 UTC (rev 239135)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+
+pkgname=guvcview
+pkgver=2.0.5
+pkgrel=2
+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' 'libusb')
+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;)
+sha256sums=('a86beb5993a8449ed3cbcc6ec2a238ef0b90138b6cbe2afab4456d37f44c41a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2014-10-08 Thread Bartłomiej Piotrowski
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 giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@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 giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@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
+}


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

2014-09-15 Thread Bartłomiej Piotrowski
Date: Monday, September 15, 2014 @ 09:23:40
  Author: bpiotrowski
Revision: 118992

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

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

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

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 118991, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-15 07:23:40 UTC (rev 118992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.3
+pkgrel=2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('f9c510ed9908a8d20ca27099aca948a7')
+
+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-staging-x86_64/PKGBUILD (from rev 118991, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-15 07:23:40 UTC (rev 118992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.3
+pkgrel=2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('f9c510ed9908a8d20ca27099aca948a7')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2014-02-19 Thread Giovanni Scafora
Date: Wednesday, February 19, 2014 @ 17:43:36
  Author: giovanni
Revision: 105940

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-19 16:43:29 UTC (rev 105939)
+++ community-i686/PKGBUILD 2014-02-19 16:43:36 UTC (rev 105940)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.2
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('93fa335e6ce52bb730541d5280ed0dad')
-
-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-i686/PKGBUILD (from rev 105939, 
guvcview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-19 16:43:36 UTC (rev 105940)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.3
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('f9c510ed9908a8d20ca27099aca948a7')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-19 16:43:29 UTC (rev 105939)
+++ community-x86_64/PKGBUILD   2014-02-19 16:43:36 UTC (rev 105940)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.2
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('93fa335e6ce52bb730541d5280ed0dad')
-
-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-x86_64/PKGBUILD (from rev 105939, 
guvcview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-19 16:43:36 UTC (rev 105940)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.3
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('f9c510ed9908a8d20ca27099aca948a7')
+
+build() {
+  cd 

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

2013-12-12 Thread Giovanni Scafora
Date: Thursday, December 12, 2013 @ 17:22:48
  Author: giovanni
Revision: 102513

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 16:22:40 UTC (rev 102512)
+++ community-i686/PKGBUILD 2013-12-12 16:22:48 UTC (rev 102513)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.1
-pkgrel=2
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
-
-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-i686/PKGBUILD (from rev 102512, 
guvcview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 16:22:48 UTC (rev 102513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('93fa335e6ce52bb730541d5280ed0dad')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-12 16:22:40 UTC (rev 102512)
+++ community-x86_64/PKGBUILD   2013-12-12 16:22:48 UTC (rev 102513)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.1
-pkgrel=2
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
-
-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-x86_64/PKGBUILD (from rev 102512, 
guvcview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-12 16:22:48 UTC (rev 102513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('93fa335e6ce52bb730541d5280ed0dad')
+
+build() {
+  cd 

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

2013-07-22 Thread Giovanni Scafora
Date: Monday, July 22, 2013 @ 19:10:07
  Author: giovanni
Revision: 94403

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-22 17:10:00 UTC (rev 94402)
+++ community-i686/PKGBUILD 2013-07-22 17:10:07 UTC (rev 94403)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.0
-pkgrel=2
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('fe141fe2fe2a16df69f7866c27334a56')
-
-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-i686/PKGBUILD (from rev 94402, 
guvcview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-22 17:10:07 UTC (rev 94403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-22 17:10:00 UTC (rev 94402)
+++ community-x86_64/PKGBUILD   2013-07-22 17:10:07 UTC (rev 94403)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.0
-pkgrel=2
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('fe141fe2fe2a16df69f7866c27334a56')
-
-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-x86_64/PKGBUILD (from rev 94402, 
guvcview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-22 17:10:07 UTC (rev 94403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
+
+build() {
+  cd 

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

2013-07-22 Thread Giovanni Scafora
Date: Monday, July 22, 2013 @ 19:15:01
  Author: giovanni
Revision: 94405

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

Added:
  guvcview/repos/community-staging-i686/PKGBUILD
(from rev 94404, guvcview/trunk/PKGBUILD)
  guvcview/repos/community-staging-x86_64/PKGBUILD
(from rev 94404, guvcview/trunk/PKGBUILD)
Deleted:
  guvcview/repos/community-staging-i686/PKGBUILD
  guvcview/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-staging-i686/PKGBUILD   |   31 --
 community-staging-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-22 17:14:53 UTC (rev 94404)
+++ community-staging-i686/PKGBUILD 2013-07-22 17:15:01 UTC (rev 94405)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.0
-pkgrel=3
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('fe141fe2fe2a16df69f7866c27334a56')
-
-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-staging-i686/PKGBUILD (from rev 94404, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-22 17:15:01 UTC (rev 94405)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.1
+pkgrel=2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('5ca1b9c89d2b9370ee203dcc24efd695')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-07-22 17:14:53 UTC (rev 94404)
+++ community-staging-x86_64/PKGBUILD   2013-07-22 17:15:01 UTC (rev 94405)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.7.0
-pkgrel=3
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('fe141fe2fe2a16df69f7866c27334a56')
-
-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-staging-x86_64/PKGBUILD (from rev 94404, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-22 17:15:01 UTC (rev 94405)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.1
+pkgrel=2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')

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

2013-07-12 Thread Giovanni Scafora
Date: Friday, July 12, 2013 @ 10:59:57
  Author: giovanni
Revision: 93967

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

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

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

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 93966, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-12 08:59:57 UTC (rev 93967)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.0
+pkgrel=3
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
+
+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-staging-x86_64/PKGBUILD (from rev 93966, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-12 08:59:57 UTC (rev 93967)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.0
+pkgrel=3
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-30 Thread Evangelos Foutras
Date: Tuesday, April 30, 2013 @ 16:49:19
  Author: foutrelis
Revision: 89625

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

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

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

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 89624, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-30 14:49:19 UTC (rev 89625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.0
+pkgrel=2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
+
+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-staging-x86_64/PKGBUILD (from rev 89624, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-30 14:49:19 UTC (rev 89625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.0
+pkgrel=2
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-04 Thread Giovanni Scafora
Date: Monday, March 4, 2013 @ 17:14:23
  Author: giovanni
Revision: 85669

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-04 16:14:10 UTC (rev 85668)
+++ community-i686/PKGBUILD 2013-03-04 16:14:23 UTC (rev 85669)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.6.1
-pkgrel=3
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
-
-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-i686/PKGBUILD (from rev 85668, 
guvcview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-04 16:14:23 UTC (rev 85669)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.0
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-04 16:14:10 UTC (rev 85668)
+++ community-x86_64/PKGBUILD   2013-03-04 16:14:23 UTC (rev 85669)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
-
-pkgname=guvcview
-pkgver=1.6.1
-pkgrel=3
-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')
-makedepends=('pkg-config' 'intltool')
-optdepends=('pulseaudio: for PulseAudio support')
-options=('!docs')
-source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
-md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
-
-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-x86_64/PKGBUILD (from rev 85668, 
guvcview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-04 16:14:23 UTC (rev 85669)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.7.0
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('fe141fe2fe2a16df69f7866c27334a56')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure 

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

2013-02-07 Thread Bartłomiej Piotrowski
Date: Thursday, February 7, 2013 @ 19:07:50
  Author: bpiotrowski
Revision: 83974

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

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

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

Copied: guvcview/repos/community-staging-i686/PKGBUILD (from rev 83973, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-07 18:07:50 UTC (rev 83974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.6.1
+pkgrel=3
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
+
+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-staging-x86_64/PKGBUILD (from rev 83973, 
guvcview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-07 18:07:50 UTC (rev 83974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+
+pkgname=guvcview
+pkgver=1.6.1
+pkgrel=3
+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')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz;)
+md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debian-menu
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}