diff options
| author | Michael Hanson <hansonorders@verison.net> | 2010-04-04 23:43:02 (GMT) | 
|---|---|---|
| committer | Michael Hanson <hansonorders@verison.net> | 2010-04-04 23:43:02 (GMT) | 
| commit | afa63da99592c0050461d2118d8f34d875baf630 (patch) | |
| tree | b5e5a2a9731452641c3143dc8f81d49cc33c474b | |
| parent | 145c6c43b078d524367d260e75eb5dfcadcf1425 (diff) | |
| parent | 57bf063a8ecc8593ca9ef414582fd4d0e3fa645b (diff) | |
| download | linhes_pkgbuild-afa63da99592c0050461d2118d8f34d875baf630.zip linhes_pkgbuild-afa63da99592c0050461d2118d8f34d875baf630.tar.gz linhes_pkgbuild-afa63da99592c0050461d2118d8f34d875baf630.tar.bz2 | |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
| -rw-r--r-- | abs/core-testing/nvidia-96xx-utils/PKGBUILD | 104 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx-utils/nvidia-96xx.install | 22 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx-utils/nvidia.install | 6 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx/NVIDIA_173.14.12_2.6.27.patch | 87 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx/PKGBUILD | 53 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx/nvidia-96.43.11-2.6.30.patch | 103 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx/nvidia-96xx.install | 22 | ||||
| -rw-r--r-- | abs/core-testing/nvidia-96xx/nvidia.install | 14 | ||||
| -rw-r--r-- | abs/core-testing/vdpauinfo-legacy/PKGBUILD (renamed from abs/core-testing/vdpinfo-96xx/PKGBUILD) | 17 | ||||
| -rwxr-xr-x | abs/core-testing/vdpauinfo-legacy/vdpauinfo (renamed from abs/core-testing/vdpinfo-96xx/vdpinfo) | 0 | ||||
| -rw-r--r-- | abs/core-testing/vdpauinfo/PKGBUILD | 7 | ||||
| -rw-r--r-- | abs/core-testing/vdpauinfo/__changelog | 2 | ||||
| -rw-r--r-- | abs/core-testing/vdpinfo-71xx/PKGBUILD | 25 | ||||
| -rwxr-xr-x | abs/core-testing/vdpinfo-71xx/vdpinfo | 2 | 
14 files changed, 214 insertions, 250 deletions
| diff --git a/abs/core-testing/nvidia-96xx-utils/PKGBUILD b/abs/core-testing/nvidia-96xx-utils/PKGBUILD index 749dc08..7442a21 100644 --- a/abs/core-testing/nvidia-96xx-utils/PKGBUILD +++ b/abs/core-testing/nvidia-96xx-utils/PKGBUILD @@ -1,65 +1,63 @@ -# $Id: PKGBUILD 18827 2008-11-09 14:01:28Z jgc $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -# Contributor: James Rayner <iphitus@gmail.com> +# $Id: PKGBUILD 69361 2010-02-20 11:24:49Z tpowa $ +# Maintainer: Thomas Baechler <thomas@archlinux.org>  pkgname=nvidia-96xx-utils -pkgver=96.43.09 +pkgver=96.43.16  pkgrel=1 -pkgdesc="NVIDIA legacy drivers utilities and libraries, 96xx branch." -arch=(i686 x86_64) -license=('custom') +pkgdesc="NVIDIA drivers utilities and libraries, 96xx branch." +arch=('i686' 'x86_64')  [ "$CARCH" = "i686"   ] && ARCH=x86 	   [ "$CARCH" = "x86_64" ] && ARCH=x86_64  url="http://www.nvidia.com/"  depends=('xorg-server') -conflicts=('libgl' 'libgl-dri' 'ati-fglrx-utils' 'nvidia-utils' \ -           'nvidia-71xx-utils' 'nvidia-legacy-utils') +optdepends=('gtk2: nvidia-settings' 'pkgconfig: nvidia-xconfig') +conflicts=('libgl')  provides=('libgl') -install=nvidia-96xx.install -source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run \ -        supported-cards.txt) -md5sums=('758c739114b81ea2cb7da7c22ab80a7e' -         '6363d7e494d33729609540088e33e73f') -[ "$CARCH" = "x86_64" ] && md5sums=('c03bd2469292d91dde8767af1418c4e1' -         '6363d7e494d33729609540088e33e73f') -options=(docs !strip) +license=('custom') +install=nvidia.install +options=(!strip) +source=("http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run") +md5sums=('7479b25c747e29af95b9ccf06f43fbf9') +[ "$CARCH" = "x86_64" ] && md5sums=('73e226d4ee0996b6df4bdf44cc1fc6f5') + +build() { +	cd $srcdir +	sh NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run --extract-only +	cd NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/usr/ + +	mkdir -p $pkgdir/usr/{lib,bin,share/applications,share/pixmaps,share/man/man1} +	mkdir -p $pkgdir/usr/lib/xorg/modules/{extensions,drivers} +	mkdir -p $pkgdir/usr/share/licenses/nvidia-96xx/ -build() -{ -  # override nvida install routine and do it the long way. -  cd $startdir/src/ -  sh NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run --extract-only -  cd NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/usr/ +	install lib/{libGLcore,libGL,libnvidia-cfg,tls/libnvidia-tls}.so.${pkgver} \ +	$pkgdir/usr/lib/ || return 1 +	install -m644 share/man/man1/* $pkgdir/usr/share/man/man1/ || return 1 +	rm $pkgdir/usr/share/man/man1/nvidia-installer.1.gz || return 1 +	install X11R6/lib/libXv* $pkgdir/usr/lib/ || return 1 +	install -m644 share/applications/nvidia-settings.desktop $pkgdir/usr/share/applications/ || return 1 +	# fix nvidia .desktop file +	sed -e 's:__UTILS_PATH__:/usr/bin:' -e 's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i $pkgdir/usr/share/applications/nvidia-settings.desktop +	install -m644 share/pixmaps/nvidia-settings.png $pkgdir/usr/share/pixmaps/ || return 1 +	install X11R6/lib/modules/drivers/nvidia_drv.so $pkgdir/usr/lib/xorg/modules/drivers || return 1 +	install X11R6/lib/modules/extensions/libglx.so.$pkgver $pkgdir/usr/lib/xorg/modules/extensions || return 1 +	install -m755 bin/nvidia-{settings,xconfig,bug-report.sh} $pkgdir/usr/bin/ || return 1 +	cd $pkgdir/usr/lib/ +	ln -s libGL.so.$pkgver libGL.so || return 1 +	ln -s libGL.so.$pkgver libGL.so.1 || return 1 +	ln -s libGLcore.so.$pkgver libGLcore.so.1 || return 1 +	ln -s libnvidia-cfg.so.$pkgver libnvidia-cfg.so.1 || return 1 +	ln -s libnvidia-tls.so.$pkgver libnvidia-tls.so.1 || return 1 +	ln -s libXvMCNVIDIA.so.$pkgver libXvMCNVIDIA_dynamic.so.1 || return 1 -  mkdir -p $startdir/pkg/usr/{lib,bin,share/applications,share/pixmaps,share/man/man1} -  mkdir -p $startdir/pkg/usr/lib/xorg/modules/{extensions,drivers} -  mkdir -p $startdir/pkg/usr/share/licenses/nvidia-96xx/ -   -  install lib/{libGLcore.so.${pkgver},libGL.so.${pkgver},libnvidia-cfg.so.${pkgver},tls/libnvidia-tls.so.${pkgver}} \ -       $startdir/pkg/usr/lib/ || return 1 -  install -m644 share/man/man1/* $startdir/pkg/usr/share/man/man1/ || return 1 -  rm $startdir/pkg/usr/share/man/man1/nvidia-installer.1.gz || return 1 -  install X11R6/lib/libXv* $startdir/pkg/usr/lib/ || return 1 -  install -m644 share/applications/nvidia-settings.desktop $startdir/pkg/usr/share/applications/ || return 1 -  # fix nvidia .desktop file -  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i $startdir/pkg/usr/share/applications/nvidia-settings.desktop -  install -m644 share/pixmaps/nvidia-settings.png $startdir/pkg/usr/share/pixmaps/ || return 1 -  install X11R6/lib/modules/drivers/nvidia_drv.so $startdir/pkg/usr/lib/xorg/modules/drivers || return 1 -  install X11R6/lib/modules/extensions/libglx.so.$pkgver $startdir/pkg/usr/lib/xorg/modules/extensions || return 1 -  install -m755 bin/nvidia-{settings,xconfig,bug-report.sh} $startdir/pkg/usr/bin/ || return 1 -  cd $startdir/pkg/usr/lib/ -  ln -s /usr/lib/libGL.so.$pkgver libGL.so || return 1 -  ln -s /usr/lib/libGL.so.$pkgver libGL.so.1 || return 1 -  ln -s /usr/lib/libGLcore.so.$pkgver libGLcore.so.1 || return 1 -  ln -s /usr/lib/libnvidia-cfg.so.$pkgver libnvidia-cfg.so.1 || return 1 -  ln -s /usr/lib/libnvidia-tls.so.$pkgver libnvidia-tls.so.1 || return 1 -  cd $startdir/pkg/usr/lib/xorg/modules/extensions -  ln -s /usr/lib/xorg/modules/extensions/libglx.so.$pkgver libglx.so || return 1 +	cd $pkgdir/usr/lib/xorg/modules/extensions +	ln -s libglx.so.$pkgver libglx.so || return 1 -  install -m644 $startdir/src/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/LICENSE $startdir/pkg/usr/share/licenses/nvidia-96xx/ || return 1 -  install -D -m644 $startdir/src/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/usr/share/doc/README.txt $startdir/pkg/usr/share/doc/nvidia/README || return 1 -  install -D -m644 $startdir/src/supported-cards.txt $startdir/pkg/usr/share/doc/nvidia/supported-cards.txt || return 1 -   -  find $startdir/pkg/usr -type d -exec chmod 755 {} \; -  # phew :) +	install -m644 $srcdir/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/LICENSE $pkgdir/usr/share/licenses/nvidia-96xx/ || return 1 +	ln -s nvidia-96xx $startdir/pkg/usr/share/licenses/nvidia-96xx-utils || return 1 + +	install -D -m644 $srcdir/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/usr/share/doc/README.txt $pkgdir/usr/share/doc/nvidia-96xx/README || return 1 + +	find $pkgdir/usr -type d -exec chmod 755 {} \;  } + + diff --git a/abs/core-testing/nvidia-96xx-utils/nvidia-96xx.install b/abs/core-testing/nvidia-96xx-utils/nvidia-96xx.install deleted file mode 100644 index bb1fff2..0000000 --- a/abs/core-testing/nvidia-96xx-utils/nvidia-96xx.install +++ /dev/null @@ -1,22 +0,0 @@ -# arg 1:  the new package version -post_install() { - -  echo ------------------------------- -  echo By using this package you accept the NVIDIA license,  -  echo which has been installed in /usr/share/licenses/nvidia/LICENSE -  echo If you do not accept this license, you must remove the package immediately. -  echo Dont forget to update your /etc/X11/xorg.conf -  echo In order to use nvidia-settings, you need to install 'gtk2' package. -  echo ------------------------------- -	  -} - -# arg 1:  the new package version -# arg 2:  the old package version -post_upgrade() { -  post_install $1 -} - -op=$1 -shift -$op $* diff --git a/abs/core-testing/nvidia-96xx-utils/nvidia.install b/abs/core-testing/nvidia-96xx-utils/nvidia.install new file mode 100644 index 0000000..0a878a7 --- /dev/null +++ b/abs/core-testing/nvidia-96xx-utils/nvidia.install @@ -0,0 +1,6 @@ +post_install() { +	echo By using this package you accept the NVIDIA license, +	echo which has been installed in /usr/share/licenses/nvidia/LICENSE +	echo If you do not accept this license, you must remove the package immediately. +	echo Dont forget to update your /etc/X11/xorg.conf +} diff --git a/abs/core-testing/nvidia-96xx/NVIDIA_173.14.12_2.6.27.patch b/abs/core-testing/nvidia-96xx/NVIDIA_173.14.12_2.6.27.patch deleted file mode 100644 index 1ba936b..0000000 --- a/abs/core-testing/nvidia-96xx/NVIDIA_173.14.12_2.6.27.patch +++ /dev/null @@ -1,87 +0,0 @@ -diff -Nru NVIDIA-Linux-x86-173.14.12-pkg0.orig/usr/src/nv/nv.c NVIDIA-Linux-x86-173.14.12-pkg0/usr/src/nv/nv.c ---- usr/src/nv/nv.c	2008-07-18 03:42:50.000000000 +0200 -+++ NVIDIA-Linux-x86-173.14.12-pkg0/usr/src/nv/nv.c	2008-08-12 00:35:45.000000000 +0200 -@@ -1296,14 +1296,22 @@ -             if (get_cpu() == cpu) -                 __nv_setup_pat_entries(NULL); -             else -+	    	#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) -+		smp_call_function(__nv_setup_pat_entries, hcpu, 1); -+		#else -                 smp_call_function(__nv_setup_pat_entries, hcpu, 1, 1); -+		#endif -             put_cpu(); -             break; -         case CPU_DOWN_PREPARE: -             if (get_cpu() == cpu) -                 __nv_restore_pat_entries(NULL); -             else -+	    	#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) -+		smp_call_function(__nv_restore_pat_entries, hcpu, 1); -+		#else -                 smp_call_function(__nv_restore_pat_entries, hcpu, 1, 1); -+		#endif -             put_cpu(); -             break; -     } -diff -Nru NVIDIA-Linux-x86-173.14.12-pkg0.orig/usr/src/nv/nv-linux.h NVIDIA-Linux-x86-173.14.12-pkg0/usr/src/nv/nv-linux.h ---- usr/src/nv/nv-linux.h	2008-07-18 03:42:51.000000000 +0200 -+++ NVIDIA-Linux-x86-173.14.12-pkg0/usr/src/nv/nv-linux.h	2008-08-12 00:44:27.000000000 +0200 -@@ -104,7 +104,10 @@ - #endif -  - #include <linux/spinlock.h> -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) -+#else - #include <asm/semaphore.h> -+#endif - #include <linux/completion.h> - #include <linux/highmem.h> -  -@@ -665,13 +668,21 @@ - #if defined(preempt_disable) -     preempt_disable(); - #endif -+    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) -+    ret = smp_call_function(func, info, 1); -+    #else -     ret = smp_call_function(func, info, 1, 1); -+    #endif -     func(info); - #if defined(preempt_enable) -     preempt_enable(); - #endif - #else -+    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) -+    ret = on_each_cpu(func, info, 1); -+    #else -     ret = on_each_cpu(func, info, 1, 1); -+    #endif - #endif -     return ret; - } -diff -Nru NVIDIA-Linux-x86-173.14.12-pkg0.orig/usr/src/nv/os-interface.c NVIDIA-Linux-x86-173.14.12-pkg0/usr/src/nv/os-interface.c ---- usr/src/nv/os-interface.c	2008-07-18 03:42:50.000000000 +0200 -+++ NVIDIA-Linux-x86-173.14.12-pkg0/usr/src/nv/os-interface.c	2008-08-12 00:48:07.000000000 +0200 -@@ -48,7 +48,11 @@ - #endif -     local_bh_disable(); -     atomic_set(&os_smp_barrier, 1); -+    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) -+    ret = smp_call_function(ipi_handler, NULL, 0); -+    #else -     ret = smp_call_function(ipi_handler, NULL, 1, 0); -+    #endif - #endif -     return (ret == 0) ? RM_OK : RM_ERROR; - } -@@ -704,7 +708,9 @@ -     U032 sig - ) - { -+    #if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 26) -     return kill_proc(pid, sig, 1) ? RM_ERR_OPERATING_SYSTEM : RM_OK; -+    #endif - } -  - /*******************************************************************************/ diff --git a/abs/core-testing/nvidia-96xx/PKGBUILD b/abs/core-testing/nvidia-96xx/PKGBUILD index ee165d2..df89e5f 100644 --- a/abs/core-testing/nvidia-96xx/PKGBUILD +++ b/abs/core-testing/nvidia-96xx/PKGBUILD @@ -1,38 +1,35 @@ -# $Id: PKGBUILD 22496 2008-12-26 22:51:15Z tpowa $ -# Maintainer : Tobias Powalowski <tpowa@archlinux.org> +# $Id: PKGBUILD 69360 2010-02-20 11:24:15Z tpowa $ +# Maintainer : Thomas Baechler <thomas@archlinux.org>  pkgname=nvidia-96xx -pkgver=96.43.09 +pkgver=96.43.16  _kernver='2.6.28-LinHES' -pkgrel=5 -pkgdesc="NVIDIA legacy drivers for kernel26, 96xx branch" -arch=(i686 x86_64) -license=('custom:NVIDIA') + +pkgrel=1 +pkgdesc="NVIDIA drivers for kernel26, 96xx branch." +arch=('i686' 'x86_64')  [ "$CARCH" = "i686"   ] && ARCH=x86  [ "$CARCH" = "x86_64" ] && ARCH=x86_64  url="http://www.nvidia.com/" -depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'nvidia-96xx-utils' 'vdpinfo-96xx') -conflicts=('nvidia' 'nvidia-71xx' 'nvidia-legacy') -install=nvidia-96xx.install +depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'nvidia-96xx-utils') +makedepends=('kernel-headers>=2.6.28' 'kernel-headers<2.6.29') +conflicts=('nvidia' 'nvidia-173xx')  license=('custom') -source=(http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run) -md5sums=('758c739114b81ea2cb7da7c22ab80a7e') -[ "$CARCH" = "x86_64" ] && md5sums=('00a4cd93adc956f8cf173ab1036a5bf7') +install=nvidia.install +source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run") +md5sums=('7479b25c747e29af95b9ccf06f43fbf9') +[ "$CARCH" = "x86_64" ] && md5sums=('73e226d4ee0996b6df4bdf44cc1fc6f5') + +build() { +	cd $srcdir +	sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only +	cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0 +	cd usr/src/nv/ +	ln -s Makefile.kbuild Makefile +	make SYSSRC=/lib/modules/${_kernver}/build module || return 1 -build() -{ -  # Extract -  cd $startdir/src/ -  sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only -  cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0 -   -  cd usr/src/nv/ -  ln -s Makefile.kbuild Makefile -  make SYSSRC=/lib/modules/$_kernver/build module || return 1 -   -  # install kernel module -  mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/ -  install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/ || return 1 +	mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/ +	install -m644 nvidia.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/ -  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install +	sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/nvidia.install  } diff --git a/abs/core-testing/nvidia-96xx/nvidia-96.43.11-2.6.30.patch b/abs/core-testing/nvidia-96xx/nvidia-96.43.11-2.6.30.patch new file mode 100644 index 0000000..44d44fd --- /dev/null +++ b/abs/core-testing/nvidia-96xx/nvidia-96.43.11-2.6.30.patch @@ -0,0 +1,103 @@ +--- usr/src/nv/nv.c.orig  ++++ usr/src/nv/nv.c  +@@ -15,6 +15,7 @@ + #include "nv_compiler.h" + #include "os-agp.h" + #include "nv-vm.h" ++#include <linux/version.h> +  + #ifdef MODULE_ALIAS_CHARDEV_MAJOR + MODULE_ALIAS_CHARDEV_MAJOR(NV_MAJOR_DEVICE_NUMBER); +@@ -499,10 +500,12 @@ +      * Set the module owner to ensure that the reference +      * count reflects accesses to the proc files. +      */ ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +     proc_nvidia->owner = THIS_MODULE; +     proc_nvidia_cards->owner = THIS_MODULE; +     proc_nvidia_warnings->owner = THIS_MODULE; +  ++#endif +     for (j = 0; j < num_nv_devices; j++) +     { +         nvl = &nv_linux_devices[j]; +@@ -521,7 +524,9 @@ +  +         entry->data = nv; +         entry->read_proc = nv_kern_read_cardinfo; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +         entry->owner = THIS_MODULE; ++#endif +  +         if (nvos_find_agp_capability(dev)) { +             /* +@@ -534,7 +539,9 @@ +                 goto failed; +             } +  ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +             entry->owner = THIS_MODULE; ++#endif +             proc_nvidia_agp = entry; +  +             entry = create_proc_entry("status", flags, proc_nvidia_agp); +@@ -545,7 +552,9 @@ +  +             entry->data = nv; +             entry->read_proc = nv_kern_read_status; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +             entry->owner = THIS_MODULE; ++#endif +  +             entry = create_proc_entry("host-bridge", flags, proc_nvidia_agp); +             if (!entry) { +@@ -555,8 +564,9 @@ +  +             entry->data = NULL; +             entry->read_proc = nv_kern_read_agpinfo; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +             entry->owner = THIS_MODULE; +- ++#endif +             entry = create_proc_entry("card", flags, proc_nvidia_agp); +             if (!entry) { +                 NV_PCI_DEV_PUT(dev); +@@ -565,7 +575,9 @@ +  +             entry->data = nv; +             entry->read_proc = nv_kern_read_agpinfo; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +             entry->owner = THIS_MODULE; ++#endif +         } +  +         NV_PCI_DEV_PUT(dev); +@@ -576,14 +588,18 @@ +         goto failed; +  +     entry->read_proc = nv_kern_read_version; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +     entry->owner = THIS_MODULE; ++#endif +  +     entry = create_proc_entry("registry", flags, proc_nvidia); +     if (!entry) +         goto failed; +  +     entry->read_proc = nv_kern_read_registry; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +     entry->owner = THIS_MODULE; ++#endif +  +     return; +  +@@ -610,7 +626,9 @@ +  +     entry->data = (void *)message; +     entry->read_proc = nv_kern_read_warning; ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +     entry->owner = THIS_MODULE; ++#endif + #endif + } +  diff --git a/abs/core-testing/nvidia-96xx/nvidia-96xx.install b/abs/core-testing/nvidia-96xx/nvidia-96xx.install deleted file mode 100644 index 23e04af..0000000 --- a/abs/core-testing/nvidia-96xx/nvidia-96xx.install +++ /dev/null @@ -1,22 +0,0 @@ -# arg 1:  the new package version -post_install() { -  KERNEL_VERSION='2.6.28-LinHES' -  depmod -v $KERNEL_VERSION  > /dev/null 2>&1		  -} - -# arg 1:  the new package version -# arg 2:  the old package version -post_upgrade() { -  post_install $1 -  rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.' -} - -# arg 1:  the old package version -post_remove() { -  KERNEL_VERSION='2.6.28-LinHES' -  depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	  -} - -op=$1 -shift -$op $* diff --git a/abs/core-testing/nvidia-96xx/nvidia.install b/abs/core-testing/nvidia-96xx/nvidia.install new file mode 100644 index 0000000..ab86ea2 --- /dev/null +++ b/abs/core-testing/nvidia-96xx/nvidia.install @@ -0,0 +1,14 @@ +post_install() { +	KERNEL_VERSION='2.6.28-LinHES' +	depmod $KERNEL_VERSION +} + +post_upgrade() { +	post_install +	rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.' +} + +post_remove() { +	KERNEL_VERSION='2.6.28-LinHES' +	depmod $KERNEL_VERSION +} diff --git a/abs/core-testing/vdpinfo-96xx/PKGBUILD b/abs/core-testing/vdpauinfo-legacy/PKGBUILD index 34391dd..7e7fe26 100644 --- a/abs/core-testing/vdpinfo-96xx/PKGBUILD +++ b/abs/core-testing/vdpauinfo-legacy/PKGBUILD @@ -2,18 +2,18 @@  # 'vdpinfo' to return something when users run it, even if the real 'vdpinfo' won't build  # for their nVidia driver version. -pkgname=vdpinfo-96xx +pkgname=vdpauinfo-legacy  pkgver=1 -pkgrel=1 +pkgrel=4  pkgdesc="tells the user they can't handle vdpau"  license=('GPLv2')  arch=('i686' 'x86_64') -depends=('nvidia-96xx-utils' 'nvidia-96xx') +depends=('')  # Just let the dependency on the right nvidia and nvidia-utils versions  # handle conflicts via those packages conflicts. -# conflicts=() -provides=('vdpinfo') -source=(vdpinfo) +conflicts=(vdpauinfo) +provides=('vpinfo' 'vdpauinfo') +source=(vdpauinfo)  md5sums=()  build() { @@ -21,5 +21,6 @@ build() {      mkdir -p $startdir/pkg/$LH_ROOT/bin/      cd $startdir -    install -m0755 -D vdpinfo $startdir/pkg/$LH_ROOT/bin/ -}
\ No newline at end of file +    install -m0755 -D vdpauinfo $startdir/pkg/$LH_ROOT/bin/ +} +md5sums=('502f0a21bd1232e5a6bccb17cd63116d') diff --git a/abs/core-testing/vdpinfo-96xx/vdpinfo b/abs/core-testing/vdpauinfo-legacy/vdpauinfo index 9b237dc..9b237dc 100755 --- a/abs/core-testing/vdpinfo-96xx/vdpinfo +++ b/abs/core-testing/vdpauinfo-legacy/vdpauinfo 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. + 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" | 
