summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl
Commit message (Collapse)AuthorAgeFilesLines
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-0514-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: blacklist efl-native and dependent recipesMartin Jansa2017-03-318-0/+77
| | | | | | | * I no longer use efl and don't plan to upgrade it to newer version * someone else should step-up and start maintaining meta-efl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: delete obsolete patchesOleksandr Kravchuk2017-03-161-51/+0
| | | | | | | Deleted bunch of patches which are not used anymore by any recipe. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-1/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: blacklist recipes depending on blacklisted recipesMartin Jansa2017-02-131-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-132-0/+4
| | | | | | | | | devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove True option to getVar callsJoshua Lock2016-12-021-1/+1
| | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf, evince, tracker, gimp, tumbler: Remove blacklist caused by poppler ↵Derek Straka2016-06-231-2/+0
| | | | | | | build failures Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, ↵Martin Jansa2016-06-131-0/+2
| | | | | | gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary, evas-generic-loaders: Drop poppler dependencyMartin Jansa2016-06-132-3/+5
| | | | | | | | * elementary doesn't seem to use poppler at all * add PACKAGECONFIG for poppler in evas-generic-loaders and disable it by default as ATM poppler is broken Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: use bb.utils.contains() instead of base_contains()Ross Burton2016-04-281-1/+1
| | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: blacklist, fails to build nowMartin Jansa2016-03-251-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl-native: add dependency on opensslMartin Jansa2016-03-141-1/+1
| | | | | | | | | | | | | * without this many recipes which use e.g. edje_cc fail after last openssl upgrade in oe-core with: | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/../../lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/libeet.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/../../lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libecore_con.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/././libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libecore_con.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/../../lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libemile.so.1) | /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/edje_cc: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/././libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/../lib/./libemile.so.1) | make[4]: *** [modules/ethumb/emotion/template.edj] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: add dependency on libunwindMartin Jansa2015-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optional dependency added to efl in: commit 664708b817ab0cdc7177df3743b5d9c9ab7dd2b0 Author: Carsten Haitzler (Rasterman) <raster@rasterman.com> Date: Tue May 5 11:35:16 2015 +0900 Subject: eina - start a much improved eina dbug infra and have eina_log use it * fixes: efl-1.15.1: edje rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-input-evas rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: eo rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: libeet rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: efreet-trash rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-ipc rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: eina rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-x rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: emotion rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-imf-evas rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: libemotion rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: efl rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-input rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-file rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ethumb rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-con rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: evas rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: efreet-mime rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: eeze rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: libefreet rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: embryo rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-evas rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-imf rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: ecore-audio rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: eldbus rdepends on libunwind, but it isn't a build dependency? [build-deps] efl-1.15.1: eio rdepends on libunwind, but it isn't a build dependency? [build-deps] enjoy-0.1.0+gitrAUTOINC+aa8fec69e8: enjoy rdepends on libunwind, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf: make it build again and get out of blacklist-exileAndreas Müller2015-10-263-4/+181
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: fix build by adding -fPIC to CFLAGSAndreas Müller2015-10-261-0/+4
| | | | | | | | | | on armv7/cortexa8 efl fails with: | ld: error: modules/evas/image_loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o: requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC | ld: error: modules/evas/image_loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o: requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: add wayland-packageconfig to defaults if wayland is in distro featuresAndreas Müller2015-10-261-1/+1
| | | | | | | | | | | | | At least meta-fsl-arm supports either x11 or wayland - not both at the same time - for their gpu blobs. Selecting x11 only does not build wayland-egl and efl's configuration fails with: | checking whether to enable Wayland Egl rendering backend... yes | configure: error: Wayland Egl dependencies not found | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica, azy: blacklist because they are old and fail to build with gcc-5Martin Jansa2015-10-131-0/+5
| | | | | | | * they weren't migrated from E_SVN to git and updated in ages, I'm not interested in maintaining them and nobody else volunteered to fix it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf: Blacklist, old and not compatible with current popplerMartin Jansa2015-10-131-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: support wayland, eglManuel Bachmann2015-10-131-1/+3
| | | | | | | | | | Allow EFL to build with Wayland support. Allow EFL to build with EGL support (when combined with Wayland support, it effectively achieves GL acceleration under a Wayland compositor). Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl,elementary,emotion-generic-players,evas-generic-loaders: upgrade to 1.15.*Martin Jansa2015-09-238-22/+73
| | | | | | | | * 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>
* epeg: Move tool out of efl + update to latest versionAndreas Baak2015-08-241-12/+0
| | | | | | | | | | | | | | | | | | | | | | The epeg tool was originally developed in the efl project and was replaced by the evas package in efl long ago. The old, unmaintained source code of epeg is still available from an efl legacy repository https://svn.enlightenment.org/svn/e/OLD/. Updates and improvements to epeg have been developed and collected in a new github repository. This patch deletes the deprecated package from the efl project and introduces a new recipe that installs the updated epeg tool. In the license file, one copyright line has been added which indicates the authors of the tool. Moreover, in the license text, one sentence has been removed which elaborated on what is meant by "making the source code available publicly". However, the license still remains an MIT style license. Signed-off-by: Andreas Baak <andreas.baak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: use class-native instead of deprecated virtclass-native.Ross Burton2015-08-241-1/+1
| | | | | | virtclass overrides are deprecated, so use class overrides instead. Signed-off-by: Ross Burton <ross.burton@intel.com>
* efl, elementary: upgrade to 1.14.1Martin Jansa2015-06-232-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_14_1_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, emotion-generic-players, evas-generic-loaders: upgrade to ↵Martin Jansa2015-05-177-26/+23
| | | | | | | | | | | | 1.14.0 * announcement: https://phab.enlightenment.org/phame/live/3/post/enlightenment_foundation_libraries_1_14_and_friends_are_out/ * LIC_FILES_CHKSUM update is caused only by new emile module listed there: emile: licenses/COPYING.LGPL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl,elementary,evas-generic-loaders: upgrade to 1.13.2Martin Jansa2015-04-136-44/+18
| | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_13_1_release/ https://phab.enlightenment.org/phame/live/3/post/efl_elementary_and_evas_generic_loaders_1_13_2_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* entrance, diskio: blacklistMartin Jansa2015-02-271-0/+2
| | | | | | * they are old and now incompatible with edje_cc from 1.13.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, emotion-generic-players, evas-generic-loaders: Upgrade to ↵Martin Jansa2015-02-2710-37/+69
| | | | | | | | | 1.13.0 * announcement: https://phab.enlightenment.org/phame/live/3/post/efl_1_13_is_out/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.12.2Martin Jansa2015-01-082-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_12_2_releases/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf: Fix LICENSE formatMartin Jansa2015-01-081-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: use MIT & BSD licenseMartin Jansa2014-12-317-7/+7
| | | | | | * add & operator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, emotion-generic-players, evas-generic-loaders: upgradeMartin Jansa2014-12-1710-29/+87
| | | | | | | | | | to 1.12.* * announcements: https://phab.enlightenment.org/phame/post/view/96/ https://phab.enlightenment.org/phame/post/view/99/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: upgrade to 1.11.4 and 0.19.1Martin Jansa2014-10-272-4/+4
| | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/efl_elementary_1_11_3_and_enlightenment_0_19_1_releases/ https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_11_4_releases/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: add dependency on libxdamageMartin Jansa2014-10-061-1/+1
| | | | | | | * as reported by Pieter, it's usually pulled through gstreamer1.0 which is enabled by default, but when disable it can fail to find Xdamage.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, elvas-generic-loaders: upgrade to 1.11.2Martin Jansa2014-10-064-12/+12
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/85/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add efreet, evas-generic-loader-svg runtime recommendationMartin Jansa2014-08-271-0/+1
| | | | | | | | | | | | | | | * resolves: ERR<efreet_cache>lib/efreet/efreet_cache.c:1108 org.freedesktop.DBus.Error.ServiceUnknown The name org.enlightenment.Efreet was not provided by any .service files E: efreet couldn't build cache and Enlightenment found Evas can't load SVG files. Check Evas has SVG loader support. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: upgrade to 1.11.0Martin Jansa2014-08-238-23/+35
| | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/74/ https://phab.enlightenment.org/phame/post/view/77/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, expedite: explicitly add some packages, add libsdl dependencyMartin Jansa2014-08-112-4/+2
| | | | | | | | | | | | | * expedite has runtime dependency on them and insane_qa check doesn't see them as provided by evas dependency and shows following warnings: expedite-1.7.9: expedite rdepends on evas-engine-software-generic, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-engine-fb, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-loader-png, but it isn't a build dependency? [build-deps] * always use libsdl dependency instead of PACKAGECONFIG, because there is also software-sdl engine, which isn't controlled by any configure option Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* expedite: remove unrecognized configure optionsMartin Jansa2014-08-111-3/+0
| | | | | | | | | * fixes following QA warnings: expedite-1.7.9: expedite: configure was passed unrecognised options: --disable-software-16-ddraw --disable-software-sdl --disable-opengl-glew [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: add dependency on flexMartin Jansa2014-08-111-1/+1
| | | | | | | * fixes following floating dependencies: WARN: engrave: engrave rdepends on flex but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: Use autotools-brokensep to avoid build failuresRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* efl, elementary: upgrade to 1.10.2Martin Jansa2014-07-222-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/69/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.10.1Martin Jansa2014-07-212-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/63/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-mail: Fix build with B!=SMartin Jansa2014-07-211-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2: upgrade to use pkg-config for freetype2 supportMartin Jansa2014-07-151-7/+5
| | | | | | | | | | | | | | | | | * convert from old svn repo to new (legacy) git repo * fixed upstream: commit fe82b9760c7ceb25747c6e634bc827b4cc8ecabd Author: Kim Woelders <kim@woelders.dk> Date: Thu Jul 4 20:08:53 2013 +0200 Autofoo updates. - Eliminate deprecated AC_TRY_CPP. - Use pkg-config in stead of freetype-config to get freetype info. - Eliminate my_includes/my_libs. - Clean up include paths. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: use luajit by defaultMartin Jansa2014-06-211-9/+3
| | | | | | | | * lua-old is less tested and supported by upstream and luajit seems to work OK with 1.10.0 * luajit will be hard dependency with elua Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: add PACKAGECONFIG for c++11 and disable it by defaultMartin Jansa2014-06-211-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.10.0Martin Jansa2014-06-2110-37/+54
| | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/59/ * evas-generic-loaders LIC_FILES_CHKSUM change is only from formal changes in 'license: update FSF address.' commit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2, mcnavi: Blacklist because of broken imlib2 after freetype2-config ↵Martin Jansa2014-06-211-0/+2
| | | | | | was removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>