[arch-commits] CVS update of extra/modules/fglrx (PKGBUILD kernel-2.6.23.patch)

Travis Willard travis at archlinux.org
Thu Oct 18 12:44:13 UTC 2007


    Date: Thursday, October 18, 2007 @ 08:44:13
  Author: travis
    Path: /home/cvs-extra/extra/modules/fglrx

Modified: PKGBUILD (1.10 -> 1.11) kernel-2.6.23.patch (1.1 -> 1.2)

upgpkg: fglrx 8.40.4-2
Rebuild 8.40.4 for 2.6.23 - 8.41.7 was a 'dud' release, and sucked, so it's gone from our repos.


---------------------+
 PKGBUILD            |    9 +++++----
 kernel-2.6.23.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)


Index: extra/modules/fglrx/PKGBUILD
diff -u extra/modules/fglrx/PKGBUILD:1.10 extra/modules/fglrx/PKGBUILD:1.11
--- extra/modules/fglrx/PKGBUILD:1.10	Sat Oct 13 12:07:50 2007
+++ extra/modules/fglrx/PKGBUILD	Thu Oct 18 08:44:13 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.10 2007/10/13 16:07:50 tpowa Exp $
+# $Id: PKGBUILD,v 1.11 2007/10/18 12:44:13 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=fglrx
-pkgver=8.41.7
+pkgver=8.40.4
 _kernel_version=2.6.23
 pkgrel=2
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
@@ -16,6 +16,8 @@
 replaces=('ati-fglrx')
 install=${pkgname}.install
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run kernel-2.6.23.patch)
+md5sums=('d02add61ee36a4183510317c3c42b147'
+         '03eabf812017ebe353f74cfab5388bee')
 
 _kernver=${_kernel_version}-ARCH
 
@@ -52,5 +54,4 @@
     sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/$install
 
 }
-md5sums=('0b43b45499ced87a6bd30d99faed25cc'
-         '3bcb3038a0905942f61418d69b8b895b')
+
Index: extra/modules/fglrx/kernel-2.6.23.patch
diff -u extra/modules/fglrx/kernel-2.6.23.patch:1.1 extra/modules/fglrx/kernel-2.6.23.patch:1.2
--- extra/modules/fglrx/kernel-2.6.23.patch:1.1	Sat Oct 13 12:07:51 2007
+++ extra/modules/fglrx/kernel-2.6.23.patch	Thu Oct 18 08:44:13 2007
@@ -84,3 +84,14 @@
      {
          ret = 1;
      }
+--- firegl_public.h.orig	2007-10-11 23:43:26.000000000 +0200
++++ firegl_public.h	2007-10-11 23:53:08.000000000 +0200
+@@ -172,7 +172,7 @@
+ #endif
+ 
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
+-#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
++#if !defined(CONFIG_SMP) || defined(CONFIG_PM_SLEEP_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
+ #define FIREGL_POWER_MANAGEMENT
+ #endif
+ #endif




More information about the arch-commits mailing list