summaryrefslogtreecommitdiff
path: root/extra/xawtv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xawtv/PKGBUILD')
-rw-r--r--extra/xawtv/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/xawtv/PKGBUILD b/extra/xawtv/PKGBUILD
index e0f28c26d..d7a039cc0 100644
--- a/extra/xawtv/PKGBUILD
+++ b/extra/xawtv/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 148970 2012-02-05 11:58:22Z ibiru $
+# $Id: PKGBUILD 184452 2013-05-06 19:40:18Z foutrelis $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=xawtv
-pkgver=3.101
-pkgrel=2
+pkgver=3.103
+pkgrel=1
pkgdesc="A simple Xaw-based TV program which uses the bttv driver or video4linux"
arch=('i686' 'x86_64' 'mips64el')
url="http://git.linuxtv.org/xawtv3.git"
@@ -14,12 +14,10 @@ depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' '
[ "$CARCH" != "mips64el" ] && depends+=('lirc-utils')
makedepends=('mesa')
source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
-md5sums=('330ce1789595e370be34ad4cae3dc3fa')
-
+md5sums=('18822bb3660540fa9ea8b643a5b30d6b')
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- autoconf
- autoheader
./configure --prefix=/usr --disable-motif --disable-quicktime
make
}