diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-05-05 17:22:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-05-05 17:22:38 (GMT) |
commit | 476546903378373f361d169c7014354ab61bf917 (patch) | |
tree | 773539b590755af1001b8d7201ce10cc2ad0f988 /abs/core/libvdpau/PKGBUILD | |
parent | ca76854086bdfe667853750fa09f1610edcf11a7 (diff) | |
download | linhes_pkgbuild-476546903378373f361d169c7014354ab61bf917.zip linhes_pkgbuild-476546903378373f361d169c7014354ab61bf917.tar.gz linhes_pkgbuild-476546903378373f361d169c7014354ab61bf917.tar.bz2 |
libvdpau: update to 0.7
Diffstat (limited to 'abs/core/libvdpau/PKGBUILD')
-rw-r--r-- | abs/core/libvdpau/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/core/libvdpau/PKGBUILD b/abs/core/libvdpau/PKGBUILD index 2bc1767..f215b3c 100644 --- a/abs/core/libvdpau/PKGBUILD +++ b/abs/core/libvdpau/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 166179 2012-09-05 07:50:49Z andyrtr $ +# $Id$ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libvdpau -pkgver=0.5 +pkgver=0.7 pkgrel=1 pkgdesc="Nvidia VDPAU library" arch=(i686 x86_64) url='http://cgit.freedesktop.org/~aplattner/libvdpau' -depends=('gcc-libs') +depends=('gcc-libs' 'libxext') conflicts=('nvidia-utils<190.42-2') -options=('!libtool') license=('custom') source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz) -makedepends=('libx11') -sha1sums=('1b18b8f75eea52740af84881313d860ad5c27d0b') +makedepends=('dri2proto') +sha256sums=('24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0') build() { cd "${srcdir}/${pkgname}-${pkgver}" |