* gcc-5.2 introduces strict-overflow, parentheses, logical-not-parentheses
* there is no development in webkit-efl fork, so I'm not going to spend
time fixing them in source
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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>
Support i686 without needing to duplicate the i586 over-ride.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Support i686 without needing to duplicate the i586 over-ride.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* 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>
Changes since 0.18.7:
* screenshot now displays a helpful error message when it fails
* efm no longer sometimes shows files from other directories
* efm no longer sometimes shows blank filenames
* fix syscon button signals
* fix winlist scrolling
* fix systray appindicator deletion
* fix systray appindicator icon loading
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* 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>
* 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>
* 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>
* announcement:
https://phab.enlightenment.org/phame/post/view/57/
* LIC_FILES_CHKSUM change is just Copyright year update:
< Copyright (C) 2012-2014 Carsten Haitzler and various contributors (see AUTHORS)
---
> Copyright (C) 2012-2012 Carsten Haitzler and various contributors (see AUTHORS)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>