           SPELL=evas
if  [  "$EVAS_CVS"  ==  "y"  ];  then
  if  [  "$EVAS_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
   SOURCE_IGNORE=volatile
      PATCHLEVEL=1
else
         VERSION=1.0.0_pre13
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
     SOURCE_HASH=sha512:74be33579477a28bf666e845dc608724b7eda9227c97c0d01e291727bdc4de965410ef6df176a3beca16f82d2f8f49e6269bdfa34ab6e2d0229cb3585d04180a
fi
        WEB_SITE=http://enlightenment.org/Libraries/Evas/
         ENTERED=20011101
         UPDATED=20020509
      LICENSE[0]=BSD
        KEYWORDS="enlightenment e17 wm window-manager library canvas e17-libs"
           SHORT='Hardware-accelerated canvas API for Enlightenment e17'
cat << EOF
Evas is a hardware-accelerated canvas API for X-Windows that can draw
anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as
drop down to using normal X11 primitives such as pixmaps, lines and rectangles
for speed if your CPU or graphics hardware are too slow.

Evas abstracts any need to know much about what the characteristics of your
XServer's display are, what depth or what magic visuals etc, it has. The most
you need to tell Evas is how many colors (at a maximum) to use if the display
is not a truecolor display. By default it is suggested to use 216 colors (as
this equates to a 6x6x6 color cube - exactly the same color cube Netscape,
Mozilla, gdkrgb etc. use so colors will be shared). If Evas can't allocate
enough colors it keeps reducing the size of the color cube until it reaches
plain black and white. This way, it can display on anything from a black and
white only terminal to 16 color VGA to 256 color and all the way up through 15,
16, 24 and 32bit color. Here are some screen shots of a demo Evas application
to show the rendering output in different situations.
EOF
