deps lists/ debugging too...

SVN revision: 34177
This commit is contained in:
Carsten Haitzler 2008-04-03 18:47:14 +00:00
parent 13809fe5bd
commit a11b5c4769
6 changed files with 45 additions and 15 deletions

View File

@ -1,5 +1,18 @@
Ecore @VERSION@
Requirements:
-------------
Must:
libc libm
Recommended:
libX11 libXext libXcursor libXprint libXinerama libXrandr libXss libXrender
libXcomposite libXfixes libXdamage libXdpms libXtest OpenSSL CURL
Optional:
XCB SDL DirectFB
Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient. It's a separate library so anyone can make

View File

@ -1,5 +1,11 @@
Edje 0.5.0
Requirements:
-------------
Must:
libc libm eet ecore ecore-evas ecore-job ecore-file embryo evas
A graphical layout and animation library for animated resizable, compressed and
scalable themes.

View File

@ -1,5 +1,10 @@
Eet @VERSION@
Requirements:
-------------
Must:
libc libm zlib libjpeg
******************************************************************************
***
*** THIS IS AN ALPHA RELEASE - PLEASE REPORT ANY PROBLEMS TO:

View File

@ -1,5 +1,12 @@
Efreet
------
Requirements:
-------------
Must:
libc ecore ecore-file
An implementation of several specifications from freedesktop.org intended for use in Enlightenment DR17 (e17) and other applications using the Enlightenment Foundation Libraries (EFL). Currently, the following specifications are included:
o Base Directory
o Desktop Entry

View File

@ -1,5 +1,11 @@
Embryo @VERSION@
Requirements:
-------------
Must:
libc libm
WARNING: gcc compatibility!!!
There seems to be some bug (or disagreement) between embryo and gcc 3.2.x
where IEEE floating point format encoding does not "agree" with embryo's own

View File

@ -4,24 +4,17 @@ Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more.
--------------------------------------------------------------------------
Requires:
Requirements:
-------------
freetype 2.1.7 and higher (I want to make this optional)
Must:
libc libm freetype2.1.9+
Recommended:
libX11 libXext libXrender fontconfig libpng libjpeg eet libpthread
Optional:
X11R6
XCB
DirectFB
SDL
OpenGL (underway at the moment)
Linux
Qtopia
libpng
libjpeg
libeet
libedb
XCB SDL OpenGL Qtopia librsvg libtiff libgif edb DirectFB
--------------------------------------------------------------------------
Evas as of 0.9.9 has a new (and incompatible) API. Why? It's much cleaner