[arch-commits] CVS update of extra/modules/fglrx-beyond (3 files)

Travis Willard travis at archlinux.org
Sun May 20 14:09:52 UTC 2007


    Date: Sunday, May 20, 2007 @ 10:09:52
  Author: travis
    Path: /home/cvs-extra/extra/modules/fglrx-beyond

 Removed: PKGBUILD (1.6) fglrx-beyond.install (1.5) firegl_public.patch (1.1)

Beyond removed from repos


----------------------+
 PKGBUILD             |   54 -------------------------------------------------
 fglrx-beyond.install |   35 -------------------------------
 firegl_public.patch  |   12 ----------
 3 files changed, 101 deletions(-)


Index: extra/modules/fglrx-beyond/PKGBUILD
diff -u extra/modules/fglrx-beyond/PKGBUILD:1.6 extra/modules/fglrx-beyond/PKGBUILD:removed
--- extra/modules/fglrx-beyond/PKGBUILD:1.6	Sun Apr 29 13:49:54 2007
+++ extra/modules/fglrx-beyond/PKGBUILD	Sun May 20 10:09:51 2007
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD,v 1.6 2007/04/29 17:49:54 travis Exp $
-# Maintainer: Travis Willard <travisw at wmpub.ca>
-# Contributor: amdviaman
-
-pkgname=fglrx-beyond
-pkgver=8.36.5
-pkgrel=3
-pkgdesc="Proprietary -beyond kernel drivers/modules for the AMD/ATI RADEON (9500 and later), \
-         MOBILITY RADEON (M10 and later), RADEON XPRESS IGP and FireGL (Z1 and later) series of graphics accelerators."
-arch=('i686' 'x86_64')
-url="http://www.ati.com"
-license=('custom:"ATI"') #license provided by ati-fglrx-utils package
-depends=('fglrx-utils' 'kernel26beyond')
-makedepends=()
-replaces=('ati-fglrx-beyond')
-install=$pkgname.install
-_kernver=2.6.20-beyond
-# patch specifically needed for the beyond version
-source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run firegl_public.patch)
-
-build() {
-    cd $startdir/src
-
-    [ "$CARCH" = "i686" ] && _arch="x86"
-    [ "$CARCH" = "x86_64" ] && _arch="x86_64"
-
-    chmod a+x ati-driver-installer-$pkgver-x86.x86_64.run
-    ./ati-driver-installer-$pkgver-x86.x86_64.run --extract archive_files
-
-    cp $startdir/src/archive_files/arch/${_arch}/* $startdir/src/ -r 
-    cp $startdir/src/archive_files/common/* $startdir/src/ -r 
-
-    if [ "$CARCH" == "x86_64" ]; then
-      cp $startdir/src/archive_files/x710_64a/* $startdir/src/ -r
-    else
-      cp $startdir/src/archive_files/x710/* $startdir/src/ -r
-    fi
-    cd $startdir/src
-    cd $startdir/src/lib/modules/fglrx/build_mod/
-
-    # Build the kernel module
-    patch -Np0 -i $startdir/src/firegl_public.patch || return 1
-    cp 2.6.x/Makefile .
-    make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" modules || return 1
-
-    # Install the kernel module
-    install -m 644 -D $startdir/src/lib/modules/fglrx/build_mod/fglrx.ko \
-        $startdir/pkg/lib/modules/${_kernver}/video/fglrx.ko
-
-    sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/$install
-
-}
-
-md5sums=('bf056417ac6c57acdf5e5a6bb99a7dae' '512a3bc00ed5337d7102519206c6d442')
Index: extra/modules/fglrx-beyond/fglrx-beyond.install
diff -u extra/modules/fglrx-beyond/fglrx-beyond.install:1.5 extra/modules/fglrx-beyond/fglrx-beyond.install:removed
--- extra/modules/fglrx-beyond/fglrx-beyond.install:1.5	Mon Apr 23 23:17:06 2007
+++ extra/modules/fglrx-beyond/fglrx-beyond.install	Sun May 20 10:09:51 2007
@@ -1,35 +0,0 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
-
-# arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-post_install() {
-  echo "PLEASE NOTE:"
-  echo "--------------------------------------------------------------"
-  echo "You can use the tool 'aticonfig' to generate an xorg.conf file."
-  echo "Remember to add fglrx to the MODULES list in /etc/rc.conf."
-  echo "--------------------------------------------------------------"
-  KERNEL_VERSION=2.6.20-beyond
-  depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  KERNEL_VERSION=2.6.20-beyond
-  depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-# arg 1:  the old package version
-post_remove() {
-  KERNEL_VERSION=2.6.20-beyond
-  depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-op=$1
-shift
-$op $*
Index: extra/modules/fglrx-beyond/firegl_public.patch
diff -u extra/modules/fglrx-beyond/firegl_public.patch:1.1 extra/modules/fglrx-beyond/firegl_public.patch:removed
--- extra/modules/fglrx-beyond/firegl_public.patch:1.1	Mon Apr 23 23:14:11 2007
+++ extra/modules/fglrx-beyond/firegl_public.patch	Sun May 20 10:09:51 2007
@@ -1,12 +0,0 @@
---- firegl_public.c.old	2007-04-24 03:11:13.000000000 +0000
-+++ firegl_public.c	2007-04-24 03:11:17.000000000 +0000
-@@ -156,9 +156,7 @@
- 
- #endif
- 
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
- #include "linux/freezer.h"
--#endif
- 
- //  For 2.6.18 or higher, the UTS_RELEASE is defined in the linux/utsrelease.h. 
- #ifndef UTS_RELEASE 




More information about the arch-commits mailing list