From ffc06242f559787c678b282d4206a5d8eec970ae Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 4 Apr 2010 14:15:44 -0500 Subject: vdpinfo: replaced by vdapuinfo --- abs/core-testing/vdpinfo-71xx/PKGBUILD | 25 ------------------------- abs/core-testing/vdpinfo-71xx/vdpinfo | 2 -- abs/core-testing/vdpinfo-96xx/PKGBUILD | 25 ------------------------- abs/core-testing/vdpinfo-96xx/vdpinfo | 2 -- 4 files changed, 54 deletions(-) delete mode 100644 abs/core-testing/vdpinfo-71xx/PKGBUILD delete mode 100755 abs/core-testing/vdpinfo-71xx/vdpinfo delete mode 100644 abs/core-testing/vdpinfo-96xx/PKGBUILD delete mode 100755 abs/core-testing/vdpinfo-96xx/vdpinfo diff --git a/abs/core-testing/vdpinfo-71xx/PKGBUILD b/abs/core-testing/vdpinfo-71xx/PKGBUILD deleted file mode 100644 index bf20d32..0000000 --- a/abs/core-testing/vdpinfo-71xx/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# It is not expected that vdpau will work with the 71xx nVidia drivers, but we still want -# 'vdpinfo' to return something when users run it, even if the real 'vdpinfo' won't build -# for their nVidia driver version. - -pkgname=vdpinfo-71xx -pkgver=1 -pkgrel=1 -pkgdesc="tells the user they can't handle vdpau" -license=('GPLv2') -arch=('i686' 'x86_64') -depends=('nvidia-71xx-utils' 'nvidia-71xx') -# Just let the dependency on the right nvidia and nvidia-utils versions -# handle conflicts via those packages conflicts. -# conflicts=() -provides=('vdpinfo') -source=(vdpinfo) -md5sums=() - -build() { - LH_ROOT=/usr/LH - mkdir -p $startdir/pkg/$LH_ROOT/bin/ - - cd $startdir - install -m0755 -D vdpinfo $startdir/pkg/$LH_ROOT/bin/ -} \ No newline at end of file diff --git a/abs/core-testing/vdpinfo-71xx/vdpinfo b/abs/core-testing/vdpinfo-71xx/vdpinfo deleted file mode 100755 index 9b237dc..0000000 --- a/abs/core-testing/vdpinfo-71xx/vdpinfo +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -echo "vdpau is unsupported" diff --git a/abs/core-testing/vdpinfo-96xx/PKGBUILD b/abs/core-testing/vdpinfo-96xx/PKGBUILD deleted file mode 100644 index 34391dd..0000000 --- a/abs/core-testing/vdpinfo-96xx/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# It is not expected that vdpau will work with the 71xx nVidia drivers, but we still want -# 'vdpinfo' to return something when users run it, even if the real 'vdpinfo' won't build -# for their nVidia driver version. - -pkgname=vdpinfo-96xx -pkgver=1 -pkgrel=1 -pkgdesc="tells the user they can't handle vdpau" -license=('GPLv2') -arch=('i686' 'x86_64') -depends=('nvidia-96xx-utils' 'nvidia-96xx') -# Just let the dependency on the right nvidia and nvidia-utils versions -# handle conflicts via those packages conflicts. -# conflicts=() -provides=('vdpinfo') -source=(vdpinfo) -md5sums=() - -build() { - LH_ROOT=/usr/LH - mkdir -p $startdir/pkg/$LH_ROOT/bin/ - - cd $startdir - install -m0755 -D vdpinfo $startdir/pkg/$LH_ROOT/bin/ -} \ No newline at end of file diff --git a/abs/core-testing/vdpinfo-96xx/vdpinfo b/abs/core-testing/vdpinfo-96xx/vdpinfo deleted file mode 100755 index 9b237dc..0000000 --- a/abs/core-testing/vdpinfo-96xx/vdpinfo +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -echo "vdpau is unsupported" -- cgit v0.12