]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pixman: Update to version 0.43.4
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 5 Mar 2024 11:24:01 +0000 (12:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Mar 2024 21:34:21 +0000 (21:34 +0000)
- Update from version 0.43.0 to 0.43.4
- Update of rootfile
- Changelog
    0.43.4
      Revert the changes to fix the problem in big-endian architectures
      Allow to build pixman on clang/arm32
      pixman-arm: Fix build on clang/arm32
      pixman-x86: Use cpuid.h header
      pixman-x86: Move #include "cpuid.h" inside conditionals
      Revert "Allow to build pixman on clang/arm32"
      pixman-arm: Use unified syntax
    0.43.2
Note, in the past pixman used a numbering scheme with odd minor number
numbers for development versions and even minor number for stable
versions. This is no longer the case, all releases (including this one)
are stable production versions now.
      Drop automatic DEBUG define
      Drop ChangeLog
      Drop contrib/ci.sh

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/pixman
lfs/pixman

index c48845cdefa1fcb70059d014844e8c19b821cb36..982ff2e99a4715c2358ec92e66d3d8bb56d36979 100644 (file)
@@ -3,5 +3,6 @@
 #usr/include/pixman-1/pixman.h
 #usr/lib/libpixman-1.so
 usr/lib/libpixman-1.so.0
-usr/lib/libpixman-1.so.0.43.0
+usr/lib/libpixman-1.so.0.43.4
 #usr/lib/pkgconfig/pixman-1.pc
+
index a1f362febe0ffbd577373112f741ae143c74ee45..8b4644757ddb9d6b2317ac31c9d9b18926ccdda3 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.43.0
+VER        = 0.43.4
 
 THISAPP    = pixman-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 1a807d4d5598a5fe6077d6bbc7786cba41a698a1f03801cc5367ade8707500ee215a0faf65afe85f9e040b0380f1074c2fdfd31c0805dc41a4e5e34e36416764
+$(DL_FILE)_BLAKE2 = c31e5700bfadcd72f522af50509a4a6cd7bbf90c918c75b108e50246f1c76e858125138902a222040ada192710ec788deb43eb65085416f3eff88e3ed970933e
 
 install : $(TARGET)