Package: efl / 1.25.1-1

Metadata

Package Version Patches format
efl 1.25.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_remove_google_analytics.diff | (download)

doc/head.html | 10 1 9 - 0 !
1 file changed, 1 insertion( ), 9 deletions(-)

 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 !
1 file changed, 3 insertions( )

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 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 !
src/bin/exactness/exactness_record.in | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 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 !
1 file changed, 2 insertions( ), 2 deletions(-)

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 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 !
src/modules/evas/engines/gl_common/shader/gen_shaders.sh | 8 0 8 - 0 !
2 files changed, 2 insertions( ), 22 deletions(-)

 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.