diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-07-03 20:25:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-07-03 20:25:03 (GMT) |
commit | cf7a5a28e93f37874a13ae9021875240303a7d4e (patch) | |
tree | a7e6ad26212a38ec8164419e7249e398ecc3ae1b | |
parent | b9f81a21bac80d8cf417274e394d665ad5e93024 (diff) | |
parent | 5b7e3372145ae9e6f6194264502ef2e87d7671eb (diff) | |
download | linhes_pkgbuild-cf7a5a28e93f37874a13ae9021875240303a7d4e.zip linhes_pkgbuild-cf7a5a28e93f37874a13ae9021875240303a7d4e.tar.gz linhes_pkgbuild-cf7a5a28e93f37874a13ae9021875240303a7d4e.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
-rw-r--r-- | abs/core-testing/libvdpau/PKGBUILD | 8 |
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}" |