diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-27 16:27:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:34:27 +0200 |
commit | 013763c66bc3a793ec344e2590cb2d55b46e7eca (patch) | |
tree | d327d14d8e0000c2eb9621ce27f79816387b7bbc /meta-efl | |
parent | 10d09386aa2dfd776c8f985c830b2758212c4629 (diff) | |
download | meta-openembedded-013763c66bc3a793ec344e2590cb2d55b46e7eca.tar.gz |
efl,elementary,emotion-generic-players,evas-generic-loaders: upgrade to 1.15.*
* announcements:
https://phab.enlightenment.org/phame/live/3/post/enlightenment_foundation_libraries_1_15_and_friends_are_out/
https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_15_1_release/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 2 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch | 51 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/efl_1.15.1.bb (renamed from meta-efl/recipes-efl/efl/efl_1.14.1.bb) | 6 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.15.1.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.14.1.bb) | 4 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/emotion-generic-players_1.14.0.bb | 8 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb | 8 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/evas-generic-loaders_1.14.0.bb | 8 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb | 8 |
8 files changed, 73 insertions, 22 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 65c9f37fd..1948a800b 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "EFL" | 1 | SUMMARY = "EFL" |
2 | LICENSE = "MIT & BSD & LGPL-2.1" | 2 | LICENSE = "MIT & BSD & LGPL-2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5cb19adb5be911811c7a4e05152548e8" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca7873210523dcfd32694b94286dca60" |
4 | 4 | ||
5 | DEPENDS_class-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native" | 5 | DEPENDS_class-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native" |
6 | DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native util-linux" | 6 | DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native util-linux" |
diff --git a/meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch b/meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch new file mode 100644 index 000000000..d0f26c7dd --- /dev/null +++ b/meta-efl/recipes-efl/efl/efl/0001-evas_3d-Add-Eet.h-includes.patch | |||
@@ -0,0 +1,51 @@ | |||
1 | From 2e50fd2dfc68b77e7acddc79550f22987778a897 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Tue, 2 Dec 2014 12:21:10 +0100 | ||
4 | Subject: [PATCH] evas_3d: Add Eet.h includes | ||
5 | |||
6 | * with some very restrictive options like we use in efl-native, the build is complaining | ||
7 | about missing symbols from Eet.h, add include where needed | ||
8 | |||
9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
10 | --- | ||
11 | src/lib/evas/canvas/evas_canvas3d_eet.c | 1 + | ||
12 | src/modules/evas/model_loaders/eet/evas_model_load_eet.c | 1 + | ||
13 | src/modules/evas/model_savers/eet/evas_model_save_eet.c | 1 + | ||
14 | 3 files changed, 3 insertions(+) | ||
15 | |||
16 | diff --git a/src/lib/evas/canvas/evas_canvas3d_eet.c b/src/lib/evas/canvas/evas_canvas3d_eet.c | ||
17 | index 281f69d..a604076 100644 | ||
18 | --- a/src/lib/evas/canvas/evas_canvas3d_eet.c | ||
19 | +++ b/src/lib/evas/canvas/evas_canvas3d_eet.c | ||
20 | @@ -1,3 +1,4 @@ | ||
21 | +#include <Eet.h> | ||
22 | #include <stdio.h> | ||
23 | #include "evas_common_private.h" | ||
24 | #include "evas_private.h" | ||
25 | diff --git a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c | ||
26 | index 803846d..7ebaf8e 100644 | ||
27 | --- a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c | ||
28 | +++ b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c | ||
29 | @@ -3,6 +3,7 @@ | ||
30 | #endif | ||
31 | |||
32 | #include <Eo.h> | ||
33 | +#include <Eet.h> | ||
34 | #include <stdio.h> | ||
35 | #include "evas_common_private.h" | ||
36 | #include "evas_private.h" | ||
37 | diff --git a/src/modules/evas/model_savers/eet/evas_model_save_eet.c b/src/modules/evas/model_savers/eet/evas_model_save_eet.c | ||
38 | index 71e094a..4d56977 100644 | ||
39 | --- a/src/modules/evas/model_savers/eet/evas_model_save_eet.c | ||
40 | +++ b/src/modules/evas/model_savers/eet/evas_model_save_eet.c | ||
41 | @@ -2,6 +2,7 @@ | ||
42 | #include "config.h" | ||
43 | #endif | ||
44 | |||
45 | +#include <Eet.h> | ||
46 | #include <stdio.h> | ||
47 | #include "evas_common_private.h" | ||
48 | #include "evas_private.h" | ||
49 | -- | ||
50 | 2.5.0 | ||
51 | |||
diff --git a/meta-efl/recipes-efl/efl/efl_1.14.1.bb b/meta-efl/recipes-efl/efl/efl_1.15.1.bb index a17a6850b..aaebf9040 100644 --- a/meta-efl/recipes-efl/efl/efl_1.14.1.bb +++ b/meta-efl/recipes-efl/efl/efl_1.15.1.bb | |||
@@ -3,11 +3,11 @@ require ${BPN}.inc | |||
3 | SRC_URI = "\ | 3 | SRC_URI = "\ |
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | 4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ |
5 | file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch \ | 5 | file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch \ |
6 | file://0002-evas_3d-Add-Eet.h-includes.patch \ | 6 | file://0001-evas_3d-Add-Eet.h-includes.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "e0668a93a67be2d59fb40cf71369d82d" | 9 | SRC_URI[md5sum] = "dc91bcab73275f678e1748a2dea8d88a" |
10 | SRC_URI[sha256sum] = "4e7e69c52c4fa6801e271f30bb4fb41fd62abfe1c9a874f502ca077e2d26329b" | 10 | SRC_URI[sha256sum] = "2a6d0ab28020b4741be20b32ad0ffeb8f97f766c5c32175bacc2f2d0dc52f98c" |
11 | 11 | ||
12 | # Temporary disable until error like the one following are fixed | 12 | # Temporary disable until error like the one following are fixed |
13 | # efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated | 13 | # efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated |
diff --git a/meta-efl/recipes-efl/efl/elementary_1.14.1.bb b/meta-efl/recipes-efl/efl/elementary_1.15.1.bb index ecb147a67..f53eb44a7 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.14.1.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.15.1.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = "\ | |||
8 | # these paths aren't passed in -native build | 8 | # these paths aren't passed in -native build |
9 | SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch" | 9 | SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "704adee92de4010b88b89b329d1faaff" | 11 | SRC_URI[md5sum] = "bde4d85fa10ee8a7c0aeb74e69d7cd06" |
12 | SRC_URI[sha256sum] = "e182d7079100edead934d6d2e9a6ff67ce7d7106f59387d9b7ed146cf8770b80" | 12 | SRC_URI[sha256sum] = "ae5540c2103fcdc69fd7469277ce25a8a00a0f701fc2c20771dc0108401e53a0" |
13 | 13 | ||
14 | # autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S} | 14 | # autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S} |
15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails | 15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails |
diff --git a/meta-efl/recipes-efl/efl/emotion-generic-players_1.14.0.bb b/meta-efl/recipes-efl/efl/emotion-generic-players_1.14.0.bb deleted file mode 100644 index 6a7b9044b..000000000 --- a/meta-efl/recipes-efl/efl/emotion-generic-players_1.14.0.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "9713c54888c355b5f29d1dc099138b49" | ||
8 | SRC_URI[sha256sum] = "8345c7d8c3cdf062b5df4500c0d4c557b6109c67667ac2e5431699c8852d2ad8" | ||
diff --git a/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb b/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb new file mode 100644 index 000000000..1a184bd04 --- /dev/null +++ b/meta-efl/recipes-efl/efl/emotion-generic-players_1.15.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "68627c1aabf5b7fe084299adcc0b73c1" | ||
8 | SRC_URI[sha256sum] = "10bad633480a691585b0ba470c573b14da0a010008d9d59d0792cea8c621d423" | ||
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.14.0.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.14.0.bb deleted file mode 100644 index c43f6372d..000000000 --- a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.14.0.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "507f28ef012344d1befa6a86cf39304f" | ||
8 | SRC_URI[sha256sum] = "943b25427c4e77a3aeae72811557a0b1b7ec4c61aa53922a4c4faf17b3dea812" | ||
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb new file mode 100644 index 000000000..911ce8ca4 --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.15.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "3ca8443b8cbf177845595c5e02fbc49c" | ||
8 | SRC_URI[sha256sum] = "caa22c9ba1ae9629c16a3fe809ea927f60b8f0d80cdb7f145159b997b9ae2bcd" | ||