diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 15:12:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:07 -0800 |
| commit | 4a27f91f13d23836f1b1b031a63f963c8fa65245 (patch) | |
| tree | 99dd9dd4897de3a2c5a92077d23fcf23f660e757 | |
| parent | d2d364eab85d5b519b5636be2e49dbb42940541f (diff) | |
| download | meta-openembedded-4a27f91f13d23836f1b1b031a63f963c8fa65245.tar.gz | |
imlib2: upgrade 1.12.1 -> 1.12.2
Changelog:
===========
-Y4M loader: fix support for unexpected framerates
-Y4M loader: fix C option analysis
-Y4M loader: add error messages on parsing errors
-test_save: Update crcs for jxl saver (libjxl 0.8.0)
-x11_grab: Remove some obsolete code
-Y4M loader: Guard some debug code properly
-Consistently use #if IMLIB2_DEBUG (not #ifdef)
-test_load_2: Check some more y4m files
-Y4M loader: Avoid use of sscanf() in frame rate parsing
-ANI loader: Avoid debug line when image does not have proper signature
-PNG loader: Properly suppress messages from libpng
-Y4M loader: Fix warning in non-debug build
-Change formatting style
-PNG saver: Avoid potential issues around setjmp/longjmp
-JPG saver: Fix error path
-TIFF loader: Properly suppress messages from libtiff
-savers: Fix error returns
-PNG saver: avoid double-free on write errors
-Y4M loader: don't fail on newline
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_git.bb | 4 |
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 113b8666ab..87e7ed4a6b 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 | ||
| 8 | DEPENDS = "freetype " | 8 | DEPENDS = "freetype " |
| 9 | PROVIDES = "virtual/imlib2" | 9 | PROVIDES = "virtual/imlib2" |
| 10 | PV = "1.12.1" | 10 | PV = "1.12.2" |
| 11 | SRCREV = "9198db25369f04db069ce61a661c3c47b2622655" | 11 | SRCREV = "a860e34b19af6b0a73d86ddc0e4829145e18fa6e" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig lib_package | 13 | inherit autotools pkgconfig lib_package |
| 14 | 14 | ||
