diff options
-rw-r--r-- | COPYING | 11 | ||||
-rw-r--r-- | ChangeLog.eina | 0 | ||||
-rw-r--r-- | Makefile.am | 41 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | README | 20 | ||||
-rw-r--r-- | configure.ac | 12 | ||||
-rw-r--r-- | licenses/COPYING.BSD (renamed from COPYING.BSD) | 0 | ||||
-rw-r--r-- | licenses/COPYING.GPL (renamed from COPYING.GPL) | 0 | ||||
-rw-r--r-- | licenses/COPYING.LGPL (renamed from COPYING.LGPL) | 0 | ||||
-rw-r--r-- | old/ChangeLog.eet (renamed from ChangeLog.eet) | 0 | ||||
-rw-r--r-- | old/ChangeLog.eina (renamed from legacy/eina/ChangeLog) | 0 | ||||
-rw-r--r-- | old/ChangeLog.evil (renamed from ChangeLog.evil) | 0 | ||||
-rw-r--r-- | old/ChangeLog.evil.0 (renamed from ChangeLog.evil.0) | 0 | ||||
-rw-r--r-- | old/NEWS.eet (renamed from NEWS.eet) | 0 | ||||
-rw-r--r-- | old/NEWS.eina (renamed from NEWS.eina) | 0 | ||||
-rw-r--r-- | old/NEWS.evil (renamed from NEWS.evil) | 0 | ||||
-rw-r--r-- | old/README.eet (renamed from README.eet) | 0 | ||||
-rw-r--r-- | old/README.eina (renamed from README.eina) | 0 | ||||
-rw-r--r-- | old/README.evil (renamed from README.evil) | 0 | ||||
-rw-r--r-- | pc/eet.pc.in (renamed from eet.pc.in) | 0 | ||||
-rw-r--r-- | pc/eina.pc.in (renamed from eina.pc.in) | 0 | ||||
-rw-r--r-- | pc/eo.pc.in (renamed from eo.pc.in) | 0 | ||||
-rw-r--r-- | pc/evil.pc.in (renamed from evil.pc.in) | 0 | ||||
-rw-r--r-- | spec/eet.spec.in (renamed from eet.spec.in) | 0 | ||||
-rw-r--r-- | spec/eina.spec.in (renamed from eina.spec.in) | 0 |
25 files changed, 69 insertions, 31 deletions
@@ -1,7 +1,6 @@ -The EFL come with several licences: +EFL comes with several licences. Listed are the library/probject +name and the license file covering it. -BSD 2-clause: Evil, Eet - -LGPL v2: Eina - -GPL v2: +evil: licenses/COPYING.BSD +eet: licenses/COPYING.BSD +eina: licenses/COPYING.LGPL diff --git a/ChangeLog.eina b/ChangeLog.eina deleted file mode 100644 index e69de29bb2..0000000000 --- a/ChangeLog.eina +++ /dev/null diff --git a/Makefile.am b/Makefile.am index e3f8375a83..78ffecd8f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,37 +32,40 @@ m4/evil_windows.m4 \ m4/eina_check.m4 EXTRA_DIST += \ -ChangeLog.evil \ -NEWS.evil \ -README.evil \ -evil.pc \ -ChangeLog.eina \ -NEWS.eina \ -README.eina \ -eina.spec \ -eina.pc \ -ChangeLog.eet \ -NEWS.eet \ -README.eet \ -eet.spec \ -eet.pc \ -eo.pc +licenses/COPYING.LGPL \ +licenses/COPYING.GPL \ +licenses/COPYING.BSD \ +old/ChangeLog.evil \ +old/ChangeLog.eina \ +old/ChangeLog.eet \ +old/NEWS.evil \ +old/README.evil \ +old/NEWS.eina \ +old/README.eina \ +old/NEWS.eet \ +old/README.eet \ +spec/eina.spec \ +spec/eet.spec \ +pc/evil.pc \ +pc/eina.pc \ +pc/eet.pc \ +pc/eo.pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = if HAVE_WINDOWS -pkgconfig_DATA += evil.pc +pkgconfig_DATA += pc/evil.pc endif -pkgconfig_DATA += eina.pc +pkgconfig_DATA += pc/eina.pc if EFL_BUILD_EET -pkgconfig_DATA += eet.pc +pkgconfig_DATA += pc/eet.pc endif if EFL_BUILD_EO -pkgconfig_DATA += eo.pc +pkgconfig_DATA += pc/eo.pc endif @@ -0,0 +1,16 @@ +========= +EFL 1.8.0 +========= + +Changes since 1.7.0: + +Additions: + * Add DOCTYPE children parsing in eina_simple_xml + +Improvements: + * Single EFL tree now covring all EFL library components. + * Speedup Eina Rbtree Iterator by recycling memory instead of + massively calling malloc/free. + +Fixes: + * Fix PPC (big endian) image codec bug. @@ -0,0 +1,20 @@ +EFL 1.7.99 + +****************************************************************************** + + FOR ANY ISSUES PLEASE EMAIL: + enlightenment-devel@lists.sourceforge.net + +****************************************************************************** + +EFL is a collection of libraries for handling many common tasks a +developer man have such as data structures, communication, rendering, +widgets and more. + +------------------------------------------------------------------------------ +COMPILING AND INSTALLING: + + ./configure + make +(do this as root unless you are installing in your users directories): + make install diff --git a/configure.ac b/configure.ac index 740bb1791b..5c3c0c5cce 100644 --- a/configure.ac +++ b/configure.ac @@ -1259,12 +1259,12 @@ src/tests/Makefile src/tests/eina/Makefile src/tests/eet/Makefile src/tests/eo/Makefile -eina.spec -eet.spec -evil.pc -eina.pc -eet.pc -eo.pc +spec/eina.spec +spec/eet.spec +pc/evil.pc +pc/eina.pc +pc/eet.pc +pc/eo.pc ]) AC_OUTPUT diff --git a/COPYING.BSD b/licenses/COPYING.BSD index c51c01ee67..c51c01ee67 100644 --- a/COPYING.BSD +++ b/licenses/COPYING.BSD diff --git a/COPYING.GPL b/licenses/COPYING.GPL index d159169d10..d159169d10 100644 --- a/COPYING.GPL +++ b/licenses/COPYING.GPL diff --git a/COPYING.LGPL b/licenses/COPYING.LGPL index abe887caa1..abe887caa1 100644 --- a/COPYING.LGPL +++ b/licenses/COPYING.LGPL diff --git a/ChangeLog.eet b/old/ChangeLog.eet index 1f29bdac31..1f29bdac31 100644 --- a/ChangeLog.eet +++ b/old/ChangeLog.eet diff --git a/legacy/eina/ChangeLog b/old/ChangeLog.eina index 5dd66d0bc9..5dd66d0bc9 100644 --- a/legacy/eina/ChangeLog +++ b/old/ChangeLog.eina diff --git a/ChangeLog.evil b/old/ChangeLog.evil index ca3722fe8d..ca3722fe8d 100644 --- a/ChangeLog.evil +++ b/old/ChangeLog.evil diff --git a/ChangeLog.evil.0 b/old/ChangeLog.evil.0 index df9e1cfe05..df9e1cfe05 100644 --- a/ChangeLog.evil.0 +++ b/old/ChangeLog.evil.0 diff --git a/NEWS.eet b/old/NEWS.eet index fdd882d9d9..fdd882d9d9 100644 --- a/NEWS.eet +++ b/old/NEWS.eet diff --git a/NEWS.eina b/old/NEWS.eina index 699d5e58b7..699d5e58b7 100644 --- a/NEWS.eina +++ b/old/NEWS.eina diff --git a/NEWS.evil b/old/NEWS.evil index be99983306..be99983306 100644 --- a/NEWS.evil +++ b/old/NEWS.evil diff --git a/README.eet b/old/README.eet index 989f4bbd7d..989f4bbd7d 100644 --- a/README.eet +++ b/old/README.eet diff --git a/README.eina b/old/README.eina index 7b6794afbb..7b6794afbb 100644 --- a/README.eina +++ b/old/README.eina diff --git a/README.evil b/old/README.evil index 430aa49060..430aa49060 100644 --- a/README.evil +++ b/old/README.evil diff --git a/eet.pc.in b/pc/eet.pc.in index ee958878be..ee958878be 100644 --- a/eet.pc.in +++ b/pc/eet.pc.in diff --git a/eina.pc.in b/pc/eina.pc.in index 95b815b05f..95b815b05f 100644 --- a/eina.pc.in +++ b/pc/eina.pc.in diff --git a/eo.pc.in b/pc/eo.pc.in index 9abb5260c3..9abb5260c3 100644 --- a/eo.pc.in +++ b/pc/eo.pc.in diff --git a/evil.pc.in b/pc/evil.pc.in index 6f5f08572e..6f5f08572e 100644 --- a/evil.pc.in +++ b/pc/evil.pc.in diff --git a/eet.spec.in b/spec/eet.spec.in index 5a91f60044..5a91f60044 100644 --- a/eet.spec.in +++ b/spec/eet.spec.in diff --git a/eina.spec.in b/spec/eina.spec.in index 3e526ad57d..3e526ad57d 100644 --- a/eina.spec.in +++ b/spec/eina.spec.in |