summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:01:59 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:11 -0700
commitc79ede2655cc1eb775c20ae6a5e10c3fb2472565 (patch)
treeccbda67225015c76f92c3fcc07b4b5f2b6a4e44e /meta-oe
parentc799297ef2bef5b4bed0c771d29011557244e022 (diff)
downloadmeta-openembedded-c79ede2655cc1eb775c20ae6a5e10c3fb2472565.tar.gz
imlib2: upgrade 1.12.2 -> 1.12.3
Changelog: =========== - Y4M loader: add support for full range color - Y4M loader: add support for 10-bit 4:2:0 - XPM loader: Fix potential segv on malformed file - imlib2_load: Add crc32 printout - test: Corrections for for libjxl-0.10 - XPM loader: Fix some color table parsing errors - XPM loader: Major overhaul - test_load_2: Add full range color y4m image - test_load_2: Add some more y4m test images - Some cleanups in asm code - Add endbr32/64 instruction at the start of asm functions - Add missing CET (Control-flow Enforcement Technology) bits in asm code - imlib2_view: Use poll(), not select() - imlib2_view: Minor cleanup - imlib2_view: Enable an alternate background color set (red/green) - imlib2_view: Optionally disable final anti-aliased rendering - imlib2_view: Rename scaling variables - imlib2_view: Optionally scale on input - imlib2_view: Enable specifying border - Y4M loader: Fix frame size calculation for 10-bit 4:2:0 format - imlib2_view: Enable specifying background checkerboard colors Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/imlib2/imlib2_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
index 87e7ed4a6..8e5febd7a 100644
--- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
+++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
7 7
8DEPENDS = "freetype " 8DEPENDS = "freetype "
9PROVIDES = "virtual/imlib2" 9PROVIDES = "virtual/imlib2"
10PV = "1.12.2" 10PV = "1.12.3"
11SRCREV = "a860e34b19af6b0a73d86ddc0e4829145e18fa6e" 11SRCREV = "143c60194c0948aac484d37bb23c59edea2ccf19"
12 12
13inherit autotools pkgconfig lib_package 13inherit autotools pkgconfig lib_package
14 14