[arch-commits] Commit in catalyst/trunk (ChangeLog PKGBUILD compat-2.6.25.diff)
Travis Willard
travis at archlinux.org
Sun May 25 11:57:34 UTC 2008
Date: Sunday, May 25, 2008 @ 07:57:34
Author: travis
Revision: 2110
Update PKGBUILD for Catalyst 8.5 - don't push to repos yet.
Modified:
catalyst/trunk/ChangeLog
catalyst/trunk/PKGBUILD
Deleted:
catalyst/trunk/compat-2.6.25.diff
--------------------+
ChangeLog | 5 +++++
PKGBUILD | 12 ++++++------
compat-2.6.25.diff | 46 ----------------------------------------------
3 files changed, 11 insertions(+), 52 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2008-05-25 11:46:34 UTC (rev 2109)
+++ ChangeLog 2008-05-25 11:57:34 UTC (rev 2110)
@@ -1,3 +1,8 @@
+2008-05-24 Travis Willard <travis at archlinux.org>
+
+ * 8.5-1
+ New upstream release.
+
2008-04-19 Simo Leone <simo at archlinux.org>
* 8.4-1
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-05-25 11:46:34 UTC (rev 2109)
+++ PKGBUILD 2008-05-25 11:57:34 UTC (rev 2110)
@@ -3,9 +3,9 @@
# Contributor: amdviaman
pkgname=catalyst
-pkgver=8.4
+pkgver=8.5
_kernel_version=2.6.25
-pkgrel=2
+pkgrel=1
pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
arch=('i686' 'x86_64')
url="http://www.ati.amd.com"
@@ -14,9 +14,7 @@
makedepends=()
replaces=('ati-fglrx' 'fglrx') # Yay rebranding
install=${pkgname}.install
-source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run compat-2.6.25.diff)
-md5sums=('8fa23f45b4becc9721e67858e41ff85c'
- 'b5eab9bcdbe05913ed263f3a3cd01a4f')
+source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run)
_kernver=${_kernel_version}-ARCH
build() {
@@ -39,7 +37,7 @@
cd $startdir/src/lib/modules/fglrx/build_mod/
# patch catalyst 8.4 to work with 2.6.25
- patch -p1 < $startdir/src/compat-2.6.25.diff
+ # patch -p1 < $startdir/src/compat-2.6.25.diff
# Build the kernel module
cp 2.6.x/Makefile .
@@ -57,3 +55,5 @@
}
+md5sums=('f0df93149fc44a8aacabcd9fc58e6d3c'
+ 'b5eab9bcdbe05913ed263f3a3cd01a4f')
Deleted: compat-2.6.25.diff
===================================================================
--- compat-2.6.25.diff 2008-05-25 11:46:34 UTC (rev 2109)
+++ compat-2.6.25.diff 2008-05-25 11:57:34 UTC (rev 2110)
@@ -1,46 +0,0 @@
-This patch came from http://sarah-a-happy.livejournal.com/90345.html
-It makes compatability changes for changed function names and a macro change
-in kernel 2.6.25.
---- build_mod/firegl_public.c.orig 2008-04-06 01:20
-:21.000000000 -0300
-+++ build_mod/firegl_public.c 2008-04-06 01:17:58.0000
-00000 -0300
-@@ -1885,7 +1885,7 @@
- */
- KCL_TYPE_Cap ATI_API_CALL KCL_PosixSecurityCapGetEffectiveVector()
- {
-- return cap_t(current->cap_effective);
-+ return (current->cap_effective).cap[0];
- }
-
- /** \brief Set vector of effective security caps for the current process
-@@ -1893,7 +1893,7 @@
- */
- void ATI_API_CALL KCL_PosixSecurityCapSetEffectiveVector(KCL_TYPE_Cap cap)
- {
-- cap_t(current->cap_effective) = cap;
-+ (current->cap_effective).cap[0] = cap;
- }
-
- /** \brief Get number of available RAM pages
---- build_mod/firegl_public.c.orig 2008-04-06 02:10
-:13.000000000 -0300
-+++ build_mod/firegl_public.c 2008-04-06 02:23:05.0000
-00000 -0300
-@@ -120,6 +120,7 @@
- #include <asm/cpufeature.h>
- #ifdef CONFIG_MTRR
- #include <asm/mtrr.h>
-+#include <asm/cacheflush.h>
- #endif
- #include <asm/delay.h>
- #include <linux/agp_backend.h>
-@@ -1158,7 +1159,7 @@
-
- int ATI_API_CALL KCL_SetPageNoCache(void* virt, int pages)
- {
-- return change_page_attr(virt_to_page(virt), pages, PAGE_KERNEL_NOCACHE);
-+ return set_pages_uc(virt_to_page(virt), pages);
- }
-
- /** /brief Call global kernel task/thread scheduler */
More information about the arch-commits
mailing list