summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libvdpau
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-03 20:17:55 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-03 20:17:55 (GMT)
commitab87a13cab11a69b88de8e4dd09a5acedbcd0668 (patch)
treebb588eb68107823fbe66c379de309f2d93e611e6 /abs/core-testing/libvdpau
parentef7330c535f36fce415c522fe7527ac07a0922de (diff)
downloadlinhes_pkgbuild-ab87a13cab11a69b88de8e4dd09a5acedbcd0668.zip
linhes_pkgbuild-ab87a13cab11a69b88de8e4dd09a5acedbcd0668.tar.gz
linhes_pkgbuild-ab87a13cab11a69b88de8e4dd09a5acedbcd0668.tar.bz2
libvdpau: update to 0.4
Diffstat (limited to 'abs/core-testing/libvdpau')
-rw-r--r--abs/core-testing/libvdpau/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/libvdpau/PKGBUILD b/abs/core-testing/libvdpau/PKGBUILD
index 7e92594..3c44363 100644
--- a/abs/core-testing/libvdpau/PKGBUILD
+++ b/abs/core-testing/libvdpau/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libvdpau
-pkgver=0.3
-pkgrel=3
+pkgver=0.4
+pkgrel=1
pkgdesc="NVIDIA VDPAU library"
arch=(i686 x86_64)
url=http://cgit.freedesktop.org/~aplattner/libvdpau
@@ -12,7 +12,9 @@ conflicts=('nvidia-utils<190.42-2')
options=('!libtool' 'force')
license=('custom')
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e32980329c84dbb90e2954e4a38051618f053ef7')
+makedepends=('libx11')
+sha256sums=('530c630e0784cc65bc31e5b487bd11fccd4049bc861d16844702048821262faa')
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"