Commits on Source (9)
-
Markus Volk authored
Signed-off-by:
Markus Volk <f_l_k@t-online.de> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Mingli Yu authored
* LICENSE update: pyzmq no longer ships an LGPL core, it is BSD-only [1]. The LICENSE.BSD is renamed to LICENSE.md [2]. * The new version switches to scikit-build-core backend and build with cmake. [1] https://github.com/zeromq/pyzmq/commit/2f461c578b0cf188652e3ada843094cb5d24a02a [2] https://github.com/zeromq/pyzmq/commit/1f4bc04f433b34f95dd703d6fe018042a65e2903 Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Patches are sprinkled in master branch of jq but the backports regresses tests, so its better to keep it at C17 for now. Signed-off-by:
Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com>
-
Markus Volk authored
------------------------------ GNU Image Manipulation Program Development Branch ------------------------------ Overview of Changes from GIMP 3.0.0 to GIMP 3.0.2 ================================================= This is a bug-fix only release. Core: - Mark some strings translatable. - Fix crash when choosing a brush in grid view. - Windows: temporary revert of some Input Device handling code which was breaking pressure sensitivity for some graphics tablets (though this revert may make issues with the eraser tip). - Fix crash when choosing a non-existing font in text tool options. Tools: - Reorder Line Art Detection options per design decision. Graphical User Interface: - Keep headerbar color consistent when out of focus. - Histogram uses the luminance value of the foreground color as a threshold to lighten or darken the border color for contrast with the histogram itself. - Improve separation between panels in dark theme. - Add default response for GimpQueryBox dialogues. - Spacing between toolbox widgets improved. - GimpSpinScale slider colors inverted. - New icons: "gimp-toggle-on" and "gimp-toggle-off" and using them in the Search Action's list as icons for toggle actions. Plug-ins: - Python Console uses the luminance of the background color for error text. - Metadata Editor: fix buffer overflow. - Gradient Flare: fix crash when setting the size to 0. - Screenshot: X11 implementation is bypassed (in favor of portals) when running on XWayland. Build: - Various packaging fixes and cleanup. - The Windows installer now prompts (only in user installation) about deleting GIMP config files when uninstalling. - GEGL 0.4.58 is now our minimum requirement. - Windows installer: create Restore Point on system-wide install. Signed-off-by:
Markus Volk <f_l_k@t-online.de> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
mark.yang authored
* fix build with gcc-15 lib/libcurses.c:46:5: error: conflicting types for 'Gpm_Wgetch'; have 'int(WINDOW *)' {aka 'int(struct _win_st *)'} 46 | int Gpm_Wgetch(WINDOW *win) | ^~~~~~~~~~ In file included from gpm/1.99.7+gite82d1a653ca94aa4ed12441424da6ce780b1e530/git/src/headers/gpmInt.h:28, from lib/libcurses.c:30: gpm/1.99.7+gite82d1a653ca94aa4ed12441424da6ce780b1e530/git/src/headers/gpm.h:271:12: note: previous declaration of 'Gpm_Wgetch' with type 'int(void)' 271 | extern int Gpm_Wgetch(); | ^~~~~~~~~~ Signed-off-by:
mark.yang <mark.yang@lge.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
mark.yang authored
* 0001-SimpleRowFormatter.h-fix-the-build-on-gcc-15-unsatis.patch backport fix from: https://github.com/pocoproject/poco/commit/03c35cf In file included from poco/1.13.3/git/Data/src/SimpleRowFormatter.cpp:15: poco/1.13.3/git/Data/include/Poco/Data/SimpleRowFormatter.h:114:21: error: declaration of 'std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) noexcept [with _Tp = Poco::Data::SimpleRowFormatter; _Require<__not_<__is_tuple_like<_Tp> >, is_move_constructible<_Tp>, is_move_assignable<_Tp> > = void]' has a different exception specifier 114 | inline void swap<Poco::Data::SimpleRowFormatter>(Poco::Data::SimpleRowFormatter& s1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from poco/1.13.3/recipe-sysroot/usr/include/c++/15.0.1/bits/new_allocator.h:36, from poco/1.13.3/recipe-sysroot/usr/include/c++/15.0.1/aarch64-VENDOR-linux/bits/c++allocator.h:33, from poco/1.13.3/recipe-sysroot/usr/include/c++/15.0.1/bits/allocator.h:46, from poco/1.13.3/recipe-sysroot/usr/include/c++/15.0.1/string:45, from poco/1.13.3/git/Foundation/include/Poco/Foundation.h:94, from poco/1.13.3/git/Data/include/Poco/Data/Data.h:23, from poco/1.13.3/git/Data/include/Poco/Data/SimpleRowFormatter.h:21: * 0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch backport fix from: https://github.com/pocoproject/poco/commit/6faf907 In file included from poco/1.13.3/git/Foundation/testsuite/src/PriorityEventTest.cpp:15: poco/1.13.3/git/Foundation/include/Poco/PriorityDelegate.h: In member function 'Poco::PriorityDelegate<TObj, void, true>& Poco::PriorityDelegate<TObj, void, true>::operator=(const Poco::PriorityDelegate<TObj, void, true>&)': poco/1.13.3/git/Foundation/include/Poco/PriorityDelegate.h:203:31: error: 'class Poco::PriorityDelegate<TObj, void, true>' has no member named '_pTarget' [-Wtemplate-body] 203 | this->_pTarget = delegate._pTarget; | ^~~~~~~~ poco/1.13.3/git/Foundation/include/Poco/PriorityDelegate.h:203:58: error: 'const class Poco::PriorityDelegate<TObj, void, true>' has no member named '_pTarget' [-Wtemplate-body] 203 | this->_pTarget = delegate._pTarget; | ^~~~~~~~ poco/1.13.3/git/Foundation/include/Poco/PriorityDelegate.h: In member function 'Poco::PriorityDelegate<TObj, void, false>& Poco::PriorityDelegate<TObj, void, false>::operator=(const Poco::PriorityDelegate<TObj, void, false>&)': poco/1.13.3/git/Foundation/include/Poco/PriorityDelegate.h:277:31: error: 'class Poco::PriorityDelegate<TObj, void, false>' has no member named '_pTarget' [-Wtemplate-body] 277 | this->_pTarget = delegate._pTarget; | ^~~~~~~~ poco/1.13.3/git/Foundation/include/Poco/PriorityDelegate.h:277:58: error: 'const class Poco::PriorityDelegate<TObj, void, false>' has no member named '_pTarget' [-Wtemplate-body] 277 | this->_pTarget = delegate._pTarget; | ^~~~~~~~ Signed-off-by:
mark.yang <mark.yang@lge.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
mark.yang authored
* fix build with gcc-15.0.1 submitted to upstream: https://github.com/bmc/daemonize/pull/37 following error: ../git/getopt.c: In function 'x_getopt': ../git/getopt.c:51:16: error: too many arguments to function 'write'; expected 0, have 3 51 | (void) write(2, argv[0], (unsigned)strlen(argv[0])); | ^~~~~ ~ ../git/getopt.c:78:17: note: in expansion of macro 'ERR' 78 | ERR(": illegal option -- ", c); | ^~~ ../git/getopt.c:48:20: note: declared here 48 | extern int write(); | ^~~~~ Signed-off-by:
mark.yang <mark.yang@lge.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Erik Schumacher authored
On some setups, the verity partition and the corresponding hash data are handled separately. To account for this, a HASHDEV_SUFFIX is introduced to divert the hash data to a separate image artifact. By default, this suffix is equal to the image suffix, meaning that the hash data is appended to the verity image, like before. When the hash data is written to a separate file, the verity image is padded with zeroes until its size is a multiple of block_size. Signed-off-by:
Erik Schumacher <erik.schumacher@iris-sensing.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
Showing
- meta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb 1 addition, 1 deletionmeta-gnome/recipes-gimp/gegl/gegl_0.4.58.bb
- meta-gnome/recipes-gimp/gimp/gimp/0001-configure-Keep-first-line-of-compiler-version-string.patch 0 additions, 30 deletions...onfigure-Keep-first-line-of-compiler-version-string.patch
- meta-gnome/recipes-gimp/gimp/gimp/0001-file-tiff-load-fix-mismatching-variable-type.patch 0 additions, 24 deletions...p/0001-file-tiff-load-fix-mismatching-variable-type.patch
- meta-gnome/recipes-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch 30 additions, 0 deletions...-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch
- meta-gnome/recipes-gimp/gimp/gimp/0001-gimptool-allow-default-CC-override.patch 0 additions, 85 deletions...p/gimp/gimp/0001-gimptool-allow-default-CC-override.patch
- meta-gnome/recipes-gimp/gimp/gimp/0001-libtool-Do-not-add-build-time-library-paths-to-LD_LI.patch 0 additions, 34 deletions...ibtool-Do-not-add-build-time-library-paths-to-LD_LI.patch
- meta-gnome/recipes-gimp/gimp/gimp/0001-metadata-shut-up-a-weird-warning.patch 0 additions, 22 deletions...imp/gimp/gimp/0001-metadata-shut-up-a-weird-warning.patch
- meta-gnome/recipes-gimp/gimp/gimp/0002-meson.build-reproducibility-fix.patch 56 additions, 0 deletions...gimp/gimp/gimp/0002-meson.build-reproducibility-fix.patch
- meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb 0 additions, 101 deletionsmeta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb
- meta-gnome/recipes-gimp/gimp/gimp_3.0.2.bb 130 additions, 0 deletionsmeta-gnome/recipes-gimp/gimp/gimp_3.0.2.bb
- meta-oe/classes/image_types_verity.bbclass 38 additions, 5 deletionsmeta-oe/classes/image_types_verity.bbclass
- meta-oe/recipes-devtools/jq/jq/0001-builtin.c-fix-build-with-Woverlength-strings.patch 0 additions, 215 deletions...q/0001-builtin.c-fix-build-with-Woverlength-strings.patch
- meta-oe/recipes-devtools/jq/jq/0002-libm.h-builtin.c-add-and-use-LIBM_DA-and-LIBM_DA_NO-.patch 0 additions, 164 deletions...ibm.h-builtin.c-add-and-use-LIBM_DA-and-LIBM_DA_NO-.patch
- meta-oe/recipes-devtools/jq/jq/0003-builtin.c-typecheck-builtin-cfunctions-in-function_l.patch 0 additions, 249 deletions...uiltin.c-typecheck-builtin-cfunctions-in-function_l.patch
- meta-oe/recipes-devtools/jq/jq_1.7.1.bb 3 additions, 3 deletionsmeta-oe/recipes-devtools/jq/jq_1.7.1.bb
- meta-oe/recipes-support/daemonize/daemonize/0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch 46 additions, 0 deletions...ix-getopt.c-too-many-arguments-to-function-write-er.patch
- meta-oe/recipes-support/daemonize/daemonize_git.bb 3 additions, 1 deletionmeta-oe/recipes-support/daemonize/daemonize_git.bb
- meta-oe/recipes-support/gpm/gpm/0001-Avoid-shadowing-ncurses-functions.patch 234 additions, 0 deletions...port/gpm/gpm/0001-Avoid-shadowing-ncurses-functions.patch
- meta-oe/recipes-support/gpm/gpm/0002-Fix-function-definition-in-yacc-source-file-until-va.patch 81 additions, 0 deletions...ix-function-definition-in-yacc-source-file-until-va.patch
- meta-oe/recipes-support/gpm/gpm/0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch 37 additions, 0 deletions...dd-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch
meta-gnome/recipes-gimp/gimp/gimp_3.0.2.bb
0 → 100644