Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=591acdc97082349d5fbaaed915e98c7dfb05293b

commit 591acdc97082349d5fbaaed915e98c7dfb05293b
Author: Michel Hermier <herm...@frugalware.org>
Date:   Sun Mar 21 19:37:54 2010 +0100

nvidia-195.36.15-1-i686

* Bump version.

diff --git a/source/x11-extra/nvidia/FrugalBuild 
b/source/x11-extra/nvidia/FrugalBuild
index 51e4aed..ebf4b69 100644
--- a/source/x11-extra/nvidia/FrugalBuild
+++ b/source/x11-extra/nvidia/FrugalBuild
@@ -2,13 +2,11 @@
# Maintainer: Michel Hermier <herm...@frugalware.org>

pkgname=nvidia
-pkgver=190.53
-pkgrel=3
+pkgver=195.36.15
+pkgrel=1
archs=('i686' 'x86_64' '!ppc')
Finclude nvidia
case "$_F_nvidia_arch" in
-x86)    sha1sums=('ca0e88c2e0b0bb83cf53d859d1d2abcf9e402920');;
-x86_64) sha1sums=('a80402aaaccae2d9ea5a974d837885e0d717ef11');;
+x86)    sha1sums=('bb5850553a98dd7c074418d230fa36ad3c440cd5');;
+x86_64) sha1sums=('ba7d3da7e18a1f82131b67d0419c8809af8dd55f');;
esac
-source=($source kernel-2.6.33.patch)
-sha1sums=("${sha1su...@]}" '431f890c94a4ff03bc839c1e8d4c30e78313f0ba')
diff --git a/source/x11-extra/nvidia/kernel-2.6.33.patch 
b/source/x11-extra/nvidia/kernel-2.6.33.patch
deleted file mode 100644
index 7952e2e..0000000
--- a/source/x11-extra/nvidia/kernel-2.6.33.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: usr/src/nv/conftest.sh
-===================================================================
---- usr/src/nv/conftest.sh
-+++ usr/src/nv/conftest.sh     2009-12-20 04:15:47.194130196 +0200
-@@ -111,7 +111,12 @@
-     fi
- }
-
--CONFTEST_PREAMBLE="#include <linux/autoconf.h>
-+CONFTEST_PREAMBLE="#include <linux/version.h>
-+    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
-+    #include <generated/autoconf.h>
-+    #else
-+    #include <linux/autoconf.h>
-+    #endif
-     #if defined(CONFIG_XEN) && \
-         defined(CONFIG_XEN_INTERFACE_VERSION) &&  
!defined(__XEN_INTERFACE_VERSION__)
-     #define __XEN_INTERFACE_VERSION__ CONFIG_XEN_INTERFACE_VERSION
-Index: usr/src/nv/nvacpi.c
-===================================================================
---- usr/src/nv/nvacpi.c
-+++ usr/src/nv/nvacpi.c        2009-12-20 03:48:28.497758783 +0200
-@@ -49,6 +49,10 @@
- };
- #endif
-
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)
-+#define acpi_walk_namespace(a,b,c,d,e,f) acpi_walk_namespace(a,b,c,d,e,f,NULL)
-+#endif
-+
- static struct acpi_driver *nv_acpi_driver;
- static acpi_handle nvif_handle = NULL;
- static acpi_handle dsm_handle  = NULL;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to