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@ 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, Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast, Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient. It's a separate library so anyone can make optimized, and convenient. It's a separate library so anyone can make

View File

@ -1,5 +1,11 @@
Edje 0.5.0 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 A graphical layout and animation library for animated resizable, compressed and
scalable themes. scalable themes.

View File

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

View File

@ -1,5 +1,12 @@
Efreet 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: 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 Base Directory
o Desktop Entry o Desktop Entry

View File

@ -1,5 +1,11 @@
Embryo @VERSION@ Embryo @VERSION@
Requirements:
-------------
Must:
libc libm
WARNING: gcc compatibility!!! WARNING: gcc compatibility!!!
There seems to be some bug (or disagreement) between embryo and gcc 3.2.x 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 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 that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more. images, alpha-blend objects much and more.
-------------------------------------------------------------------------- Requirements:
Requires: -------------
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: Optional:
XCB SDL OpenGL Qtopia librsvg libtiff libgif edb DirectFB
X11R6
XCB
DirectFB
SDL
OpenGL (underway at the moment)
Linux
Qtopia
libpng
libjpeg
libeet
libedb
-------------------------------------------------------------------------- --------------------------------------------------------------------------
Evas as of 0.9.9 has a new (and incompatible) API. Why? It's much cleaner Evas as of 0.9.9 has a new (and incompatible) API. Why? It's much cleaner