Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (3d2619fc0e3f3c281eadd400a89fd7870b25a416)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (3d2619fc0e3f3c281eadd400a89fd7870b25a416)
  • Date: Sun, 29 Nov 2009 18:27:36 -0600

GIT changes to master z-rejected grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

z-kernels/ati-fglrx/DETAILS | 4 ++--
z-kernels/ati-fglrx/HISTORY | 4 ++++
z-kernels/ati-fglrx/PRE_BUILD | 11 +----------
3 files changed, 7 insertions(+), 12 deletions(-)

New commits:
commit 3d2619fc0e3f3c281eadd400a89fd7870b25a416
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

z-kernels/ati-fglrx: updated to 9.11

diff --git a/z-kernels/ati-fglrx/DETAILS b/z-kernels/ati-fglrx/DETAILS
index a668f80..7c64a2e 100755
--- a/z-kernels/ati-fglrx/DETAILS
+++ b/z-kernels/ati-fglrx/DETAILS
@@ -1,7 +1,7 @@
SPELL=ati-fglrx
- VERSION=9.8
+ VERSION=9.11
SOURCE=ati-driver-installer-${VERSION/./-}-x86.x86_64.run
-
SOURCE_HASH=sha512:b126502d974480128fcb42b7e2992f91998f54a0daee2aab168aaff3a2ebb9c7d8fd48d393b55e35456cd4e8612d0942902f2bac16d1cc63be3bb17cdc4cb907
+
SOURCE_HASH=sha512:7e247e828d0bc70ca9108ba57e8219ea509d666dcba887bf38a9e64f5f34d7387545fa95a6c3ea4f2ac7744f1bdc16f57286df58a94a5cd1352553cda9f0c71c
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/${SOURCE}

LICENSE[0]="$GRIMOIRE/$SECTION/$SPELL/LICENSE"
diff --git a/z-kernels/ati-fglrx/HISTORY b/z-kernels/ati-fglrx/HISTORY
index 087c084..39e8e0f 100644
--- a/z-kernels/ati-fglrx/HISTORY
+++ b/z-kernels/ati-fglrx/HISTORY
@@ -1,3 +1,7 @@
+2009-11-29 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: Updated to 9.11
+ * PRE_BUILD: removed ATI_XVERSION, no x710_64a directory in archive
+
2009-09-20 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* INSTALL: fixed the install of the ati-fglrx dri module #15422
* DETAILS: update to 9.8
diff --git a/z-kernels/ati-fglrx/PRE_BUILD b/z-kernels/ati-fglrx/PRE_BUILD
index 64dd3c5..317baa1 100755
--- a/z-kernels/ati-fglrx/PRE_BUILD
+++ b/z-kernels/ati-fglrx/PRE_BUILD
@@ -1,5 +1,3 @@
-local ATI_XVERSION
-
#
# Verify and extract the source
#
@@ -34,13 +32,6 @@ mkdir build &&
# Merge files from different source directories to match the system
cp -R archive/common/* build &&

-if grep -E -q "1\.5|1\.6" <<< $(installed_version xorg-server)
-then
- ATI_XVERSION=x740
-else
- ATI_XVERSION=x710
-fi &&
-
case "${SMGL_COMPAT_ARCHS[1]}" in
"ia32")
cp -R archive/arch/x86/* build &&
@@ -48,7 +39,7 @@ case "${SMGL_COMPAT_ARCHS[1]}" in
;;
"x86_64")
cp -R archive/arch/x86_64/* build &&
- cp -R archive/${ATI_XVERSION}_64a/* build
+ cp -R archive/x740_64a/* build
;;
*)
message "${PROBLEM_COLOR}" \



  • [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (3d2619fc0e3f3c281eadd400a89fd7870b25a416), Pol Vinogradov, 11/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page