From 848671fcce267e2f393e5c0b835b3b37074e58df Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sun, 4 Apr 2010 14:16:58 -0500
Subject: vdpauinfo: removed nvidia as a dep.  This prevents it from dragging
 in the nvidia driver when the legacy drives are installed.

---
 abs/core-testing/vdpauinfo/PKGBUILD    | 7 ++++---
 abs/core-testing/vdpauinfo/__changelog | 2 ++
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 abs/core-testing/vdpauinfo/__changelog

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')
diff --git a/abs/core-testing/vdpauinfo/__changelog b/abs/core-testing/vdpauinfo/__changelog
new file mode 100644
index 0000000..3acad6e
--- /dev/null
+++ b/abs/core-testing/vdpauinfo/__changelog
@@ -0,0 +1,2 @@
+made nvidia-utils an optional dep.  Otherwise this program could drag in the nividia drivers when we don't want them.
+
-- 
cgit v0.12