diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-04-07 19:00:26 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-31 16:54:17 +0100 |
| commit | 6ee4d6ed7197f17c0bf78954f40c3eb3af2f5a8d (patch) | |
| tree | b9ddd20d0fdaae56692c6434c104323cab1a89c2 | |
| parent | 992a4cfd10e70d388bf8329f17624376b6120b17 (diff) | |
| download | poky-6ee4d6ed7197f17c0bf78954f40c3eb3af2f5a8d.tar.gz | |
gdk-pixbuf: upgrade 2.42.6 -> 2.42.8
2.42.8 (stable)
===
- Clear the pixbuf's memory buffer to avoid returning uninitialized memory [#199]
- Turn GdkPixbufModule functions into typed callbacks [!123]
- tiff: Use non-deprecated C99 integer types [!124]
- gif: Check for overflow when compositing or clearing frames [#190]
- Change png/jpeg/tiff build options from boolean to feature [!118]
- jpeg: Do not rely on UB around setjmp/longjmp [#143]
- Build fixes [!114, #185, #182]
- Documentation fixes [!120, !125]
- Translation updates
(From OE-Core rev: 5300fb52646afe93ad8c24e132789167a6b339ce)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d8398c88c6d950781709a112446d6a320e624346)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.8.bb (renamed from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.8.bb index 55c16e4d66..fb6829a7d1 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.8.bb | |||
| @@ -23,7 +23,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
| 23 | file://0001-Add-use_prebuilt_tools-option.patch \ | 23 | file://0001-Add-use_prebuilt_tools-option.patch \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | SRC_URI[sha256sum] = "c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f" | 26 | SRC_URI[sha256sum] = "84acea3acb2411b29134b32015a5b1aaa62844b19c4b1ef8b8971c6b0759f4c6" |
| 27 | 27 | ||
| 28 | inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package | 28 | inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package |
| 29 | 29 | ||
| @@ -39,9 +39,9 @@ PACKAGECONFIG = "${GDK_PIXBUF_LOADERS} \ | |||
| 39 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 39 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
| 40 | PACKAGECONFIG:class-native = "${GDK_PIXBUF_LOADERS}" | 40 | PACKAGECONFIG:class-native = "${GDK_PIXBUF_LOADERS}" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" | 42 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" |
| 43 | PACKAGECONFIG[jpeg] = "-Djpeg=true,-Djpeg=false,jpeg" | 43 | PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" |
| 44 | PACKAGECONFIG[tiff] = "-Dtiff=true,-Dtiff=false,tiff" | 44 | PACKAGECONFIG[tiff] = "-Dtiff=enabled,-Dtiff=disabled,tiff" |
| 45 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" | 45 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" |
| 46 | 46 | ||
| 47 | EXTRA_OEMESON:class-target = " \ | 47 | EXTRA_OEMESON:class-target = " \ |
