diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-11-15 12:00:49 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-11-15 12:00:49 +0000 |
commit | e342c6d3afca20223731e250a8ec101fcbfdae40 (patch) | |
tree | 615774fe6e1511cd5de3769b6bae700c2a7f8df2 | |
parent | c66cc455c4844bae1f69b50cf4f928eaa943e944 (diff) | |
download | evas_generic_loaders-e342c6d3afca20223731e250a8ec101fcbfdae40.tar.gz |
README update
SVN revision: 65250
-rw-r--r-- | README | 47 |
1 files changed, 44 insertions, 3 deletions
@@ -1,5 +1,34 @@ -Additional "generic" loaders for Evas that are stand-alone executables -evas may run from its generic loader module. +Evas generic loaders 1.0.0 + +****************************************************************************** + + FOR ANY ISSUES PLEASE EMAIL: + enlightenment-devel@lists.sourceforge.net + +****************************************************************************** + +Requirements: +------------- + +Must: + libc + libm + zlib + +Recommended: + gstreamer + poppler + libraw + libspecter + + +These are additional "generic" loaders for Evas that are stand-alone +executables that evas may run from its generic loader module. This +means that if they crash, the application loading the image does not +crash also. In addition the licensing of these binaries will not +affect the license of any application that uses Evas as this uses a +completely generic execution system that allows anything to be plugged +in as a loader. Generic loaders currently provided: @@ -18,7 +47,7 @@ Generic loaders currently provided: MPG/AVI/OGV/MOV/MKV/WMV etc. (using Gstreamer) Should we add libxine and vlc ? -Possible fun ones: +Possible fun ones in future: DVI (using DVIlib, see edvi) @@ -28,3 +57,15 @@ Possible fun ones: (beats me how u can render a page from these without a whole office impl - but worth a try? libopenoffice/libllibreoffice if it ever happens?) + +------------------------------------------------------------------------------ +COMPILING AND INSTALLING: + + ./configure + make +(as root unless you are installing in your users directories): + make install + +NOTE: + you should put generic loaders in the same prefix as Evas or they +will not be found. |