From patchwork Sat Nov 9 17:38:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8212 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Xm31y6VQYz3xDv for ; Sat, 9 Nov 2024 17:38:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xm31w141tz2pq; Sat, 9 Nov 2024 17:38:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xm31w0bcPz33rs; Sat, 9 Nov 2024 17:38:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Xm31m6D33z34Jh for ; Sat, 9 Nov 2024 17:38:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Xm31m2KwTz15G; Sat, 9 Nov 2024 17:38:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1731173900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kwp9IPwHOsW2Fh66rS1GxuLNAZG+51gRgykT+oXC9cI=; b=UXgruJr/C8qzls7YE23alliQvQ6pCUGPZuHYOU7olK5kOmjVUb1xxy1PuP/BB6P34CTWup txUX9teFV+9jYSAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1731173900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kwp9IPwHOsW2Fh66rS1GxuLNAZG+51gRgykT+oXC9cI=; b=WmKCXz99DJqwuDMZqFXcKYTEebdnADHeTU8HwORAAuEzLWqZPBKAyk6MjSf6n/sLNp3L71 6Tw6pztviYR5Vz21dxr1QXL0ed6H3zeBBR87BkgXlbACGq45cq5kfFnn+sl0jD5KNOjtCe vEDYjsdjqTr7aR6gMVqmx2+bgSM8/LBs62d1WRaXgaE+myjFMPE4c1HAVPbPQ9Iic3llbW Z+/vBlpGUQB/4j39/ch5QvlpOLU0RIuDS2B0Y5w3cMTUl5Nh40yLGRkSFS/UxHWoofT7lz rU73+BdwsgGn4C9rhd9C4xWajF13EX0bQKwXUKyE7zc3cVivck/bVrzx/wieWw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pixman: Update to version 0.44.0 Date: Sat, 9 Nov 2024 18:38:13 +0100 Message-ID: <20241109173814.1058040-6-adolf.belka@ipfire.org> In-Reply-To: <20241109173814.1058040-1-adolf.belka@ipfire.org> References: <20241109173814.1058040-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: E6VVVGUGJ4CJCKRXXFTFC5B2UFX5IP7V X-Message-ID-Hash: E6VVVGUGJ4CJCKRXXFTFC5B2UFX5IP7V X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 0.43.4 to 0.44.0 - Update of rootfile - Disabling iwmmxt no longer required as support for it in pixman has been dropped. - Changelog not provided. Review of changes only available by review of commits. https://gitlab.freedesktop.org/pixman/pixman/-/commits/master?ref_type=heads Signed-off-by: Adolf Belka --- config/rootfiles/common/pixman | 2 +- lfs/pixman | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/pixman b/config/rootfiles/common/pixman index d6ed58f3c..3f81a4b12 100644 --- a/config/rootfiles/common/pixman +++ b/config/rootfiles/common/pixman @@ -3,5 +3,5 @@ #usr/include/pixman-1/pixman.h #usr/lib/libpixman-1.so usr/lib/libpixman-1.so.0 -usr/lib/libpixman-1.so.0.43.4 +usr/lib/libpixman-1.so.0.44.0 #usr/lib/pkgconfig/pixman-1.pc diff --git a/lfs/pixman b/lfs/pixman index 8b4644757..858939c99 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -24,7 +24,7 @@ include Config -VER = 0.43.4 +VER = 0.44.0 THISAPP = pixman-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c31e5700bfadcd72f522af50509a4a6cd7bbf90c918c75b108e50246f1c76e858125138902a222040ada192710ec788deb43eb65085416f3eff88e3ed970933e +$(DL_FILE)_BLAKE2 = ea3f5fc5e6febfd3e6acf89b9bb7ce2d7c82d42ede2b3f7df69ce6d65ec2d75d3402523a1a3227135caac34633556dec3010a435ace23f2c8255ea210c03d5db install : $(TARGET) @@ -73,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && meson \ --prefix=/usr \ - -D iwmmxt=disabled \ builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install