diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2023-11-07 17:22:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-07 23:11:24 -0800 |
commit | c217051fe7221e9c6081bc404bc674385eaaac43 (patch) | |
tree | 514ede721dca0af8a73671bb161dc8f035a3d027 /meta-oe/recipes-graphics/imlib2 | |
parent | 4f38b524ac8e96de65433371749ffc5cf8771675 (diff) | |
download | meta-openembedded-c217051fe7221e9c6081bc404bc674385eaaac43.tar.gz |
imlib2: Upgrade 1.7.1 -> 1.12.1
Upgrade to version 1.12.1:
- Fix some clang complaints
- scaling: MMX asm scaling causes segv, disable for now
- loading: Call module exit function also when not dlclosing
module on unload
- loaders: Fix build with -m32 --enable-debug
- RAW loader: Don't unload loader
- imlib2_grab, imlib2_view: Unset context colormap
- x11_grab: Use correct depth when grabbing
Remove bzip2 from PACKAGECONFIG because for this version it is an
unrecognised option.
This work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/imlib2')
-rw-r--r-- | 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_git.bb index 9b8849b58..ceb14301e 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.7.1" | 10 | PV = "1.12.1" |
11 | SRCREV = "01424487e360383a039dc123bc2a345fe7ea2535" | 11 | SRCREV = "9198db25369f04db069ce61a661c3c47b2622655" |
12 | 12 | ||
13 | inherit autotools pkgconfig lib_package | 13 | inherit autotools pkgconfig lib_package |
14 | 14 | ||
@@ -28,7 +28,6 @@ PACKAGECONFIG[png] = "--with-png,--without-png,libpng" | |||
28 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | 28 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" |
29 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | 29 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" |
30 | 30 | ||
31 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | ||
32 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | 31 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" |
33 | 32 | ||
34 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" | 33 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" |