summaryrefslogtreecommitdiff
path: root/README
blob: 2e0f816758d5e8e5472a5ef0a9863df3806c7820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Evas generic loaders 1.11.0
===========================

******************************************************************************
 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net
******************************************************************************

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.


REQUIREMENTS
------------

Required by default:

  * libc
  * libm
  * zlib

Highly recommended:

  * gstreamer (1.x or 0.10) (ensure you have all the gstreamer codecs you need/want)
  * poppler
  * libraw
  * libspectre
  * librsvg

Suggested:

  * libreoffice


COMPONENTS
----------

Generic loaders currently provided:

  * **XCF** (.xcf .xcf.gz)

  * **PDF** (using poppler)
   * use -key option to specific what page to get and load options for size
     Should we add mupdf ?

  * **PS** (using libspectre)
   * use -key option to specific what page to get and load options for size
     Should we use directly libgs ?

  * **RAW** (using libraw)
  
  * **SVG** (using librsvg)

  * **MPG/AVI/OGV/MOV/MKV/WMV** etc. (using gstreamer)
   * Should we add libxine and vlc ?
  
  * **PPT/PPTX/DOC/DOCX/XLS** etc.
   * Required PDF loader, and uses libreoffice binaries as slaves to
     export PDFs to load


COMPILING AND INSTALLING
------------------------

    ./configure
    make
    sudo make install


COMPILER FLAGS
--------------

You may want to change the install prefix for EFL with:

    --prefix=/path/to/prefix

**NOTE:**

You should put generic loaders in the same prefix as EFL or they will
not be found by EFL at runtime.