From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 07 Apr 2025 18:04:31 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u1oxb-009c3Z-2h for lore@lore.pengutronix.de; Mon, 07 Apr 2025 18:04:31 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1u1oxb-0005h2-L4; Mon, 07 Apr 2025 18:04:31 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1u1ow3-0002to-Pb; Mon, 07 Apr 2025 18:02:55 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u1ow3-003my8-1x; Mon, 07 Apr 2025 18:02:55 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u1ow3-000pBm-1n; Mon, 07 Apr 2025 18:02:55 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 7 Apr 2025 18:02:55 +0200 Message-Id: <20250407160255.196763-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250403152655.2939750-1-p.zabel@pengutronix.de> References: <20250403152655.2939750-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] mesalib: version bump 25.0.2 -> 25.0.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f61905c23240642dec3e5390ee15e83cf1e016e9. Michael [sent from post-receive hook] On Mon, 07 Apr 2025 18:02:55 +0200, Philipp Zabel wrote: > https://docs.mesa3d.org/relnotes/25.0.3.html > > Drop deprecated execmem option, sort install options alphabetically. > > Signed-off-by: Philipp Zabel > Message-Id: <20250403152655.2939750-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/mesalib.make b/rules/mesalib.make > index 010af6e2156d..a59ec3b61746 100644 > --- a/rules/mesalib.make > +++ b/rules/mesalib.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib > # > # Paths and names > # > -MESALIB_VERSION := 25.0.2 > -MESALIB_MD5 := 3605bbca692582ec31f8f5ad652a2fc9 > +MESALIB_VERSION := 25.0.3 > +MESALIB_MD5 := 42502c44e1e3e9ea9700c8c4e50b0f7c > MESALIB := mesa-$(MESALIB_VERSION) > MESALIB_SUFFIX := tar.xz > MESALIB_URL := \ > @@ -186,7 +186,6 @@ MESALIB_CONF_OPT := \ > -Degl-lib-suffix= \ > -Degl-native-platform=auto \ > -Denable-glcpp-tests=false \ > - -Dexecmem=true \ > -Dexpat=enabled \ > -Dfreedreno-kmds=msm \ > -Dgallium-d3d10-dll-name=libgallium_d3d10 \ > @@ -214,13 +213,13 @@ MESALIB_CONF_OPT := \ > -Dglx-direct=true \ > -Dglx-read-only-text=false \ > -Dgpuvis=false \ > - -Dinstall-mesa-clc=false \ > - -Dinstall-precomp-compiler=false \ > -Dhtml-docs=disabled \ > -Dhtml-docs-path= \ > -Dimagination-srv=false \ > -Dinstall-intel-clc=false \ > -Dinstall-intel-gpu-tests=false \ > + -Dinstall-mesa-clc=false \ > + -Dinstall-precomp-compiler=false \ > -Dintel-bvh-grl=false \ > -Dintel-clc=system \ > -Dintel-elk=true \