summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/vdpauinfo/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-04-04 19:16:58 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-04-04 19:16:58 (GMT)
commit848671fcce267e2f393e5c0b835b3b37074e58df (patch)
treeb684076536396b69e79fa3b7b27d674de98c43bc /abs/core-testing/vdpauinfo/PKGBUILD
parente07ae7bd514987a930233fbd4db9c3d990144452 (diff)
downloadlinhes_pkgbuild-848671fcce267e2f393e5c0b835b3b37074e58df.zip
linhes_pkgbuild-848671fcce267e2f393e5c0b835b3b37074e58df.tar.gz
linhes_pkgbuild-848671fcce267e2f393e5c0b835b3b37074e58df.tar.bz2
vdpauinfo: removed nvidia as a dep. This prevents it from dragging in the nvidia driver when the legacy drives are installed.
Diffstat (limited to 'abs/core-testing/vdpauinfo/PKGBUILD')
-rw-r--r--abs/core-testing/vdpauinfo/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/vdpauinfo/PKGBUILD b/abs/core-testing/vdpauinfo/PKGBUILD
index 4881bc3..f304e08 100644
--- a/abs/core-testing/vdpauinfo/PKGBUILD
+++ b/abs/core-testing/vdpauinfo/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Nathan Harris
pkgname=vdpauinfo
pkgver=0.0.6
-pkgrel=2
+pkgrel=4
pkgdesc="NVIDIA VDPAU capability query utility"
arch=('i686' 'x86_64')
url="url=http://cgit.freedesktop.org/~aplattner/vdpauinfo"
license=('custom')
-depends=('nvidia' 'libvdpau' 'xorg-server')
+depends=('libvdpau' 'xorg-server')
makedepends=('gcc' 'autoconf' 'make')
-optdepends=()
+optdepends=(nivida-utils)
install=()
source=(http://cgit.freedesktop.org/~aplattner/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz)
#md5sums=('d5aff9786b44ac5c70b5dd6faea37a67')
@@ -21,3 +21,4 @@ build() {
make DESTDIR="${pkgdir}" install || return 1
install -D -m644 $srcdir/$pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/license || return 1
}
+md5sums=('9f9d387ab981b7a7e4460c70e7bab402')