- LICENSE[0]="GPL/QPL"
+ LICENSE[0]="$GRIMOIRE/$SECTION/$SPELL/LICENSE"
WEB_SITE=http://www.ati.com
ENTERED=20071107
REJECT="Non-GPL compatible software license"
+ PATCHELEVL=1
SHORT="X Window display driver for the ATI graphics accelerators"
DOCS="documentation/*"
cat << EOF
diff --git a/z-kernels/ati-fglrx/HISTORY b/z-kernels/ati-fglrx/HISTORY
index 200548d..a354592 100644
--- a/z-kernels/ati-fglrx/HISTORY
+++ b/z-kernels/ati-fglrx/HISTORY
@@ -1,7 +1,8 @@
-2008-12-22 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated to 8.12, fixed SOURCE to use VERSION
- * PRE_BUILD: sedit -> sed -i, added dirty hack to make it build with
- recent kernels
+2009-02-08 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated spell to 9.1, patchlevel++
+ * DEPENDS: use xorg-server, smgl-gl_select
+ * INSTALL: updates for smgl-gl_select
+ * PRE_BUILD: updates for smgl-gl_select
2008-06-01 Bearcat M. Sandor <sorceror AT feiline-soul.net>
* DETAILS: Updated to 8.5
@@ -22,6 +23,6 @@
* DOWNLOAD: Added the file to pass --no-check-certificate to wget
2007-11-07 Martin Spitzbarth <m.spitzbarth AT gmx.de>
- * BUILD, DEPENDS, DETAILS, INSTALL, LICENSE, PRE_BUILD, PREPARE,
- TRIGGERS: Created the spell
+ * BUILD,DEPENDS,DETAILS,INSTALL,LICENSE,PRE_BUILD,PREPARE,TRIGGERS:
+ Created the spell
-# There is basically a complete filesystem structure present with ready to
use
-# files. We do a little clean up and merge it as a whole into $INSTALL_ROOT.
-
-rm -R build/usr/src build/usr/share/doc &&
-mv build/usr/X11R6/bin build/usr/bin &&
-case $(get_spell_provider $SPELL X11-SERVER) in
- "xorg-server")
- mv build/usr/X11R6/include/* build/usr/include &&
- mkdir -p build/usr/lib/xorg &&
-
-# the lib* stands for lib or lib64 respectively.
- mv build/usr/X11R6/lib*/* build/usr/lib/xorg &&
-
- rm -R build/usr/X11R6
- ;;
-esac &&
-chmod 0755 build/usr/bin/* &&
+# verify if there is anything conflicting with any of the other GL providers
+# nvidia_* or mesalib or xorg-server and if so put it under an ati specific
+# directory and updated smgl-gl_select
# We don't always build for the currently running kernel
-sed -i "s:^KVER .*:KVER = $(get_kernel_version):" \
- archive/common/lib/modules/fglrx/build_mod/2.6.x/Makefile &&
-
-ATI_XPROVIDER="$(get_spell_provider $SPELL X11-SERVER)" &&
+sedit "s:^KVER .*:KVER = $(get_kernel_version):" \
+ archive/common/lib/modules/fglrx/build_mod/2.6.x/Makefile
#
# Preparing the build directory structure
@@ -37,25 +34,12 @@ mkdir build &&
# Merge files from different source directories to match the system
cp -R archive/common/* build &&