- 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 --- config/rootfiles/common/pixman | 3 ++- lfs/pixman | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/pixman b/config/rootfiles/common/pixman index c48845cde..982ff2e99 100644 --- a/config/rootfiles/common/pixman +++ b/config/rootfiles/common/pixman @@ -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 + diff --git a/lfs/pixman b/lfs/pixman index a1f362feb..8b4644757 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -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)