diff mbox series

[meta-oe,05/24] imlib2: upgrade 1.12.5 -> 1.12.6

Message ID 20260107102855.228-5-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/24] ctags: upgrade 6.2.20251130.0 -> 6.2.20260104.0 | expand

Commit Message

Wang Mingyu Jan. 7, 2026, 10:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Jan. 7, 2026, 5:39 p.m. UTC | #1
On Wed, Jan 7, 2026 at 2:29 AM wangmy via lists.openembedded.org <wangmy=
fujitsu.com@lists.openembedded.org> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 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>
> ---
>  meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 4 ++--
>  1 file 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 66e9f8a0c4..c02e497a86 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"
>
>  DEPENDS = "freetype "
>  PROVIDES = "virtual/imlib2"
> -PV = "1.12.5"
> -SRCREV = "df73df52ddf0e1ea40507f5ee8c6b794b328b3bc"
> +PV = "1.12.6"
> +SRCREV = "8c6a7640c91d7815a6318d3641554869c62cc926"
>
>
If we are bumping SRCREV from release to release then rename the recipe to
represent version in it might be
better.


>  inherit autotools pkgconfig lib_package
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#123203):
> https://lists.openembedded.org/g/openembedded-devel/message/123203
> Mute This Topic: https://lists.openembedded.org/mt/117131892/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Ankur Tyagi Jan. 7, 2026, 6:42 p.m. UTC | #2
On Thu, Jan 8, 2026 at 6:40 AM Khem Raj via lists.openembedded.org
<raj.khem=gmail.com@lists.openembedded.org> wrote:
>
>
>
> On Wed, Jan 7, 2026 at 2:29 AM wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
>>
>> From: Wang Mingyu <wangmy@fujitsu.com>
>>
>> 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>
>> ---
>>  meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 4 ++--
>>  1 file 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 66e9f8a0c4..c02e497a86 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"
>>
>>  DEPENDS = "freetype "
>>  PROVIDES = "virtual/imlib2"
>> -PV = "1.12.5"
>> -SRCREV = "df73df52ddf0e1ea40507f5ee8c6b794b328b3bc"
>> +PV = "1.12.6"
>> +SRCREV = "8c6a7640c91d7815a6318d3641554869c62cc926"
>>
>
> If we are bumping SRCREV from release to release then rename the recipe to represent version in it might be
> better.
>

Agree, and please also include tag=v{PV} in the SRC_URI.

>>
>>  inherit autotools pkgconfig lib_package
>>
>> --
>> 2.43.0
>>
>>
>>
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#123227): https://lists.openembedded.org/g/openembedded-devel/message/123227
> Mute This Topic: https://lists.openembedded.org/mt/117131892/3619737
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ankur.tyagi85@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb
index 66e9f8a0c4..c02e497a86 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"
 
 DEPENDS = "freetype "
 PROVIDES = "virtual/imlib2"
-PV = "1.12.5"
-SRCREV = "df73df52ddf0e1ea40507f5ee8c6b794b328b3bc"
+PV = "1.12.6"
+SRCREV = "8c6a7640c91d7815a6318d3641554869c62cc926"
 
 inherit autotools pkgconfig lib_package