[Lunar-commits] r24821 - moonbase/trunk/graphics/dri

Dennis Veatch stumbles at lunar-linux.org
Wed Jun 13 01:00:32 CEST 2007


Author: stumbles
Date: 2007-06-13 01:00:32 +0200 (Wed, 13 Jun 2007)
New Revision: 24821

Removed:
   moonbase/trunk/graphics/dri/r128only.patch
Modified:
   moonbase/trunk/graphics/dri/BUILD
   moonbase/trunk/graphics/dri/DETAILS
Log:

better


Modified: moonbase/trunk/graphics/dri/BUILD
===================================================================
--- moonbase/trunk/graphics/dri/BUILD	2007-06-12 22:52:48 UTC (rev 24820)
+++ moonbase/trunk/graphics/dri/BUILD	2007-06-12 23:00:32 UTC (rev 24821)
@@ -1,11 +1,11 @@
 (
 
-  cat $SCRIPT_DIRECTORY/r128only.patch | patch -p1  &&
+  cat $SOURCE_CACHE/$SOURCE2 | patch -p1            &&
   CFLAGS="$CFLAGS -Wno-deprecated"                  &&
   KV=`uname -r`                                     &&
   make -f Makefile.linux                            &&
   prepare_install                                   &&
   cp *.o  /lib/modules/$KV                          &&
-  depmod -a 
+  depmod -a
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/dri/DETAILS
===================================================================
--- moonbase/trunk/graphics/dri/DETAILS	2007-06-12 22:52:48 UTC (rev 24820)
+++ moonbase/trunk/graphics/dri/DETAILS	2007-06-12 23:00:32 UTC (rev 24821)
@@ -2,16 +2,32 @@
              PKG=kernel
          VERSION=4.0.2
           SOURCE=$PKG-$VERSION.tar.bz2
+         SOURCE2=dri-4.0.2.r128only.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
    SOURCE_URL[0]=http://dri.sourceforge.net/res/kernel/
+      SOURCE_VFY=sha1:a39d48126e5f8ea017d9568b62dc0d9cd9116e00
+     SOURCE2_VFY=sha1:80d41169a003a6180ed3ac350fb6488c411bfaa5
         WEB_SITE=http://dri.sourceforge.net
          ENTERED=20020728
          UPDATED=20020728
            SHORT="a framework for allowing direct access to graphics hardware"
 cat << EOF
-The Direct Rendering Infrastructure, also known as the DRI, is a framework for allowing direct access to graphics hardware in a safe and efficient manner. It includes changes to the X server, to several client libraries, and to the kernel. The first major use for the DRI is to create fast OpenGL implementations.
+The Direct Rendering Infrastructure, also known as the DRI, is a framework
+for allowing direct access to graphics hardware in a safe and efficient
+manner. It includes changes to the X server, to several client libraries,
+and to the kernel. The first major use for the DRI is to create fast OpenGL
+implementations.
 
-The DRI was initially developed by Precision Insight, Inc. (PI) in cooperation with, and partially funded by Red Hat Inc., and SGI. Since PI's merger with VA Linux, and VA Linux' subsequent exit from Linux, the DRI is being maintained by Tungsten Graphics Inc., a new company formed by some of the initial DRI developers from PI.
+The DRI was initially developed by Precision Insight, Inc. (PI) in
+cooperation with, and partially funded by Red Hat Inc., and SGI. Since PI's
+merger with VA Linux, and VA Linux' subsequent exit from Linux, the DRI is
+being maintained by Tungsten Graphics Inc., a new company formed by some of
+the initial DRI developers from PI.
 
-The DRI is an integral part of XFree86 4.x, and integrates with Mesa, an open source implementation of the OpenGL API. Several 3D accelerated drivers have been written to the DRI specification, including drivers for chipsets produced by ATI, Matrox, 3dfx, and Intel. Tungsten Graphics is the current focal point for all DRI development, and many open source developers continue to contribute to the project through the DRI sourceforge project. 
+The DRI is an integral part of XFree86 4.x, and integrates with Mesa, an open
+source implementation of the OpenGL API. Several 3D accelerated drivers have
+been written to the DRI specification, including drivers for chipsets produced
+by ATI, Matrox, 3dfx, and Intel. Tungsten Graphics is the current focal point
+for all DRI development, and many open source developers continue to contribute
+to the project through the DRI sourceforge project.
 EOF

Deleted: moonbase/trunk/graphics/dri/r128only.patch



More information about the Lunar-commits mailing list