summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-17 22:18:38 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-17 22:18:38 +0000
commitf421c7651c9f9c817d8cab76734ad6d06716d931 (patch)
tree18d3b29244334aee90491a2fef4a89d5b311416e /media-video/ati-drivers
parentStable on SPARC. (diff)
downloadgentoo-2-f421c7651c9f9c817d8cab76734ad6d06716d931.tar.gz
gentoo-2-f421c7651c9f9c817d8cab76734ad6d06716d931.tar.bz2
gentoo-2-f421c7651c9f9c817d8cab76734ad6d06716d931.zip
Removing version incompatible with remaining xorg-x11 and opengl-update versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/ati-drivers')
-rw-r--r--media-video/ati-drivers/ChangeLog7
-rw-r--r--media-video/ati-drivers/ati-drivers-8.8.25.ebuild193
-rw-r--r--media-video/ati-drivers/files/digest-ati-drivers-8.8.251
3 files changed, 6 insertions, 195 deletions
diff --git a/media-video/ati-drivers/ChangeLog b/media-video/ati-drivers/ChangeLog
index 83eb8afad247..7c9dc9c03fdd 100644
--- a/media-video/ati-drivers/ChangeLog
+++ b/media-video/ati-drivers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/ati-drivers
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.84 2005/04/11 11:39:25 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.85 2005/04/17 22:18:38 eradicator Exp $
+
+ 17 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ -ati-drivers-8.8.25.ebuild:
+ Removing version incompatible with remaining xorg-x11 and opengl-update
+ versions.
11 Apr 2005; Luca Barbato <lu_zero@gentoo.org> +files/8.8.25-smp.patch,
ati-drivers-8.12.10.ebuild:
diff --git a/media-video/ati-drivers/ati-drivers-8.8.25.ebuild b/media-video/ati-drivers/ati-drivers-8.8.25.ebuild
deleted file mode 100644
index 0e4b09f29016..000000000000
--- a/media-video/ati-drivers/ati-drivers-8.8.25.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.8.25.ebuild,v 1.10 2005/02/06 16:42:18 lu_zero Exp $
-
-IUSE=""
-
-inherit eutils rpm linux-info linux-mod
-
-DESCRIPTION="Ati precompiled drivers for r350, r300, r250 and r200 chipsets"
-HOMEPAGE="http://www.ati.com"
-SRC_URI="http://www2.ati.com/drivers/linux/fglrx_6_8_0-${PV}-1.i386.rpm"
-
-LICENSE="ATI"
-KEYWORDS="-* x86"
-
-RDEPEND=">=x11-base/xorg-x11-6.8.0
- >=x11-base/opengl-update-2.0_pre5"
-
-DEPEND=">=virtual/linux-sources-2.4
- ${RDEPEND}"
-
-PROVIDE="virtual/opengl"
-
-ATIBIN="${D}/opt/ati/bin"
-RESTRICT="nostrip"
-
-pkg_setup(){
- #check kernel and sets up KV_OBJ
- linux-mod_pkg_setup
- # Set up X11 implementation
- X11_IMPLEM_P="$(best_version virtual/x11)"
- X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}"
- X11_IMPLEM="${X11_IMPLEM##*\/}"
- einfo "X11 implementation is ${X11_IMPLEM}."
-}
-
-src_unpack() {
- local OLDBIN="/usr/X11R6/bin"
-
- cd ${WORKDIR}
- rpm_src_unpack
-
- cd ${WORKDIR}/lib/modules/fglrx/build_mod
-
- #epatch ${FILESDIR}/fglrx-3.9.0-allocation.patch
-
- if kernel_is 2 6
- then
- #epatch ${FILESDIR}/fglrx-2.6.10-pci_get_class.patch
- epatch ${FILESDIR}/8.08-kernel-2.6.10.patch
- fi
-
- rm -rf ${WORKDIR}/usr/X11R6/bin/fgl_glxgears
-}
-
-src_compile() {
- einfo "Building the DRM module..."
- cd ${WORKDIR}/lib/modules/fglrx/build_mod
- if kernel_is 2 6
- then
- set_arch_to_kernel
- addwrite "/usr/src/${FK}"
- cp 2.6.x/Makefile .
- export _POSIX2_VERSION="199209"
- if use_m ;
- then
- make -C ${KV_DIR} M="`pwd`" modules || \
- ewarn "DRM module not built"
- else
- make -C ${KV_DIR} SUBDIRS="`pwd`" modules || \
- ewarn "DRM module not built"
- fi
- set_arch_to_portage
- else
- export _POSIX2_VERSION="199209"
- # That is the dirty way to avoid the id -u check
- sed -e 's:`id -u`:0:' \
- -e "s:\`uname -r\`:${KV_FULL}:" \
- -i make.sh
- chmod +x make.sh
- ./make.sh || die "DRM module not built"
- fi
-}
-
-pkg_preinst() {
- # Clean the dinamic libGL stuff's home to ensure
- # we don't have stale libs floating around ...
- if [ -d "${ROOT}/usr/lib/opengl/ati" ]
- then
- rm -rf ${ROOT}/usr/lib/opengl/ati/*
- fi
-}
-
-src_install() {
- local ATI_ROOT="/usr/lib/opengl/ati"
-
- cd ${WORKDIR}
-
- # DRM module
- insinto /lib/modules/${KV_FULL}/video
- # set_kvobj
- doins ${WORKDIR}/lib/modules/fglrx/build_mod/fglrx.${KV_OBJ}
-
- local native_dir
- use x86 && native_dir="lib"
-
- # Install the libs
- src_install-libs
-
- #apps
- insinto /etc/env.d
- doins ${FILESDIR}/09ati
- exeinto /opt/ati/bin
- doexe usr/X11R6/bin/*
-
- #ati custom stuff
- cp -a ${WORKDIR}/usr/include ${D}/usr/include
-}
-
-src_install-libs() {
- local pkglibdir=lib
- local inslibdir=$(get_libdir)
-
- einfo "${pkglibdir} -> ${inslibdir}"
-
- local ATI_ROOT="/usr/${inslibdir}/opengl/ati"
-
- # The GLX libraries
- exeinto ${ATI_ROOT}/lib
- doexe ${WORKDIR}/usr/X11R6/${pkglibdir}/libGL.so.1.2
- dosym libGL.so.1.2 ${ATI_ROOT}/lib/libGL.so.1
- dosym libGL.so.1.2 ${ATI_ROOT}/lib/libGL.so
-
- # Don't do this... see bug #47598
- #dosym libGL.so.1.2 ${ATI_ROOT}/lib/libMesaGL.so
-
- # same as the xorg implementation
- dosym ../${X11_IMPLEM}/extensions ${ATI_ROOT}/extensions
- #Workaround for ancient opengl-config
- #fixes celestia issues
- sed -e "s:libdir=.*:libdir=${ATI_ROOT}/lib:" \
- /usr/${inslibdir}/opengl/${X11_IMPLEM}/lib/libGL.la \
- > $D/${ATI_ROOT}/lib/libGL.la
- dosym ../${X11_IMPLEM}/include ${ATI_ROOT}/include
-
- # X and DRI driver
- if has_version ">=x11-base/xorg-x11-6.8.0-r4"
- then
- local X11_DIR="/usr/"
- else
- local X11_DIR="/usr/X11R6/"
- fi
-
- local X11_LIB_DIR="${X11_DIR}${inslibdir}"
-
- exeinto ${X11_LIB_DIR}/modules/drivers
- doexe ${WORKDIR}/usr/X11R6/${pkglibdir}/modules/drivers/fglrx_drv.o
- exeinto ${X11_LIB_DIR}/modules/dri
- doexe ${WORKDIR}/usr/X11R6/${pkglibdir}/modules/dri/fglrx_dri.so
- exeinto ${X11_LIB_DIR}/modules/linux
- doexe ${WORKDIR}/usr/X11R6/${pkglibdir}/modules/linux/libfglrxdrm.a
- cp -a ${WORKDIR}/usr/X11R6/${pkglibdir}/libfglrx_gamma.* \
- ${D}/${X11_LIB_DIR}
-
- insinto ${X11_DIR}/include/X11/extensions
- doins ${WORKDIR}/usr/X11R6/include/X11/extensions/fglrx_gamma.h
-
- exeinto ${X11_LIB_DIR}/modules/dri
- doexe ${WORKDIR}/usr/X11R6/${pkglibdir}/modules/dri/fglrx_dri.so
-}
-
-
-pkg_postinst() {
-# Ebuild shouldn't do this automatically, just tell the user to do it,
-# otherwise it messes up livecd/gamecd stuff ... (drobbins, 1 May 2003)
-# if [ "${ROOT}" = "/" ]
-# then
-# /usr/sbin/opengl-update ati
-# fi
-
- echo
- einfo "To switch to ATI OpenGL, run \"opengl-update ati\""
- einfo "To change your XF86Config you can use the bundled \"fglrxconfig\""
- echo
- ewarn "***"
- ewarn "If you are experiencing problems with memory allocation try to add"
- ewarn "this line to in your X11 configuration file:"
- ewarn " Option \"KernelModuleParm\" \"agplock=0\" "
- ewarn "That should solve the hangups you could have with Neverwinter Nights"
- ewarn "***"
- # DRM module
- update-modules
-}
diff --git a/media-video/ati-drivers/files/digest-ati-drivers-8.8.25 b/media-video/ati-drivers/files/digest-ati-drivers-8.8.25
deleted file mode 100644
index d6a649879b1c..000000000000
--- a/media-video/ati-drivers/files/digest-ati-drivers-8.8.25
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8245afc1a5f83634ab1b906b8107cd0c fglrx_6_8_0-8.8.25-1.i386.rpm 3744683