diff options
Diffstat (limited to 'extra/xawtv/PKGBUILD')
-rw-r--r-- | extra/xawtv/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
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 <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') 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 } |