diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-03-01 16:39:08 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-03-01 16:39:08 +0000 |
commit | c4f42727567539014304c6af7e0d78083e539358 (patch) | |
tree | 9ca2ac51720cbc5fa5be7267bfe035c50c1c8d68 /media-video/ati-drivers | |
parent | Marked Gnome 2.2 and it's 10e99 dependencies ~sparc. (diff) | |
download | gentoo-2-c4f42727567539014304c6af7e0d78083e539358.tar.gz gentoo-2-c4f42727567539014304c6af7e0d78083e539358.tar.bz2 gentoo-2-c4f42727567539014304c6af7e0d78083e539358.zip |
*** empty log message ***
Diffstat (limited to 'media-video/ati-drivers')
-rw-r--r-- | media-video/ati-drivers/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/media-video/ati-drivers/ChangeLog b/media-video/ati-drivers/ChangeLog index 1e9b152e99c9..cf98b353fc17 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.3 2003/02/12 07:36:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.4 2003/03/01 16:39:07 lu_zero Exp $ + + 1 Mar 2003 Luca Barbato <lu_zero@gentoo.org> ati-drivers-2.5.1-r1.ebuild, + ChangeLog: + make sure that the opengl is set to xfree while compiling and after + unmerge. *ati-drivers-2.5.1-r1 (3 Feb 2003) 3 Feb 2003 Luca Barbato <lu_zero@gentoo.org> ati-drivers-2.5.1-r1.ebuild, diff --git a/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild b/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild index 8d72d8af0e5e..e369dc6a8a8e 100644 --- a/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild,v 1.4 2003/02/28 18:56:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild,v 1.5 2003/03/01 16:39:08 lu_zero Exp $ IUSE="qt kde gnome" @@ -8,7 +8,7 @@ SRC_URI="http://pdownload.mii.instacontent.net/ati/drivers/fglrx-glc22-4.2.0-${P HOMEPAGE="http://www.ati.com" DESCRIPTION="Ati precompiled drivers for r300, r250 and r200 chipsets" -LICENSE="ATI GPL-2 QPL-1.0" +LICENSE="ATI GPL QPL" SLOT="${KV}" KEYWORDS="~x86 -ppc -sparc -sparc64" @@ -27,6 +27,11 @@ src_unpack() { rpm2cpio ${DISTDIR}/${A} | cpio --extract --make-directories --unconditional } +pkg_setup(){ + opengl-update xfree +} + + src_compile() { einfo "building the glx module" @@ -36,8 +41,8 @@ src_compile() { einfo "building the fgl_glxgears sample" - - mkdir ${WORKDIR}/fglrxgears + + mkdir ${WORKDIR}/fglrxgears cd ${WORKDIR}/fglrxgears tar -xzvf ${WORKDIR}/usr/src/fglrx_sample_source.tgz mv xc/programs/fgl_glxgears/* . @@ -136,3 +141,7 @@ pkg_postinst() { #drm-module update-modules } + +pkg_postrm() { + opengl-update xfree +} |