summaryrefslogtreecommitdiffstats
path: root/abs/core/libvdpau/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/libvdpau/PKGBUILD')
-rw-r--r--abs/core/libvdpau/PKGBUILD27
1 files changed, 14 insertions, 13 deletions
diff --git a/abs/core/libvdpau/PKGBUILD b/abs/core/libvdpau/PKGBUILD
index 283eb43..2bc1767 100644
--- a/abs/core/libvdpau/PKGBUILD
+++ b/abs/core/libvdpau/PKGBUILD
@@ -1,29 +1,30 @@
-# $Id: $
+# $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
-pkgdesc="NVIDIA VDPAU library"
-arch=('i686' 'x86_64')
-url=http://cgit.freedesktop.org/~aplattner/libvdpau
-depends=('gcc-libs>=4.3.3')
+pkgver=0.5
+pkgrel=1
+pkgdesc="Nvidia VDPAU library"
+arch=(i686 x86_64)
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+depends=('gcc-libs')
conflicts=('nvidia-utils<190.42-2')
-options=('!libtool' 'force')
+options=('!libtool')
license=('custom')
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
makedepends=('libx11')
+sha1sums=('1b18b8f75eea52740af84881313d860ad5c27d0b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
}
+
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}
-md5sums=('8e1f0639bea4e4a842aee93ab64406cc')