[Lunar-commits] r16315 - moonbase/trunk/x11/fglrx
Terry Chan
tchan at lunar-linux.org
Fri Sep 2 17:16:25 UTC 2005
Author: tchan
Date: 2005-09-02 17:16:24 +0000 (Fri, 02 Sep 2005)
New Revision: 16315
Modified:
moonbase/trunk/x11/fglrx/DETAILS
moonbase/trunk/x11/fglrx/PRE_BUILD
Log:
Updated the version of fglrx to 8.16.20. This fixes my video problems with
XOrg-6.8.2 rebooting when mrxvt started up. I removed the kernel-2.6 patches
as they wouldn't apply. Someone else that is a kernel 2.6 user will have to
test and add patches back if they are still needed wtih the newer fglrx version.
gcc-3.4.4/glibc-2.3.5, kernel 2.4.31 tested.
Modified: moonbase/trunk/x11/fglrx/DETAILS
===================================================================
--- moonbase/trunk/x11/fglrx/DETAILS 2005-09-02 13:09:41 UTC (rev 16314)
+++ moonbase/trunk/x11/fglrx/DETAILS 2005-09-02 17:16:24 UTC (rev 16315)
@@ -1,20 +1,11 @@
MODULE=fglrx
- VERSION=8.14.13
+ VERSION=8.16.20
SOURCE=${MODULE}_6_8_0-$VERSION-1.i386.rpm
- SOURCE2=fglrx-8.14.13-2.6.12-alt-agp.patch.bz2
- SOURCE3=fglrx-8.14.13-2.6.12-agpgart.patch.bz2
- SOURCE4=fglrx-8.14.13-2.6.12-inter_module_get.patch.bz2
SOURCE_URL=http://www2.ati.com/drivers/linux/
- SOURCE_VFY=sha1:4d9cc78bfbc4e1381c4ece25a97bb0137f7e8d6b
- SOURCE2_URL=$PATCH_URL/
- SOURCE2_VFY=sha1:6d704ac215f326e9aa640bf7fb4a71a0dcf347d1
- SOURCE3_URL=$PATCH_URL/
- SOURCE3_VFY=sha1:a66f99e91cd8b113857cb7a764e3f03d96569c9c
- SOURCE4_URL=$PATCH_URL/
- SOURCE4_VFY=sha1:cc78ff8725ae1a361143e48e6362d46944057a0b
+ SOURCE_VFY=sha1:e29f05286780d04f613b905aff7de899f9bea278
WEB_SITE=http://www.ati.com/
ENTERED=20040220
- UPDATED=20050413
+ UPDATED=20050902
SHORT="Proprietary X.org driver for the ati 9x00."
cat << EOF
Proprietary X.Org driver for the ATI 8500 and 9x00 series. Contains
Modified: moonbase/trunk/x11/fglrx/PRE_BUILD
===================================================================
--- moonbase/trunk/x11/fglrx/PRE_BUILD 2005-09-02 13:09:41 UTC (rev 16314)
+++ moonbase/trunk/x11/fglrx/PRE_BUILD 2005-09-02 17:16:24 UTC (rev 16315)
@@ -2,13 +2,4 @@
cd $SOURCE_DIRECTORY &&
rpmunpack $SOURCE_CACHE/$SOURCE &&
gunzip $(echo $SOURCE | sed 's:i386.rpm$:cpio.gz:') &&
-cpio -i --no-absolute-filenames --make-directories < $(echo $SOURCE | sed 's:i386.rpm$:cpio:') &&
-
-if [ `uname -r | cut -d. -f1,2` = "2.6" ]; then
- if [ `uname -r | cut -d. -f,3` -ge 12 ]; then
- cd $SOURCE_DIRECTORY/lib/modules/fglrx/build_mod &&
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
- patch_it $SOURCE_CACHE/$SOURCE4 0
- fi
-fi
+cpio -i --no-absolute-filenames --make-directories < $(echo $SOURCE | sed 's:i386.rpm$:cpio:')
More information about the Lunar-commits
mailing list