summaryrefslogtreecommitdiff
path: root/community/guvcview
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/guvcview
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/guvcview')
-rw-r--r--community/guvcview/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/guvcview/PKGBUILD b/community/guvcview/PKGBUILD
deleted file mode 100644
index 34e3bb3fd..000000000
--- a/community/guvcview/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 94885 2013-08-01 06:55:00Z bpiotrowski $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Maxwell Pray a.k.a. Synthead <synthead@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
-}