diff options
author | root <root@rshg047.dnsready.net> | 2011-07-23 23:17:55 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-23 23:17:55 +0000 |
commit | 0e8166d926f929f470d01d5bc8c8823e094742da (patch) | |
tree | 1e3164f028cb8314856b42e33a14df2fab4e1c93 /extra/libva/PKGBUILD | |
parent | b57c1def9a907b81a49aa91eeb39c9321763c276 (diff) |
Sat Jul 23 23:17:54 UTC 2011
Diffstat (limited to 'extra/libva/PKGBUILD')
-rw-r--r-- | extra/libva/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libva/PKGBUILD b/extra/libva/PKGBUILD index 36a228923..3996e0059 100644 --- a/extra/libva/PKGBUILD +++ b/extra/libva/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 117421 2011-04-01 18:27:40Z ibiru $ +# $Id: PKGBUILD 125889 2011-05-31 13:21:31Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> pkgname=libva -pkgver=1.0.12 +pkgver=1.0.13 pkgrel=1 pkgdesc="Video Acceleration (VA) API for Linux" arch=('i686' 'x86_64') @@ -13,12 +13,12 @@ optdepends=('vdpau-video: VDPAU backend for VA API') options=('!libtool') source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2 libva-dont-install-tests.patch) -md5sums=('84408a0746a63b8cf308dc7b9f2451cf' - '0a9bd14c36545c0e9819dfe32ea80f41') +md5sums=('221207c386129e02fc05827147af7aa6' + 'd13d1868f2db99bedec1057bbfbd9c61') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i "${srcdir}/libva-dont-install-tests.patch" + patch -Np1 -i "${srcdir}/libva-dont-install-tests.patch" ./autogen.sh ./configure --prefix=/usr \ --enable-i965-driver \ |