[Lunar-commits] r16826 - moonbase/trunk/zbeta/evas-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Oct 7 03:52:52 UTC 2005


Author: v3rt1g0
Date: 2005-10-07 03:52:51 +0000 (Fri, 07 Oct 2005)
New Revision: 16826

Modified:
   moonbase/trunk/zbeta/evas-cvs/BUILD
   moonbase/trunk/zbeta/evas-cvs/DEPENDS
   moonbase/trunk/zbeta/evas-cvs/DETAILS
Log:
Misc tidys.  Giving the module a better description too


Modified: moonbase/trunk/zbeta/evas-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/evas-cvs/BUILD	2005-10-07 03:35:10 UTC (rev 16825)
+++ moonbase/trunk/zbeta/evas-cvs/BUILD	2005-10-07 03:52:51 UTC (rev 16826)
@@ -17,6 +17,7 @@
                --enable-software-x11               \
                --enable-xrender-x11                \
                --enable-fb                         \
+               --enable-buffer                     \
                --enable-font-loader-eet            \
                --enable-cpu-c                      \
                --enable-scale-sample               \

Modified: moonbase/trunk/zbeta/evas-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/evas-cvs/DEPENDS	2005-10-07 03:35:10 UTC (rev 16825)
+++ moonbase/trunk/zbeta/evas-cvs/DEPENDS	2005-10-07 03:52:51 UTC (rev 16826)
@@ -11,6 +11,6 @@
 optional_depends  "DirectFB"  "--enable-directfb"           ""         \
                               "enable the DirectFB rendering backend"  &&
 optional_depends  "valgrind"  "--enable-valgrind"           ""         \
-                  "enable valgrid fixes to stop false reports (not recommended)"  &&
+                              "enable valgrind support (not recommended)"  &&
 optional_depends  "glut"      "--enable-gl-x11"             ""         \
                               "enable OpenGL rendering backend"

Modified: moonbase/trunk/zbeta/evas-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/evas-cvs/DETAILS	2005-10-07 03:35:10 UTC (rev 16825)
+++ moonbase/trunk/zbeta/evas-cvs/DETAILS	2005-10-07 03:52:51 UTC (rev 16826)
@@ -7,9 +7,10 @@
          ENTERED=20040928
          UPDATED=`date -u +%Y%m%d`
    MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
-           SHORT="This is the CVS version of the evas module"
+           SHORT="a hardware-accelerated display canvas API"
 
 cat << EOF
-This is the CVS version of the evas module, see 'lvu what evas'
-for the full scoop.
+Evas is a clean, hardware-accelerated display canvas API for several
+target display systems that can draw anti-aliased text, smooth super
+and sub-sampled scaled images, alpha-blend objects, and much more.
 EOF



More information about the Lunar-commits mailing list