Package: efl / 1.25.1-1
Metadata
Package | Version | Patches format |
---|---|---|
efl | 1.25.1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
10_remove_google_analytics.diff | (download) |
doc/head.html |
10 1 9 - 0 ! |
remove remote js from html docs The html docs load remote google analytics scripts. Since this can leak local user actions, remove it. |
15_try_curl gnutls.diff | (download) |
src/lib/ecore_con/ecore_con_url_curl.c |
3 3 0 - 0 ! |
try to dlopen curl-gnutls Since we link with gnutls, try to dlopen curl-gnutls (in addition to the OpenSSL variant). |
20_disable_doxygen_timestamps.diff | (download) |
doc/Doxyfile.in |
2 1 1 - 0 ! |
disable doxygen html timestamps This should improve repducibility of efl-doc. |
25_exactness_use_system_python3.diff | (download) |
src/bin/exactness/exactness_play.in |
2 1 1 - 0 ! |
use system python3 Debian's python policy requires /usr/bin/python3 for installed scripts. |
30_drop_crashing_widget_previews.diff | (download) |
doc/meson.build |
4 2 2 - 0 ! |
skip a few elm widget previews These preview generations crash sometimes, and the issue seems triggered by build chroots. Disable it until this issue is figured out. |
45_disable_doc_pack.diff | (download) |
doc/meson.build |
2 1 1 - 0 ! |
don't build extra binary doc package make doc builds a binary tar.gz of the docs. It takes a while, and we don't need it to build efl-doc. |
99 always regen shaders.diff | (download) |
src/lib/ector/gl/shader/gen_shaders.sh |
16 2 14 - 0 ! |
make shader code regeneration scripts unconditional The EFL tarballs ship some generated source code that the Debian package should re-generate on build. Upstream's script tries to avoid regenerating the data, this makes it unconditional. |