summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-08 11:07:46 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:47 -0800
commitddaf5e0f397cbea55298191b0574afdd4a246207 (patch)
tree17908971c3dca6676ec2c43975f3a0dbd85f2097
parenta524aaddaceabedcfba002550eaef0b5aa10e0eb (diff)
downloadmeta-openembedded-ddaf5e0f397cbea55298191b0574afdd4a246207.tar.gz
imlib2: upgrade 1.12.5 -> 1.12.6
Changelog: ========== - Y4M loader: add support for 10-bit 4:4:4 - Y4M loader: add support for 10-bit 4:2:2 - Y4M loader: add example for 8-bit mono - Y4M loader: add support for 10-bit mono - Y4M loader: fix support for full-range mono - Y4M loader: fix support for odd dimensions - Y4M loader: add support for 12/14/16-bit mono - test/images: Remove intermediate generated file - imlib2_view: Set title - imlib2_view: Scale image when resizing window - imlib2_view: A couple of fixes to previous commit - test_load_2: Add new y4m test images - test_load_2: Add more new y4m test images - test_load_2: Add more new y4m test images - autofoo: Use AM_LIBTOOLFLAGS, not LIBTOOLFLAGS - gradients: Fix rendering of gradients in larger images - imlib2_conv: Fix constness warning - gradients: Better gradients with angles - Compile cleanly with -Wdouble-promotion - XPM loader: Add missing progress callback on incomplete image data Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb (renamed from meta-oe/recipes-graphics/imlib2/imlib2_git.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb
index 66e9f8a0c4..faa1eb9006 100644
--- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
+++ b/meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb
@@ -7,14 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
7 7
8DEPENDS = "freetype " 8DEPENDS = "freetype "
9PROVIDES = "virtual/imlib2" 9PROVIDES = "virtual/imlib2"
10PV = "1.12.5" 10SRCREV = "8c6a7640c91d7815a6318d3641554869c62cc926"
11SRCREV = "df73df52ddf0e1ea40507f5ee8c6b794b328b3bc"
12 11
13inherit autotools pkgconfig lib_package 12inherit autotools pkgconfig lib_package
14 13
15AUTO_LIBNAME_PKGS = "" 14AUTO_LIBNAME_PKGS = ""
16 15
17SRC_URI = "git://git.enlightenment.org/old/legacy-${BPN}.git;protocol=https;branch=master" 16SRC_URI = "git://git.enlightenment.org/old/legacy-${BPN}.git;protocol=https;branch=master;tag=v${PV}"
18 17
19PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 18PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
20 19