diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-04 18:31:48 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-04 18:33:35 +0900 |
commit | b07c0a76ceb252f755b4b36a2c9ca341c75b4cdc (patch) | |
tree | c6f00dfc7da90f92b6f10d4fb80a2908f50ad13c | |
parent | 27cce49ab166c4dd4f4fb372ef377c7b1e5acb02 (diff) |
alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1
76 files changed, 155 insertions, 110 deletions
diff --git a/Makefile.am b/Makefile.am index 161a091a01..85c1fa0835 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,11 +1,7 @@ | |||
1 | ACLOCAL_AMFLAGS = -I m4 | 1 | ACLOCAL_AMFLAGS = -I m4 |
2 | AM_MAKEFLAGS = --no-print-directory | 2 | AM_MAKEFLAGS = --no-print-directory |
3 | AM_DISTCHECK_CONFIGURE_FLAGS = \ | 3 | AM_DISTCHECK_CONFIGURE_FLAGS = \ |
4 | --with-tests=regular \ | 4 | --with-tests=regular |
5 | --enable-always-build-examples \ | ||
6 | --enable-xine \ | ||
7 | --enable-sdl \ | ||
8 | --enable-harfbuzz | ||
9 | 5 | ||
10 | SUBDIRS = src data doc | 6 | SUBDIRS = src data doc |
11 | 7 | ||
diff --git a/configure.ac b/configure.ac index 663fd638fd..78f6848b86 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [7], [99], [dev]) | 1 | EFL_VERSION([1], [8], [0], [dev]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |
@@ -173,6 +173,11 @@ case "$host_os" in | |||
173 | ;; | 173 | ;; |
174 | esac | 174 | esac |
175 | 175 | ||
176 | EFL_VERSION_MAJOR="v_maj" | ||
177 | EFL_VERSION_MINOR="v_min" | ||
178 | AC_SUBST(EFL_VERSION_MAJOR) | ||
179 | AC_SUBST(EFL_VERSION_MINOR) | ||
180 | |||
176 | want_systemd="no" | 181 | want_systemd="no" |
177 | have_wince="no" | 182 | have_wince="no" |
178 | have_win32="no" | 183 | have_win32="no" |
@@ -29,7 +29,8 @@ m4_define([dev_version], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || e | |||
29 | m4_define([v_rev], m4_if($4, dev, [dev_version], [0]))dnl | 29 | m4_define([v_rev], m4_if($4, dev, [dev_version], [0]))dnl |
30 | m4_define([v_rel], m4_if($4, dev, [], m4_ifblank($4, [], [-release $4])))dnl | 30 | m4_define([v_rel], m4_if($4, dev, [], m4_ifblank($4, [], [-release $4])))dnl |
31 | m4_define([def_build_profile], m4_if($4, dev, [dev], [release]))dnl | 31 | m4_define([def_build_profile], m4_if($4, dev, [dev], [release]))dnl |
32 | m4_define([efl_version], m4_if($4, dev, [v_maj.v_min.v_mic.v_rev], [v_maj.v_min.v_mic]))dnl | 32 | dnl m4_define([efl_version], m4_if($4, dev, [v_maj.v_min.v_mic.v_rev], [v_maj.v_min.v_mic]))dnl |
33 | m4_define([efl_version], [v_maj.v_min.v_mic])dnl | ||
33 | ]) | 34 | ]) |
34 | 35 | ||
35 | dnl EFL_COLOR | 36 | dnl EFL_COLOR |
diff --git a/pc/ecore-audio.pc.in b/pc/ecore-audio.pc.in index 1d48e7d8d7..31d1eaba26 100644 --- a/pc/ecore-audio.pc.in +++ b/pc/ecore-audio.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_audio@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_audio | 10 | Libs: -L${libdir} -lecore_audio |
11 | Libs.private: @requirements_libs_ecore_audio@ | 11 | Libs.private: @requirements_libs_ecore_audio@ |
12 | Cflags: -I${includedir}/ecore-audio-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-audio-@VMAJ@ |
diff --git a/pc/ecore-cocoa.pc.in b/pc/ecore-cocoa.pc.in index 15af0ebae9..55ecca92ab 100644 --- a/pc/ecore-cocoa.pc.in +++ b/pc/ecore-cocoa.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_cocoa@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_cocoa | 10 | Libs: -L${libdir} -lecore_cocoa |
11 | Libs.private: @requirements_libs_ecore_cocoa@ | 11 | Libs.private: @requirements_libs_ecore_cocoa@ |
12 | Cflags: -I${includedir}/ecore-cocoa-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-cocoa-@VMAJ@ |
diff --git a/pc/ecore-con.pc.in b/pc/ecore-con.pc.in index c2acbcaae6..11fd8a5fb7 100644 --- a/pc/ecore-con.pc.in +++ b/pc/ecore-con.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_con@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_con | 10 | Libs: -L${libdir} -lecore_con |
11 | Libs.private: @requirements_libs_ecore_con@ | 11 | Libs.private: @requirements_libs_ecore_con@ |
12 | Cflags: -I${includedir}/ecore-con-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-con-@VMAJ@ |
diff --git a/pc/ecore-evas.pc.in b/pc/ecore-evas.pc.in index 53c85f8721..d3ca75b137 100644 --- a/pc/ecore-evas.pc.in +++ b/pc/ecore-evas.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_evas@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_evas | 10 | Libs: -L${libdir} -lecore_evas |
11 | Libs.private: @requirements_libs_ecore_evas@ | 11 | Libs.private: @requirements_libs_ecore_evas@ |
12 | Cflags: -I${includedir}/ecore-evas-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-evas-@VMAJ@ |
diff --git a/pc/ecore-fb.pc.in b/pc/ecore-fb.pc.in index 4efda16ee1..ae006246bc 100644 --- a/pc/ecore-fb.pc.in +++ b/pc/ecore-fb.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_fb@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_fb | 10 | Libs: -L${libdir} -lecore_fb |
11 | Libs.private: @requirements_libs_ecore_fb@ | 11 | Libs.private: @requirements_libs_ecore_fb@ |
12 | Cflags: -I${includedir}/ecore-fb-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-fb-@VMAJ@ |
diff --git a/pc/ecore-file.pc.in b/pc/ecore-file.pc.in index 820c587dad..e4dcd1e186 100644 --- a/pc/ecore-file.pc.in +++ b/pc/ecore-file.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_file@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_file | 10 | Libs: -L${libdir} -lecore_file |
11 | Libs.private: @requirements_libs_ecore_file@ | 11 | Libs.private: @requirements_libs_ecore_file@ |
12 | Cflags: -I${includedir}/ecore-file-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-file-@VMAJ@ |
diff --git a/pc/ecore-imf-evas.pc.in b/pc/ecore-imf-evas.pc.in index 5e5748f976..de109059f9 100644 --- a/pc/ecore-imf-evas.pc.in +++ b/pc/ecore-imf-evas.pc.in | |||
@@ -8,4 +8,4 @@ Description: E core library, IMF Evas module | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires.private: @requirements_pc_ecore_imf_evas@ | 9 | Requires.private: @requirements_pc_ecore_imf_evas@ |
10 | Libs: -L${libdir} -lecore_imf_evas | 10 | Libs: -L${libdir} -lecore_imf_evas |
11 | Cflags: -I${includedir}/ecore-imf-evas-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-imf-evas-@VMAJ@ |
diff --git a/pc/ecore-imf.pc.in b/pc/ecore-imf.pc.in index 6aae05f502..dd7ffff250 100644 --- a/pc/ecore-imf.pc.in +++ b/pc/ecore-imf.pc.in | |||
@@ -10,4 +10,4 @@ Description: E core library, IMF module | |||
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires.private: @requirements_pc_ecore_imf@ | 11 | Requires.private: @requirements_pc_ecore_imf@ |
12 | Libs: -L${libdir} -lecore_imf | 12 | Libs: -L${libdir} -lecore_imf |
13 | Cflags: -I${includedir}/ecore-imf-@VMAJ@ | 13 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-imf-@VMAJ@ |
diff --git a/pc/ecore-input-evas.pc.in b/pc/ecore-input-evas.pc.in index 53b1e299e8..ff6159f31a 100644 --- a/pc/ecore-input-evas.pc.in +++ b/pc/ecore-input-evas.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_input_evas@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_input_evas | 10 | Libs: -L${libdir} -lecore_input_evas |
11 | Libs.private: @requirements_libs_ecore_input_evas@ | 11 | Libs.private: @requirements_libs_ecore_input_evas@ |
12 | Cflags: -I${includedir}/ecore-input-evas-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-input-evas-@VMAJ@ |
diff --git a/pc/ecore-input.pc.in b/pc/ecore-input.pc.in index d445ced8b8..bc4ba9fb58 100644 --- a/pc/ecore-input.pc.in +++ b/pc/ecore-input.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_input@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_input | 10 | Libs: -L${libdir} -lecore_input |
11 | Libs.private: @requirements_libs_ecore_input@ | 11 | Libs.private: @requirements_libs_ecore_input@ |
12 | Cflags: -I${includedir}/ecore-input-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-input-@VMAJ@ |
diff --git a/pc/ecore-ipc.pc.in b/pc/ecore-ipc.pc.in index 1381490bd2..01c4021c17 100644 --- a/pc/ecore-ipc.pc.in +++ b/pc/ecore-ipc.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_ipc@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_ipc | 10 | Libs: -L${libdir} -lecore_ipc |
11 | Libs.private: @requirements_libs_ecore_ipc@ | 11 | Libs.private: @requirements_libs_ecore_ipc@ |
12 | Cflags: -I${includedir}/ecore-ipc-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-ipc-@VMAJ@ |
diff --git a/pc/ecore-psl1ght.pc.in b/pc/ecore-psl1ght.pc.in index c7f5166c93..6a8b97e2f3 100644 --- a/pc/ecore-psl1ght.pc.in +++ b/pc/ecore-psl1ght.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_psl1ght@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_psl1ght | 10 | Libs: -L${libdir} -lecore_psl1ght |
11 | Libs.private: @requirements_libs_ecore_psl1ght@ | 11 | Libs.private: @requirements_libs_ecore_psl1ght@ |
12 | Cflags: -I${includedir}/ecore-psl1ght-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-psl1ght-@VMAJ@ |
diff --git a/pc/ecore-sdl.pc.in b/pc/ecore-sdl.pc.in index 589c8a05a6..630a9c10fe 100644 --- a/pc/ecore-sdl.pc.in +++ b/pc/ecore-sdl.pc.in | |||
@@ -8,4 +8,4 @@ Description: E core library, SDL module | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires.private: @requirements_pc_ecore_sdl@ | 9 | Requires.private: @requirements_pc_ecore_sdl@ |
10 | Libs: -L${libdir} -lecore_sdl | 10 | Libs: -L${libdir} -lecore_sdl |
11 | Cflags: -I${includedir}/ecore-sdl-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-sdl-@VMAJ@ |
diff --git a/pc/ecore-wayland.pc.in b/pc/ecore-wayland.pc.in index 8321897cf0..b469a10dba 100644 --- a/pc/ecore-wayland.pc.in +++ b/pc/ecore-wayland.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_wayland@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_wayland | 10 | Libs: -L${libdir} -lecore_wayland |
11 | Libs.private: @requirements_libs_ecore_wayland@ | 11 | Libs.private: @requirements_libs_ecore_wayland@ |
12 | Cflags: -I${includedir}/ecore-wayland-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-wayland-@VMAJ@ |
diff --git a/pc/ecore-win32.pc.in b/pc/ecore-win32.pc.in index 108b30a5f9..2a1bfad1e3 100644 --- a/pc/ecore-win32.pc.in +++ b/pc/ecore-win32.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_win32@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_win32 | 10 | Libs: -L${libdir} -lecore_win32 |
11 | Libs.private: @requirements_libs_ecore_win32@ | 11 | Libs.private: @requirements_libs_ecore_win32@ |
12 | Cflags: -I${includedir}/ecore-win32-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-win32-@VMAJ@ |
diff --git a/pc/ecore-wince.pc.in b/pc/ecore-wince.pc.in index e782033150..299243990b 100644 --- a/pc/ecore-wince.pc.in +++ b/pc/ecore-wince.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_wince@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_wince | 10 | Libs: -L${libdir} -lecore_wince |
11 | Libs.private: @requirements_libs_ecore_wince@ | 11 | Libs.private: @requirements_libs_ecore_wince@ |
12 | Cflags: -I${includedir}/ecore-wince-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-wince-@VMAJ@ |
diff --git a/pc/ecore-x.pc.in b/pc/ecore-x.pc.in index 2eb1eb204b..f2c4649f4d 100644 --- a/pc/ecore-x.pc.in +++ b/pc/ecore-x.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_x@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lecore_x | 10 | Libs: -L${libdir} -lecore_x |
11 | Libs.private: @requirements_libs_ecore_x@ | 11 | Libs.private: @requirements_libs_ecore_x@ |
12 | Cflags: -I${includedir}/ecore-x-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-x-@VMAJ@ |
diff --git a/pc/ecore.pc.in b/pc/ecore.pc.in index ab7004a420..b6b5516450 100644 --- a/pc/ecore.pc.in +++ b/pc/ecore.pc.in | |||
@@ -11,4 +11,4 @@ Requires.private: @requirements_pc_ecore@ | |||
11 | Version: @VERSION@ | 11 | Version: @VERSION@ |
12 | Libs: -L${libdir} -lecore | 12 | Libs: -L${libdir} -lecore |
13 | Libs.private: @requirements_libs_ecore@ | 13 | Libs.private: @requirements_libs_ecore@ |
14 | Cflags: -I${includedir}/ecore-@VMAJ@ -I${includedir}/efl-@VMAJ@ | 14 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-@VMAJ@ |
diff --git a/pc/edje.pc.in b/pc/edje.pc.in index 51c109c0ff..3776fe898b 100644 --- a/pc/edje.pc.in +++ b/pc/edje.pc.in | |||
@@ -18,4 +18,4 @@ Requires.private: @requirements_pc_edje@ | |||
18 | Version: @VERSION@ | 18 | Version: @VERSION@ |
19 | Libs: -L${libdir} -ledje | 19 | Libs: -L${libdir} -ledje |
20 | Libs.private: @requirements_libs_edje@ | 20 | Libs.private: @requirements_libs_edje@ |
21 | Cflags: -I${includedir}/edje-@VMAJ@ | 21 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/edje-@VMAJ@ |
diff --git a/pc/eet.pc.in b/pc/eet.pc.in index f932978dc9..5ce226b18a 100644 --- a/pc/eet.pc.in +++ b/pc/eet.pc.in | |||
@@ -9,4 +9,4 @@ Version: @VERSION@ | |||
9 | Requires.private: @requirements_pc_eet@ | 9 | Requires.private: @requirements_pc_eet@ |
10 | Libs: -L${libdir} -leet | 10 | Libs: -L${libdir} -leet |
11 | Libs.private: @requirements_libs_eet@ | 11 | Libs.private: @requirements_libs_eet@ |
12 | Cflags: -I${includedir}/eet-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eet-@VMAJ@ |
diff --git a/pc/eeze.pc.in b/pc/eeze.pc.in index 099c1fc07d..abeaa927d4 100644 --- a/pc/eeze.pc.in +++ b/pc/eeze.pc.in | |||
@@ -8,4 +8,4 @@ Description: device convenience library for efl | |||
8 | Requires.private: @requirements_pc_eeze@ | 8 | Requires.private: @requirements_pc_eeze@ |
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -leeze | 10 | Libs: -L${libdir} -leeze |
11 | Cflags: -I${includedir}/eeze-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eeze-@VMAJ@ |
diff --git a/pc/efreet-mime.pc.in b/pc/efreet-mime.pc.in index b14b593829..506c18fe63 100644 --- a/pc/efreet-mime.pc.in +++ b/pc/efreet-mime.pc.in | |||
@@ -8,4 +8,4 @@ Description: Freedesktop Shared Mime Info standard implementation for the EFL | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires.private: @requirements_pc_efreet@ | 9 | Requires.private: @requirements_pc_efreet@ |
10 | Libs: -L${libdir} -lefreet_mime | 10 | Libs: -L${libdir} -lefreet_mime |
11 | Cflags: -I${includedir}/efreet-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efreet-@VMAJ@ |
diff --git a/pc/efreet-trash.pc.in b/pc/efreet-trash.pc.in index 9886ffa487..4025dbb239 100644 --- a/pc/efreet-trash.pc.in +++ b/pc/efreet-trash.pc.in | |||
@@ -8,4 +8,4 @@ Description: Freedesktop Shared Trash implementation for the EFL | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires.private: @requirements_pc_efreet@ | 9 | Requires.private: @requirements_pc_efreet@ |
10 | Libs: -L${libdir} -lefreet_trash | 10 | Libs: -L${libdir} -lefreet_trash |
11 | Cflags: -I${includedir}/efreet-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efreet-@VMAJ@ |
diff --git a/pc/efreet.pc.in b/pc/efreet.pc.in index 358c9903d9..994b771620 100644 --- a/pc/efreet.pc.in +++ b/pc/efreet.pc.in | |||
@@ -8,4 +8,4 @@ Description: Freedesktop standards implementation for the EFL | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires.private: @requirements_pc_efreet@ | 9 | Requires.private: @requirements_pc_efreet@ |
10 | Libs: -L${libdir} -lefreet | 10 | Libs: -L${libdir} -lefreet |
11 | Cflags: -I${includedir}/efreet-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efreet-@VMAJ@ |
diff --git a/pc/eina.pc.in b/pc/eina.pc.in index e904c9ede9..b5b828eb37 100644 --- a/pc/eina.pc.in +++ b/pc/eina.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_eina@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -leina @requirements_public_libs_eina@ | 10 | Libs: -L${libdir} -leina @requirements_public_libs_eina@ |
11 | Libs.private: @requirements_libs_eina@ | 11 | Libs.private: @requirements_libs_eina@ |
12 | Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina |
diff --git a/pc/eio.pc.in b/pc/eio.pc.in index b599f78cf2..4f89e7acaa 100644 --- a/pc/eio.pc.in +++ b/pc/eio.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_eio@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -leio | 10 | Libs: -L${libdir} -leio |
11 | Libs.private: @requirements_libs_eio@ | 11 | Libs.private: @requirements_libs_eio@ |
12 | Cflags: -I${includedir}/eio-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eio-@VMAJ@ |
diff --git a/pc/eldbus.pc.in b/pc/eldbus.pc.in index 94997fc0f8..4c2a4c8385 100644 --- a/pc/eldbus.pc.in +++ b/pc/eldbus.pc.in | |||
@@ -9,5 +9,5 @@ Requires.private: @requirements_pc_eldbus@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -leldbus | 10 | Libs: -L${libdir} -leldbus |
11 | Libs.private: @requirements_libs_eldbus@ | 11 | Libs.private: @requirements_libs_eldbus@ |
12 | Cflags: -I${includedir}/eldbus-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eldbus-@VMAJ@ |
13 | 13 | ||
diff --git a/pc/embryo.pc.in b/pc/embryo.pc.in index 9d7e121ffc..45cc9870f9 100644 --- a/pc/embryo.pc.in +++ b/pc/embryo.pc.in | |||
@@ -12,4 +12,4 @@ Version: @VERSION@ | |||
12 | Requires.private: @requirements_pc_embryo@ | 12 | Requires.private: @requirements_pc_embryo@ |
13 | Libs: -L${libdir} -lembryo | 13 | Libs: -L${libdir} -lembryo |
14 | Libs.private: @requirements_libs_embryo@ | 14 | Libs.private: @requirements_libs_embryo@ |
15 | Cflags: -I${includedir}/embryo-@VMAJ@ | 15 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/embryo-@VMAJ@ |
diff --git a/pc/emotion.pc.in b/pc/emotion.pc.in index fdb38eb3fd..7b8932137d 100644 --- a/pc/emotion.pc.in +++ b/pc/emotion.pc.in | |||
@@ -11,4 +11,4 @@ Description: Emotion evas based multimedia library | |||
11 | Version: @VERSION@ | 11 | Version: @VERSION@ |
12 | Requires.private: @requirements_pc_emotion@ | 12 | Requires.private: @requirements_pc_emotion@ |
13 | Libs: -L${libdir} -lemotion | 13 | Libs: -L${libdir} -lemotion |
14 | Cflags: -I${includedir}/emotion-@VMAJ@ | 14 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/emotion-@VMAJ@ |
diff --git a/pc/eo.pc.in b/pc/eo.pc.in index a58711bd4b..99750978f7 100644 --- a/pc/eo.pc.in +++ b/pc/eo.pc.in | |||
@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@ | |||
9 | Requires.private: @requirements_pc_eo@ | 9 | Requires.private: @requirements_pc_eo@ |
10 | Libs: -L${libdir} -leo | 10 | Libs: -L${libdir} -leo |
11 | Libs.private: | 11 | Libs.private: |
12 | Cflags: -I${includedir}/eo-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/eo-@VMAJ@ |
diff --git a/pc/ephysics.pc.in b/pc/ephysics.pc.in index 38632b0fa3..dd853033a2 100644 --- a/pc/ephysics.pc.in +++ b/pc/ephysics.pc.in | |||
@@ -9,4 +9,4 @@ Description: EPhysics is a wrapper for physics engine. | |||
9 | Requires.private: @requirements_pc_ephysics@ | 9 | Requires.private: @requirements_pc_ephysics@ |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Libs: -L${libdir} -lephysics | 11 | Libs: -L${libdir} -lephysics |
12 | Cflags: -I${includedir}/ephysics-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ephysics-@VMAJ@ |
diff --git a/pc/escape.pc.in b/pc/escape.pc.in index b021b69e68..ec33538054 100644 --- a/pc/escape.pc.in +++ b/pc/escape.pc.in | |||
@@ -8,4 +8,4 @@ Description: Library that ports on the PS3 some specific Unix functions. | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Libs: -L${libdir} -lescape | 9 | Libs: -L${libdir} -lescape |
10 | Libs.private: @requirements_libs_escape@ | 10 | Libs.private: @requirements_libs_escape@ |
11 | Cflags: -I${includedir}/escape-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/escape-@VMAJ@ |
diff --git a/pc/ethumb.pc.in b/pc/ethumb.pc.in index b2d935b24d..cc145444e6 100644 --- a/pc/ethumb.pc.in +++ b/pc/ethumb.pc.in | |||
@@ -10,4 +10,4 @@ Description: Thumbnail Generator Library | |||
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires.private: @requirements_pc_ethumb@ | 11 | Requires.private: @requirements_pc_ethumb@ |
12 | Libs: -L${libdir} -lethumb | 12 | Libs: -L${libdir} -lethumb |
13 | Cflags: -I${includedir}/ethumb-@VMAJ@ | 13 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ethumb-@VMAJ@ |
diff --git a/pc/ethumb_client.pc.in b/pc/ethumb_client.pc.in index 25e5e25244..55fbdb1ecd 100644 --- a/pc/ethumb_client.pc.in +++ b/pc/ethumb_client.pc.in | |||
@@ -8,4 +8,4 @@ Description: Thumbnail Client Library | |||
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires.private: @requirements_pc_ethumb_client@ | 9 | Requires.private: @requirements_pc_ethumb_client@ |
10 | Libs: -L${libdir} -lethumb_client | 10 | Libs: -L${libdir} -lethumb_client |
11 | Cflags: -I${includedir}/ethumb-client-@VMAJ@ | 11 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ethumb-client-@VMAJ@ |
diff --git a/pc/evas.pc.in b/pc/evas.pc.in index 22617f187f..4ca02758f4 100644 --- a/pc/evas.pc.in +++ b/pc/evas.pc.in | |||
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_evas@ | |||
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -levas | 10 | Libs: -L${libdir} -levas |
11 | Libs.private: @requirements_libs_evas@ | 11 | Libs.private: @requirements_libs_evas@ |
12 | Cflags: -I${includedir}/evas-@VMAJ@ -I${includedir}/efl-@VMAJ@ | 12 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/evas-@VMAJ@ |
diff --git a/pc/evil.pc.in b/pc/evil.pc.in index 2331c27068..f35f51285f 100644 --- a/pc/evil.pc.in +++ b/pc/evil.pc.in | |||
@@ -10,4 +10,4 @@ Description: Library that ports on Windows some specific Unix functions. | |||
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Libs: -L${libdir} -levil | 11 | Libs: -L${libdir} -levil |
12 | Libs.private: | 12 | Libs.private: |
13 | Cflags: -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ -mms-bitfields -D__USE_MINGW_ANSI_STDIO | 13 | Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/evil-@VMAJ@ @EFL_WINDOWS_VERSION_CFLAGS@ -mms-bitfields -D__USE_MINGW_ANSI_STDIO |
@@ -8,7 +8,7 @@ msgid "" | |||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: Efl\n" | 9 | "Project-Id-Version: Efl\n" |
10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
11 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 11 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
12 | "PO-Revision-Date: 2013-02-01 09:52+0100\n" | 12 | "PO-Revision-Date: 2013-02-01 09:52+0100\n" |
13 | "Last-Translator: Joan Coll <jcoll2@gmail.com>\n" | 13 | "Last-Translator: Joan Coll <jcoll2@gmail.com>\n" |
14 | "Language-Team: Catalan\n" | 14 | "Language-Team: Catalan\n" |
@@ -9,7 +9,7 @@ msgid "" | |||
9 | msgstr "" | 9 | msgstr "" |
10 | "Project-Id-Version: Efl\n" | 10 | "Project-Id-Version: Efl\n" |
11 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 11 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
12 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 12 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
13 | "PO-Revision-Date: 2012-12-13 12:06+0100\n" | 13 | "PO-Revision-Date: 2012-12-13 12:06+0100\n" |
14 | "Last-Translator: Tomáš Čech <sleep_walker@suse.cz>\n" | 14 | "Last-Translator: Tomáš Čech <sleep_walker@suse.cz>\n" |
15 | "Language-Team: Czech <kde-i18n-doc@kde.org>\n" | 15 | "Language-Team: Czech <kde-i18n-doc@kde.org>\n" |
@@ -8,7 +8,7 @@ msgid "" | |||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: Efl\n" | 9 | "Project-Id-Version: Efl\n" |
10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
11 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 11 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
12 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" | 12 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" |
13 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" | 13 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" |
14 | "Language-Team: Enlightenment Team\n" | 14 | "Language-Team: Enlightenment Team\n" |
@@ -10,7 +10,7 @@ msgid "" | |||
10 | msgstr "" | 10 | msgstr "" |
11 | "Project-Id-Version: Efl\n" | 11 | "Project-Id-Version: Efl\n" |
12 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 12 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
13 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 13 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
14 | "PO-Revision-Date: 2012-12-01 18:26+0200\n" | 14 | "PO-Revision-Date: 2012-12-01 18:26+0200\n" |
15 | "Last-Translator: Efstathios Iosifidis <iosifidis@opensuse.org>\n" | 15 | "Last-Translator: Efstathios Iosifidis <iosifidis@opensuse.org>\n" |
16 | "Language-Team: Ελληνικά, Σύγχρονα <opensuse-translation-el@opensuse.org>\n" | 16 | "Language-Team: Ελληνικά, Σύγχρονα <opensuse-translation-el@opensuse.org>\n" |
@@ -7,7 +7,7 @@ msgid "" | |||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: enlightenment\n" | 8 | "Project-Id-Version: enlightenment\n" |
9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
10 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 10 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
11 | "PO-Revision-Date: 2013-02-21 15:24+0000\n" | 11 | "PO-Revision-Date: 2013-02-21 15:24+0000\n" |
12 | "Last-Translator: Michael Moroni <michael.moroni@mailoo.org>\n" | 12 | "Last-Translator: Michael Moroni <michael.moroni@mailoo.org>\n" |
13 | "Language-Team: Esperanto <eo@li.org>\n" | 13 | "Language-Team: Esperanto <eo@li.org>\n" |
@@ -7,7 +7,7 @@ msgid "" | |||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: Efl\n" | 8 | "Project-Id-Version: Efl\n" |
9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
10 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 10 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
11 | "PO-Revision-Date: 2013-01-04 23:53+0100\n" | 11 | "PO-Revision-Date: 2013-01-04 23:53+0100\n" |
12 | "Last-Translator: Adrián Arévalo <adri58@gmail.com>\n" | 12 | "Last-Translator: Adrián Arévalo <adri58@gmail.com>\n" |
13 | "Language-Team: Enlightenment Team\n" | 13 | "Language-Team: Enlightenment Team\n" |
@@ -9,7 +9,7 @@ msgid "" | |||
9 | msgstr "" | 9 | msgstr "" |
10 | "Project-Id-Version: Efl\n" | 10 | "Project-Id-Version: Efl\n" |
11 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 11 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
12 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 12 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
13 | "PO-Revision-Date: 2013-02-05 22:51+0000\n" | 13 | "PO-Revision-Date: 2013-02-05 22:51+0000\n" |
14 | "Last-Translator: ilLogict <illogict@online.fr>\n" | 14 | "Last-Translator: ilLogict <illogict@online.fr>\n" |
15 | "Language-Team: Enlightenment French Team <enlightenment-intl@lists." | 15 | "Language-Team: Enlightenment French Team <enlightenment-intl@lists." |
@@ -6,7 +6,7 @@ msgid "" | |||
6 | msgstr "" | 6 | msgstr "" |
7 | "Project-Id-Version: Efl\n" | 7 | "Project-Id-Version: Efl\n" |
8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
9 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 9 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
10 | "PO-Revision-Date: 2012-11-07 22:52+0100\n" | 10 | "PO-Revision-Date: 2012-11-07 22:52+0100\n" |
11 | "Last-Translator: Aníbal Garrido <khany@member.trisquel.info>\n" | 11 | "Last-Translator: Aníbal Garrido <khany@member.trisquel.info>\n" |
12 | "Language-Team: http://trasno.net/ <proxecto@trasno.net>\n" | 12 | "Language-Team: http://trasno.net/ <proxecto@trasno.net>\n" |
@@ -7,7 +7,7 @@ msgid "" | |||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: Efl\n" | 8 | "Project-Id-Version: Efl\n" |
9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
10 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 10 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
11 | "PO-Revision-Date: 2013-01-05 20:49+0100\n" | 11 | "PO-Revision-Date: 2013-01-05 20:49+0100\n" |
12 | "Last-Translator: Massimo Maiurana <maiurana@gmail.com>\n" | 12 | "Last-Translator: Massimo Maiurana <maiurana@gmail.com>\n" |
13 | "Language-Team: none\n" | 13 | "Language-Team: none\n" |
@@ -6,7 +6,7 @@ msgid "" | |||
6 | msgstr "" | 6 | msgstr "" |
7 | "Project-Id-Version: Efl\n" | 7 | "Project-Id-Version: Efl\n" |
8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
9 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 9 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
10 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" | 10 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" |
11 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" | 11 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" |
12 | "Language-Team: Enlightenment Team\n" | 12 | "Language-Team: Enlightenment Team\n" |
@@ -9,7 +9,7 @@ msgid "" | |||
9 | msgstr "" | 9 | msgstr "" |
10 | "Project-Id-Version: Efl\n" | 10 | "Project-Id-Version: Efl\n" |
11 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 11 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
12 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 12 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
13 | "PO-Revision-Date: 2013-01-02 07:33+0900\n" | 13 | "PO-Revision-Date: 2013-01-02 07:33+0900\n" |
14 | "Last-Translator: Daniel Juyung Seo <seojuyung2@gmali.com>\n" | 14 | "Last-Translator: Daniel Juyung Seo <seojuyung2@gmali.com>\n" |
15 | "Language-Team: Enlightenment Team\n" | 15 | "Language-Team: Enlightenment Team\n" |
@@ -7,7 +7,7 @@ msgid "" | |||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: enlightenment\n" | 8 | "Project-Id-Version: enlightenment\n" |
9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
10 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 10 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
11 | "PO-Revision-Date: 2013-01-05 21:52+0000\n" | 11 | "PO-Revision-Date: 2013-01-05 21:52+0000\n" |
12 | "Last-Translator: Mantas Kriaučiūnas <mantas@akl.lt>\n" | 12 | "Last-Translator: Mantas Kriaučiūnas <mantas@akl.lt>\n" |
13 | "Language-Team: Lithuanian <lt@li.org>\n" | 13 | "Language-Team: Lithuanian <lt@li.org>\n" |
@@ -6,7 +6,7 @@ msgid "" | |||
6 | msgstr "" | 6 | msgstr "" |
7 | "Project-Id-Version: Efl\n" | 7 | "Project-Id-Version: Efl\n" |
8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
9 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 9 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
10 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" | 10 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" |
11 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" | 11 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" |
12 | "Language-Team: Enlightenment Team\n" | 12 | "Language-Team: Enlightenment Team\n" |
@@ -7,7 +7,7 @@ msgid "" | |||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: Efl\n" | 8 | "Project-Id-Version: Efl\n" |
9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
10 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 10 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
11 | "PO-Revision-Date: 2012-10-10 00:21+0100\n" | 11 | "PO-Revision-Date: 2012-10-10 00:21+0100\n" |
12 | "Last-Translator: Sérgio Marques <smarquespt@gmail.com>\n" | 12 | "Last-Translator: Sérgio Marques <smarquespt@gmail.com>\n" |
13 | "Language-Team: Enlightenment Team\n" | 13 | "Language-Team: Enlightenment Team\n" |
@@ -6,7 +6,7 @@ msgid "" | |||
6 | msgstr "" | 6 | msgstr "" |
7 | "Project-Id-Version: Efl\n" | 7 | "Project-Id-Version: Efl\n" |
8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 8 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
9 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 9 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
10 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" | 10 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" |
11 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" | 11 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" |
12 | "Language-Team: Enlightenment Team\n" | 12 | "Language-Team: Enlightenment Team\n" |
@@ -7,7 +7,7 @@ msgid "" | |||
7 | msgstr "" | 7 | msgstr "" |
8 | "Project-Id-Version: Efl\n" | 8 | "Project-Id-Version: Efl\n" |
9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 9 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
10 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 10 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
11 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" | 11 | "PO-Revision-Date: 2012-06-24 17:10+0900\n" |
12 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" | 12 | "Last-Translator: Jerome Pinot <ngc891@gmail.com>\n" |
13 | "Language-Team: Enlightenment Team\n" | 13 | "Language-Team: Enlightenment Team\n" |
@@ -8,7 +8,7 @@ msgid "" | |||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: enlightenment\n" | 9 | "Project-Id-Version: enlightenment\n" |
10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
11 | "POT-Creation-Date: 2013-11-01 08:28+0900\n" | 11 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
12 | "PO-Revision-Date: 2013-06-20 04:43+0000\n" | 12 | "PO-Revision-Date: 2013-06-20 04:43+0000\n" |
13 | "Last-Translator: Саша Петровић <salepetronije@gmail.com>\n" | 13 | "Last-Translator: Саша Петровић <salepetronije@gmail.com>\n" |
14 | "Language-Team: српски <српски <xfce-i18n@xfce.org>>\n" | 14 | "Language-Team: српски <српски <xfce-i18n@xfce.org>>\n" |
diff --git a/po/zh_CN.po b/po/zh_CN.po index 4b8cb27c8c..8a683130ae 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po | |||
@@ -8,7 +8,7 @@ msgid "" | |||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: Efl\n" | 9 | "Project-Id-Version: Efl\n" |
10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" | 10 | "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" |
11 | "POT-Creation-Date: 2013-09-30 14:26+0900\n" | 11 | "POT-Creation-Date: 2013-11-04 15:41+0900\n" |
12 | "PO-Revision-Date: 2012-12-22 03:45+0800\n" | 12 | "PO-Revision-Date: 2012-12-22 03:45+0800\n" |
13 | "Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n" | 13 | "Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n" |
14 | "Language-Team: Chinese (simplified)\n" | 14 | "Language-Team: Chinese (simplified)\n" |
diff --git a/src/Makefile.am b/src/Makefile.am index f4f49a8ccd..6ceedd2153 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -15,7 +15,7 @@ check_PROGRAMS = | |||
15 | TESTS = | 15 | TESTS = |
16 | EXTRA_DIST = | 16 | EXTRA_DIST = |
17 | 17 | ||
18 | EFL_INSTALL_DATA_HOOK= | 18 | EFL_INSTALL_EXEC_HOOK= |
19 | 19 | ||
20 | include Makefile_Efl.am | 20 | include Makefile_Efl.am |
21 | 21 | ||
@@ -102,9 +102,5 @@ clean-local: | |||
102 | find . -type f -name '*.gcda' -delete | 102 | find . -type f -name '*.gcda' -delete |
103 | find . -type f -name check-results.xml -delete | 103 | find . -type f -name check-results.xml -delete |
104 | 104 | ||
105 | install-data-hook: | 105 | install-exec-hook: |
106 | $(EFL_INSTALL_DATA_HOOK) | 106 | $(EFL_INSTALL_EXEC_HOOK) |
107 | for i in $(lib_LTLIBRARIES); do \ | ||
108 | export file=`basename $$i`; \ | ||
109 | sed -e "s/-luuid//" $(DESTDIR)${libdir}/$$file > $(DESTDIR)${libdir}/$$file.tmp && mv $(DESTDIR)${libdir}/$$file.tmp $(DESTDIR)${libdir}/$$file; \ | ||
110 | done | ||
diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index 6c1daf939e..6b4cad4849 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am | |||
@@ -210,7 +210,35 @@ bin/edje/edje_convert.c \ | |||
210 | bin/edje/edje_data_convert.c \ | 210 | bin/edje/edje_data_convert.c \ |
211 | bin/edje/edje_convert_main.c \ | 211 | bin/edje/edje_convert_main.c \ |
212 | lib/edje/edje_convert.c \ | 212 | lib/edje/edje_convert.c \ |
213 | tests/edje/edje_tests_helpers.h | 213 | tests/edje/edje_tests_helpers.h \ |
214 | tests/edje/data/complex_layout.edc \ | ||
215 | tests/edje/data/test_layout.edc \ | ||
216 | tests/emotion/data/theme.edc \ | ||
217 | tests/emotion/data/icon.edc \ | ||
218 | tests/emotion/data/bpause.png \ | ||
219 | tests/emotion/data/bplay.png \ | ||
220 | tests/emotion/data/bstop.png \ | ||
221 | tests/emotion/data/e_logo.png \ | ||
222 | tests/emotion/data/fr1.png \ | ||
223 | tests/emotion/data/fr2.png \ | ||
224 | tests/emotion/data/fr3.png \ | ||
225 | tests/emotion/data/fr4.png \ | ||
226 | tests/emotion/data/fr5.png \ | ||
227 | tests/emotion/data/fr6.png \ | ||
228 | tests/emotion/data/fr7.png \ | ||
229 | tests/emotion/data/h_slider.png \ | ||
230 | tests/emotion/data/knob.png \ | ||
231 | tests/emotion/data/orb.png \ | ||
232 | tests/emotion/data/pnl.png \ | ||
233 | tests/emotion/data/sl.png \ | ||
234 | tests/emotion/data/tiles.png \ | ||
235 | tests/emotion/data/video_frame_bottom.png \ | ||
236 | tests/emotion/data/video_frame_left.png \ | ||
237 | tests/emotion/data/video_frame_right.png \ | ||
238 | tests/emotion/data/video_frame_top.png \ | ||
239 | tests/emotion/data/whb.png \ | ||
240 | tests/emotion/data/window_inner_shadow.png | ||
241 | |||
214 | 242 | ||
215 | bin_SCRIPTS += bin/edje/edje_recc | 243 | bin_SCRIPTS += bin/edje/edje_recc |
216 | 244 | ||
diff --git a/src/Makefile_Eeze.am b/src/Makefile_Eeze.am index eaa41d7a56..499193d4dd 100644 --- a/src/Makefile_Eeze.am +++ b/src/Makefile_Eeze.am | |||
@@ -134,7 +134,7 @@ bin_eeze_eeze_scanner_DEPENDENCIES = @USE_EEZE_INTERNAL_LIBS@ | |||
134 | 134 | ||
135 | setuid_root_mode = a=rx,u+xs | 135 | setuid_root_mode = a=rx,u+xs |
136 | 136 | ||
137 | EFL_INSTALL_DATA_HOOK+=@chmod $(setuid_root_mode) $(DESTDIR)$(bindir)/eeze_scanner$(EXEEXT) || true; | 137 | EFL_INSTALL_EXEC_HOOK+=@chmod $(setuid_root_mode) $(DESTDIR)$(bindir)/eeze_scanner$(EXEEXT) || true; |
138 | 138 | ||
139 | 139 | ||
140 | ### Unit tests | 140 | ### Unit tests |
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 83307f2fd5..eceb4ed34e 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h | |||
@@ -2,6 +2,8 @@ | |||
2 | extern "C" { | 2 | extern "C" { |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include <Efl_Config.h> | ||
6 | |||
5 | /** | 7 | /** |
6 | * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. | 8 | * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. |
7 | * @ingroup Ecore | 9 | * @ingroup Ecore |
@@ -30,8 +32,8 @@ EAPI int ecore_shutdown(void); | |||
30 | * @{ | 32 | * @{ |
31 | */ | 33 | */ |
32 | 34 | ||
33 | #define ECORE_VERSION_MAJOR 1 | 35 | #define ECORE_VERSION_MAJOR EFL_VERSION_MAJOR |
34 | #define ECORE_VERSION_MINOR 8 | 36 | #define ECORE_VERSION_MINOR EFL_VERSION_MINOR |
35 | 37 | ||
36 | typedef struct _Ecore_Version | 38 | typedef struct _Ecore_Version |
37 | { | 39 | { |
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h index e0e24ae98c..4341711682 100644 --- a/src/lib/ecore_x/Ecore_X.h +++ b/src/lib/ecore_x/Ecore_X.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define _ECORE_X_H | 2 | #define _ECORE_X_H |
3 | 3 | ||
4 | #include <Eina.h> | 4 | #include <Eina.h> |
5 | #include <Efl_Config.h> | ||
5 | 6 | ||
6 | #ifdef EAPI | 7 | #ifdef EAPI |
7 | # undef EAPI | 8 | # undef EAPI |
@@ -25,6 +26,19 @@ | |||
25 | # endif // ifdef __GNUC__ | 26 | # endif // ifdef __GNUC__ |
26 | #endif // ifdef _MSC_VER | 27 | #endif // ifdef _MSC_VER |
27 | 28 | ||
29 | #define ECORE_X_VERSION_MAJOR EFL_VERSION_MAJOR | ||
30 | #define ECORE_X_VERSION_MINOR EFL_VERSION_MINOR | ||
31 | |||
32 | typedef struct _Ecore_X_Version | ||
33 | { | ||
34 | int major; | ||
35 | int minor; | ||
36 | int micro; | ||
37 | int revision; | ||
38 | } Ecore_X_Version; | ||
39 | |||
40 | EAPI extern Ecore_X_Version *ecore_x_version; | ||
41 | |||
28 | #include "ecore_x_version.h" | 42 | #include "ecore_x_version.h" |
29 | 43 | ||
30 | #include <sys/types.h> | 44 | #include <sys/types.h> |
diff --git a/src/lib/ecore_x/ecore_x_version.h.in b/src/lib/ecore_x/ecore_x_version.h.in index 24de5f86fd..98f1d6a9db 100644 --- a/src/lib/ecore_x/ecore_x_version.h.in +++ b/src/lib/ecore_x/ecore_x_version.h.in | |||
@@ -1,19 +1,6 @@ | |||
1 | #ifndef _ECORE_X_VERSION_H_ | 1 | #ifndef _ECORE_X_VERSION_H_ |
2 | #define _ECORE_X_VERSION_H_ 1 | 2 | #define _ECORE_X_VERSION_H_ 1 |
3 | 3 | ||
4 | #define ECORE_X_VERSION_MAJOR @VMAJ@ | ||
5 | #define ECORE_X_VERSION_MINOR @VMIN@ | ||
6 | |||
7 | typedef struct _Ecore_X_Version | ||
8 | { | ||
9 | int major; | ||
10 | int minor; | ||
11 | int micro; | ||
12 | int revision; | ||
13 | } Ecore_X_Version; | ||
14 | |||
15 | EAPI extern Ecore_X_Version *ecore_x_version; | ||
16 | |||
17 | #ifndef @HAVE_ECORE_X_BACKEND@ | 4 | #ifndef @HAVE_ECORE_X_BACKEND@ |
18 | #define @HAVE_ECORE_X_BACKEND@ 1 | 5 | #define @HAVE_ECORE_X_BACKEND@ 1 |
19 | #endif | 6 | #endif |
diff --git a/src/lib/edje/Edje.h b/src/lib/edje/Edje.h index 8a460e9ab7..015dcad432 100644 --- a/src/lib/edje/Edje.h +++ b/src/lib/edje/Edje.h | |||
@@ -214,6 +214,7 @@ param in edje programs | |||
214 | 214 | ||
215 | #include <Evas.h> | 215 | #include <Evas.h> |
216 | #include <Eo.h> | 216 | #include <Eo.h> |
217 | #include <Efl_Config.h> | ||
217 | 218 | ||
218 | #ifdef EAPI | 219 | #ifdef EAPI |
219 | # undef EAPI | 220 | # undef EAPI |
@@ -245,8 +246,8 @@ param in edje programs | |||
245 | extern "C" { | 246 | extern "C" { |
246 | #endif | 247 | #endif |
247 | 248 | ||
248 | #define EDJE_VERSION_MAJOR 1 | 249 | #define EDJE_VERSION_MAJOR EFL_VERSION_MAJOR |
249 | #define EDJE_VERSION_MINOR 8 | 250 | #define EDJE_VERSION_MINOR EFL_VERSION_MINOR |
250 | 251 | ||
251 | #include "Edje_Common.h" | 252 | #include "Edje_Common.h" |
252 | #ifndef EFL_NOLEGACY_API_SUPPORT | 253 | #ifndef EFL_NOLEGACY_API_SUPPORT |
diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h index de57e4a3d7..ab907335cc 100644 --- a/src/lib/eet/Eet.h +++ b/src/lib/eet/Eet.h | |||
@@ -97,6 +97,7 @@ | |||
97 | #include <stdlib.h> | 97 | #include <stdlib.h> |
98 | #include <stdio.h> | 98 | #include <stdio.h> |
99 | #include <Eina.h> | 99 | #include <Eina.h> |
100 | #include <Efl_Config.h> | ||
100 | 101 | ||
101 | #ifdef EAPI | 102 | #ifdef EAPI |
102 | # undef EAPI | 103 | # undef EAPI |
@@ -136,8 +137,8 @@ extern "C" { | |||
136 | * | 137 | * |
137 | */ | 138 | */ |
138 | 139 | ||
139 | #define EET_VERSION_MAJOR 1 | 140 | #define EET_VERSION_MAJOR EFL_VERSION_MAJOR |
140 | #define EET_VERSION_MINOR 8 | 141 | #define EET_VERSION_MINOR EFL_VERSION_MINOR |
141 | /** | 142 | /** |
142 | * @typedef Eet_Version | 143 | * @typedef Eet_Version |
143 | * | 144 | * |
diff --git a/src/lib/eeze/Eeze.h b/src/lib/eeze/Eeze.h index 82ef11ae82..55d2230884 100644 --- a/src/lib/eeze/Eeze.h +++ b/src/lib/eeze/Eeze.h | |||
@@ -73,6 +73,7 @@ | |||
73 | #define EEZE_UDEV_H | 73 | #define EEZE_UDEV_H |
74 | 74 | ||
75 | #include <Eina.h> | 75 | #include <Eina.h> |
76 | #include <Efl_Config.h> | ||
76 | 77 | ||
77 | #ifdef EAPI | 78 | #ifdef EAPI |
78 | # undef EAPI | 79 | # undef EAPI |
@@ -270,8 +271,8 @@ struct Eeze_Udev_Watch; | |||
270 | */ | 271 | */ |
271 | typedef struct Eeze_Udev_Watch Eeze_Udev_Watch; | 272 | typedef struct Eeze_Udev_Watch Eeze_Udev_Watch; |
272 | 273 | ||
273 | #define EEZE_VERSION_MAJOR 1 | 274 | #define EEZE_VERSION_MAJOR EFL_VERSION_MAJOR |
274 | #define EEZE_VERSION_MINOR 8 | 275 | #define EEZE_VERSION_MINOR EFL_VERSION_MINOR |
275 | 276 | ||
276 | typedef struct _Eeze_Version | 277 | typedef struct _Eeze_Version |
277 | { | 278 | { |
diff --git a/src/lib/efl/Efl_Config.h.in b/src/lib/efl/Efl_Config.h.in index 5bf7f6a004..ad17684a3d 100644 --- a/src/lib/efl/Efl_Config.h.in +++ b/src/lib/efl/Efl_Config.h.in | |||
@@ -13,4 +13,7 @@ | |||
13 | /* @EFL_API_EO_DEF@ */ | 13 | /* @EFL_API_EO_DEF@ */ |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | #define EFL_VERSION_MAJOR @EFL_VERSION_MAJOR@ | ||
17 | #define EFL_VERSION_MINOR @EFL_VERSION_MINOR@ | ||
18 | |||
16 | #endif | 19 | #endif |
diff --git a/src/lib/efreet/Efreet.h b/src/lib/efreet/Efreet.h index ae1ec188b8..e2360ee0e7 100644 --- a/src/lib/efreet/Efreet.h +++ b/src/lib/efreet/Efreet.h | |||
@@ -72,6 +72,7 @@ | |||
72 | */ | 72 | */ |
73 | 73 | ||
74 | #include <Eina.h> | 74 | #include <Eina.h> |
75 | #include <Efl_Config.h> | ||
75 | 76 | ||
76 | #ifdef EAPI | 77 | #ifdef EAPI |
77 | # undef EAPI | 78 | # undef EAPI |
@@ -103,8 +104,8 @@ | |||
103 | extern "C" { | 104 | extern "C" { |
104 | #endif | 105 | #endif |
105 | 106 | ||
106 | #define EFREET_VERSION_MAJOR 1 | 107 | #define EFREET_VERSION_MAJOR EFL_VERSION_MAJOR |
107 | #define EFREET_VERSION_MINOR 8 | 108 | #define EFREET_VERSION_MINOR EFL_VERSION_MINOR |
108 | 109 | ||
109 | typedef struct _Efreet_Version | 110 | typedef struct _Efreet_Version |
110 | { | 111 | { |
diff --git a/src/lib/eina/eina_main.h b/src/lib/eina/eina_main.h index 41ea2a5b57..d7a7f0b01f 100644 --- a/src/lib/eina/eina_main.h +++ b/src/lib/eina/eina_main.h | |||
@@ -19,6 +19,8 @@ | |||
19 | #ifndef EINA_MAIN_H_ | 19 | #ifndef EINA_MAIN_H_ |
20 | #define EINA_MAIN_H_ | 20 | #define EINA_MAIN_H_ |
21 | 21 | ||
22 | #include <Efl_Config.h> | ||
23 | |||
22 | #include "eina_types.h" | 24 | #include "eina_types.h" |
23 | 25 | ||
24 | /** | 26 | /** |
@@ -44,13 +46,13 @@ | |||
44 | * @def EINA_VERSION_MAJOR | 46 | * @def EINA_VERSION_MAJOR |
45 | * @brief Major version of Eina | 47 | * @brief Major version of Eina |
46 | */ | 48 | */ |
47 | #define EINA_VERSION_MAJOR 1 | 49 | #define EINA_VERSION_MAJOR EFL_VERSION_MAJOR |
48 | 50 | ||
49 | /** | 51 | /** |
50 | * @def EINA_VERSION_MINOR | 52 | * @def EINA_VERSION_MINOR |
51 | * @brief Minor version of Eina | 53 | * @brief Minor version of Eina |
52 | */ | 54 | */ |
53 | #define EINA_VERSION_MINOR 8 | 55 | #define EINA_VERSION_MINOR EFL_VERSION_MINOR |
54 | 56 | ||
55 | /** | 57 | /** |
56 | * @typedef Eina_Version | 58 | * @typedef Eina_Version |
diff --git a/src/lib/eio/Eio.h b/src/lib/eio/Eio.h index fde08d1071..7c9bd06b2e 100644 --- a/src/lib/eio/Eio.h +++ b/src/lib/eio/Eio.h | |||
@@ -30,6 +30,7 @@ | |||
30 | 30 | ||
31 | #include <Eina.h> | 31 | #include <Eina.h> |
32 | #include <Eet.h> | 32 | #include <Eet.h> |
33 | #include <Efl_Config.h> | ||
33 | 34 | ||
34 | #ifdef EAPI | 35 | #ifdef EAPI |
35 | # undef EAPI | 36 | # undef EAPI |
@@ -62,8 +63,8 @@ | |||
62 | extern "C" { | 63 | extern "C" { |
63 | #endif | 64 | #endif |
64 | 65 | ||
65 | #define EIO_VERSION_MAJOR 1 | 66 | #define EIO_VERSION_MAJOR EFL_VERSION_MAJOR |
66 | #define EIO_VERSION_MINOR 8 | 67 | #define EIO_VERSION_MINOR EFL_VERSION_MINOR |
67 | 68 | ||
68 | /** | 69 | /** |
69 | * @typedef Eio_Version | 70 | * @typedef Eio_Version |
diff --git a/src/lib/eldbus/Eldbus.h b/src/lib/eldbus/Eldbus.h index cc069a0594..478fcea92f 100644 --- a/src/lib/eldbus/Eldbus.h +++ b/src/lib/eldbus/Eldbus.h | |||
@@ -78,6 +78,7 @@ | |||
78 | 78 | ||
79 | #include <Eina.h> | 79 | #include <Eina.h> |
80 | #include <stdarg.h> | 80 | #include <stdarg.h> |
81 | #include <Efl_Config.h> | ||
81 | 82 | ||
82 | #ifdef EAPI | 83 | #ifdef EAPI |
83 | # undef EAPI | 84 | # undef EAPI |
@@ -115,8 +116,8 @@ extern "C" { | |||
115 | * | 116 | * |
116 | * @{ | 117 | * @{ |
117 | */ | 118 | */ |
118 | #define ELDBUS_VERSION_MAJOR 1 | 119 | #define ELDBUS_VERSION_MAJOR EFL_VERSION_MAJOR |
119 | #define ELDBUS_VERSION_MINOR 8 | 120 | #define ELDBUS_VERSION_MINOR EFL_VERSION_MINOR |
120 | 121 | ||
121 | #define ELDBUS_FDO_BUS "org.freedesktop.DBus" | 122 | #define ELDBUS_FDO_BUS "org.freedesktop.DBus" |
122 | #define ELDBUS_FDO_PATH "/org/freedesktop/DBus" | 123 | #define ELDBUS_FDO_PATH "/org/freedesktop/DBus" |
diff --git a/src/lib/embryo/Embryo.h b/src/lib/embryo/Embryo.h index e9020d4ced..923afe73aa 100644 --- a/src/lib/embryo/Embryo.h +++ b/src/lib/embryo/Embryo.h | |||
@@ -336,6 +336,8 @@ This is the @e only file you need to include. | |||
336 | #ifndef _EMBRYO_H | 336 | #ifndef _EMBRYO_H |
337 | #define _EMBRYO_H | 337 | #define _EMBRYO_H |
338 | 338 | ||
339 | #include <Efl_Config.h> | ||
340 | |||
339 | #ifdef EAPI | 341 | #ifdef EAPI |
340 | # undef EAPI | 342 | # undef EAPI |
341 | #endif | 343 | #endif |
@@ -366,8 +368,8 @@ This is the @e only file you need to include. | |||
366 | extern "C" { | 368 | extern "C" { |
367 | #endif | 369 | #endif |
368 | 370 | ||
369 | #define EMBRYO_VERSION_MAJOR 1 | 371 | #define EMBRYO_VERSION_MAJOR EFL_VERSION_MAJOR |
370 | #define EMBRYO_VERSION_MINOR 8 | 372 | #define EMBRYO_VERSION_MINOR EFL_VERSION_MINOR |
371 | 373 | ||
372 | typedef struct _Embryo_Version | 374 | typedef struct _Embryo_Version |
373 | { | 375 | { |
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index 34d1cc3af0..7240d2f251 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h | |||
@@ -92,6 +92,7 @@ | |||
92 | */ | 92 | */ |
93 | 93 | ||
94 | #include <Evas.h> | 94 | #include <Evas.h> |
95 | #include <Efl_Config.h> | ||
95 | 96 | ||
96 | #ifdef EAPI | 97 | #ifdef EAPI |
97 | # undef EAPI | 98 | # undef EAPI |
@@ -262,8 +263,8 @@ typedef enum _Emotion_Aspect Emotion_Aspect; /**< Aspect ratio option. */ | |||
262 | extern "C" { | 263 | extern "C" { |
263 | #endif | 264 | #endif |
264 | 265 | ||
265 | #define EMOTION_VERSION_MAJOR 1 | 266 | #define EMOTION_VERSION_MAJOR EFL_VERSION_MAJOR |
266 | #define EMOTION_VERSION_MINOR 8 | 267 | #define EMOTION_VERSION_MINOR EFL_VERSION_MINOR |
267 | 268 | ||
268 | typedef struct _Emotion_Version | 269 | typedef struct _Emotion_Version |
269 | { | 270 | { |
diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index 90ea09f046..f3716f9d00 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h | |||
@@ -65,6 +65,7 @@ | |||
65 | */ | 65 | */ |
66 | 66 | ||
67 | #include <Evas.h> | 67 | #include <Evas.h> |
68 | #include <Efl_Config.h> | ||
68 | 69 | ||
69 | #ifdef EAPI | 70 | #ifdef EAPI |
70 | # undef EAPI | 71 | # undef EAPI |
@@ -96,8 +97,8 @@ | |||
96 | extern "C" { | 97 | extern "C" { |
97 | #endif | 98 | #endif |
98 | 99 | ||
99 | #define EPHYSICS_VERSION_MAJOR 0 | 100 | #define EPHYSICS_VERSION_MAJOR EFL_VERSION_MAJOR |
100 | #define EPHYSICS_VERSION_MINOR 1 | 101 | #define EPHYSICS_VERSION_MINOR EFL_VERSION_MINOR |
101 | 102 | ||
102 | /** | 103 | /** |
103 | * @file | 104 | * @file |
diff --git a/src/lib/ethumb/Ethumb.h b/src/lib/ethumb/Ethumb.h index fd4dff708a..4f91433588 100644 --- a/src/lib/ethumb/Ethumb.h +++ b/src/lib/ethumb/Ethumb.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __ETHUMB_H__ 1 | 2 | #define __ETHUMB_H__ 1 |
3 | 3 | ||
4 | #include <Eina.h> | 4 | #include <Eina.h> |
5 | #include <Efl_Config.h> | ||
5 | 6 | ||
6 | #ifdef EAPI | 7 | #ifdef EAPI |
7 | # undef EAPI | 8 | # undef EAPI |
@@ -33,8 +34,8 @@ | |||
33 | extern "C" { | 34 | extern "C" { |
34 | #endif | 35 | #endif |
35 | 36 | ||
36 | #define ETHUMB_VERSION_MAJOR 1 | 37 | #define ETHUMB_VERSION_MAJOR EFL_VERSION_MAJOR |
37 | #define ETHUMB_VERSION_MINOR 8 | 38 | #define ETHUMB_VERSION_MINOR EFL_VERSION_MINOR |
38 | 39 | ||
39 | typedef struct _Ethumb_Version | 40 | typedef struct _Ethumb_Version |
40 | { | 41 | { |
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 007c0acf8f..3dbe604794 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h | |||
@@ -2,8 +2,8 @@ | |||
2 | # error You shall not include this header directly | 2 | # error You shall not include this header directly |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #define EVAS_VERSION_MAJOR 1 | 5 | #define EVAS_VERSION_MAJOR EFL_VERSION_MAJOR |
6 | #define EVAS_VERSION_MINOR 8 | 6 | #define EVAS_VERSION_MINOR EFL_VERSION_MINOR |
7 | 7 | ||
8 | typedef struct _Evas_Version | 8 | typedef struct _Evas_Version |
9 | { | 9 | { |