From da0a0d88caa1bf934ebf314ef86e15928dbb027b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 May 2013 00:36:35 -0700 Subject: Tue May 7 00:36:35 PDT 2013 --- extra/xawtv/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/xawtv') diff --git a/extra/xawtv/PKGBUILD b/extra/xawtv/PKGBUILD index 1b382052c..233bf3bde 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 # Contributor: Sarah Hay # Contributor: Jason Chu 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') url="http://git.linuxtv.org/xawtv3.git" @@ -13,12 +13,10 @@ license=('GPL') depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 'zvbi' 'libxinerama' 'lirc-utils' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm') 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 } -- cgit v1.2.3-54-g00ecf