summaryrefslogtreecommitdiffstats
path: root/abs/core/libvdpau
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-28 15:24:04 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-28 15:24:04 (GMT)
commit8bd1ea8d6cb724633817dc3fc85eb27a4c7e4c22 (patch)
tree132d82e03e74ad30a6ec23a0c105b2c9b7b08e52 /abs/core/libvdpau
parent08d7cbd02e379106aec7b532bcdd1aebf8126d00 (diff)
downloadlinhes_pkgbuild-8bd1ea8d6cb724633817dc3fc85eb27a4c7e4c22.zip
linhes_pkgbuild-8bd1ea8d6cb724633817dc3fc85eb27a4c7e4c22.tar.gz
linhes_pkgbuild-8bd1ea8d6cb724633817dc3fc85eb27a4c7e4c22.tar.bz2
libvdpau: 0.5
Diffstat (limited to 'abs/core/libvdpau')
-rw-r--r--abs/core/libvdpau/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/libvdpau/PKGBUILD b/abs/core/libvdpau/PKGBUILD
index bb012a8..2bc1767 100644
--- a/abs/core/libvdpau/PKGBUILD
+++ b/abs/core/libvdpau/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 143891 2011-11-30 19:04:39Z andrea $
+# $Id: PKGBUILD 166179 2012-09-05 07:50:49Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libvdpau
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.5
+pkgrel=1
pkgdesc="Nvidia VDPAU library"
arch=(i686 x86_64)
url='http://cgit.freedesktop.org/~aplattner/libvdpau'
@@ -13,11 +13,11 @@ options=('!libtool')
license=('custom')
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
makedepends=('libx11')
-sha256sums=('061b6f86c64912f79851bfefcac4f77b401e9a939dbbb7b1ec795bc7d5aaf59b')
+sha1sums=('1b18b8f75eea52740af84881313d860ad5c27d0b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}