[EGIT] [efm2] 03/03: move invalid coords to a #define

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository efm2. View the commit online. commit 787d30fc3089407fe0d26f7c788f879b3fa2dd37 Author: Carsten Haitzler (Rasterman) AuthorDate: Thu Aug 31 10:41:03 2023 +0100 move invalid

[EGIT] [efm2] 01/03: fix double listing end call for reblocking

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository efm2. View the commit online. commit 6c3c261d6628d44eabccd33a3ff93334cf9890f5 Author: Carsten Haitzler (Rasterman) AuthorDate: Thu Aug 31 07:52:30 2023 +0100 fix double li

[EGIT] [efm2] 02/03: rationalize add and mod file cmds to share code and handle size changes right

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository efm2. View the commit online. commit c3c8f6a316104200c10433dfbf108e0dd8284d8f Author: Carsten Haitzler (Rasterman) AuthorDate: Thu Aug 31 10:20:57 2023 +0100 rationalize a

[E-devel] imlib2_load: fix access/return garbage if stat() fails

2023-09-04 Thread Omar Polo
Spotted thanks to a warning of the compiler. While here convert it to fstat after open, and range check the value we're about to mmap. Thanks, Omar Polo Index: src/bin/imlib2_load.c --- src/bin/imlib2_load.c.orig +++ src/bin/imlib2_load.c @@ -91,16 +91,19 @@ image_load_mem(const char *file, in

Re: [E-devel] imlib2: fix CPPFLAGS order

2023-09-04 Thread Kim Woelders
Patch pushed, thanks :) /Kim On 2023-09-04 14:55, Omar Polo wrote: Hi, while upgrading the OpenBSD package I've come across a weird issue. Due to the order of the flags, the heif module was loading the system' version of Imlib2_loader.h (in /usr/local/include) instead of the one from the tarba

[EGIT] [legacy-imlib2] 01/01: loaders: Fix CPPFLAGS order

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit be9ac449e7274a58bf17246338fd73bfa4e2a024 Author: Kim Woelders AuthorDate: Mon Sep 4 15:50:56 2023 +0200 loaders: Fix CPPFLAGS

[E-devel] imlib2: fix CPPFLAGS order

2023-09-04 Thread Omar Polo
Hi, while upgrading the OpenBSD package I've come across a weird issue. Due to the order of the flags, the heif module was loading the system' version of Imlib2_loader.h (in /usr/local/include) instead of the one from the tarball. This caused failure since the previous version (1.11.0) didn't had

[EGIT] [legacy-imlib2] 03/06: test_load_2: Add forgotten xeyes.png

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 03cbf75a967be23ba06db420a38b575723ff160c Author: Kim Woelders AuthorDate: Sun Sep 3 11:41:18 2023 +0200 test_load_2: Add forg

[EGIT] [legacy-imlib2] 04/06: test_save: Fix for jxl loader on ix86

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 57403f2ec3e629d16bd0f939ff38f75714128c5e Author: Kim Woelders AuthorDate: Sun Sep 3 16:15:22 2023 +0200 test_save: Fix for jx

[EGIT] [legacy-imlib2] 05/06: test_scale: MMX scaling is disabled

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 570c50d75aa97a89b328f78476e40ce1f7d19f57 Author: Kim Woelders AuthorDate: Sun Sep 3 17:07:14 2023 +0200 test_scale: MMX scali

[EGIT] [legacy-imlib2] 02/06: loaders: Fix build with -m32 --enable-debug

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 1e5040e8e7fdbbe811e822357df3616bea445007 Author: Kim Woelders AuthorDate: Sun Sep 3 11:32:10 2023 +0200 loaders: Fix build wi

[EGIT] [legacy-imlib2] 06/06: RAW loader: Don't unload loader

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit f16bb238643467dfebec7bbbc3a1c50de9df8328 Author: Kim Woelders AuthorDate: Fri Aug 18 12:18:43 2023 +0200 RAW loader: Don't un

[EGIT] [legacy-imlib2] 01/06: loading: Call module exit function also when not dlclosing module on unload

2023-09-04 Thread Enlightenment Git
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch master in repository legacy-imlib2. View the commit online. commit 687e13b290e868b893b6a2f3a1f935b0bf33522d Author: Kim Woelders AuthorDate: Fri Aug 18 18:43:11 2023 +0200 loading: Call module