From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pixman: Update to version 0.43.4 Date: Tue, 05 Mar 2024 12:24:01 +0100 Message-ID: <20240305112405.3404991-5-adolf.belka@ipfire.org> In-Reply-To: <20240305112405.3404991-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1954907231633171684==" List-Id: --===============1954907231633171684== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 --- 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 @@ =20 include Config =20 -VER =3D 0.43.0 +VER =3D 0.43.4 =20 THISAPP =3D pixman-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 1a807d4d5598a5fe6077d6bbc7786cba41a698a1f03801cc5367ad= e8707500ee215a0faf65afe85f9e040b0380f1074c2fdfd31c0805dc41a4e5e34e36416764 +$(DL_FILE)_BLAKE2 =3D c31e5700bfadcd72f522af50509a4a6cd7bbf90c918c75b108e502= 46f1c76e858125138902a222040ada192710ec788deb43eb65085416f3eff88e3ed970933e =20 install : $(TARGET) =20 --=20 2.44.0 --===============1954907231633171684==--