diff options
author | James Meyer <james.meyer@operamail.com> | 2010-04-04 19:16:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-04-04 19:16:58 (GMT) |
commit | 848671fcce267e2f393e5c0b835b3b37074e58df (patch) | |
tree | b684076536396b69e79fa3b7b27d674de98c43bc /abs/core-testing/vdpauinfo | |
parent | e07ae7bd514987a930233fbd4db9c3d990144452 (diff) | |
download | linhes_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')
-rw-r--r-- | abs/core-testing/vdpauinfo/PKGBUILD | 7 | ||||
-rw-r--r-- | abs/core-testing/vdpauinfo/__changelog | 2 |
2 files changed, 6 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') 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. + |