From unknown Mon Jun 23 04:10:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51828 <51828@debbugs.gnu.org> To: bug#51828 <51828@debbugs.gnu.org> Subject: Status: [PATCH staging] gnu: mesa: Update to 20.3.5. Reply-To: bug#51828 <51828@debbugs.gnu.org> Date: Mon, 23 Jun 2025 11:10:33 +0000 retitle 51828 [PATCH staging] gnu: mesa: Update to 20.3.5. reassign 51828 guix-patches submitter 51828 Danny O'Brien severity 51828 normal tag 51828 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 23:26:32 2021 Received: (at submit) by debbugs.gnu.org; 14 Nov 2021 04:26:32 +0000 Received: from localhost ([127.0.0.1]:48811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm768-0000YV-78 for submit@debbugs.gnu.org; Sat, 13 Nov 2021 23:26:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:56592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm762-0000YJ-Vl for submit@debbugs.gnu.org; Sat, 13 Nov 2021 23:26:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm762-0001Gh-Qy for guix-patches@gnu.org; Sat, 13 Nov 2021 23:26:26 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:58467) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm760-0002jg-EC for guix-patches@gnu.org; Sat, 13 Nov 2021 23:26:26 -0500 Received: (Authenticated sender: outgoing@spesh.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 4AFAD200002 for ; Sun, 14 Nov 2021 04:26:20 +0000 (UTC) User-agent: mu4e 1.6.9; emacs 28.0.60 From: Danny O'Brien To: guix-patches@gnu.org Subject: [PATCH staging] gnu: mesa: Update to 20.3.5. Date: Sat, 13 Nov 2021 20:21:31 -0800 Message-ID: <87k0hbpdlj.fsf@spesh.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Received-SPF: none client-ip=217.70.178.232; envelope-from=danny@spesh.com; helo=relay12.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/gl.scm (mesa): Update to 20.3.5. --- gnu/packages/gl.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index a417e363bb..8ac40d41a1 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -235,7 +235,7 @@ (define libva-without-mesa (define-public mesa (package (name "mesa") - (version "20.2.4") + (version "20.3.5") (source (origin (method url-fetch) @@ -247,9 +247,7 @@ (define-public mesa version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5")) - (patches - (search-patches "mesa-skip-tests.patch")))) + "1klifqyr54q8ar8sncykgqllil98q1ma4i6g9j2c18yzcggp56lh")))) (build-system meson-build-system) (propagated-inputs `(;; The following are in the Requires.private field of gl.pc. @@ -296,14 +294,16 @@ (define-public mesa '(,@(match (%current-system) ((or "armhf-linux" "aarch64-linux") ;; TODO: Fix svga driver for non-Intel architectures. - '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl")) + (list (string-append "-Dgallium-drivers=etnaviv,freedreno,kmsro," + "lima,nouveau,panfrost,r300,r600,swrast," + "tegra,v3d,vc4,virgl"))) ("powerpc64le-linux" '("-Dgallium-drivers=nouveau,r300,r600,radeonsi,swrast,virgl")) (_ '("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl"))) ;; Enable various optional features. TODO: opencl requires libclc, ;; omx requires libomxil-bellagio - "-Dplatforms=x11,drm,surfaceless,wayland" + "-Dplatforms=x11,wayland" "-Dglx=dri" ;Thread Local Storage, improves performance ;; "-Dopencl=true" ;; "-Domx=true" -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 25 00:13:56 2021 Received: (at 51828-done) by debbugs.gnu.org; 25 Nov 2021 05:13:56 +0000 Received: from localhost ([127.0.0.1]:55511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mq751-0007G2-O1 for submit@debbugs.gnu.org; Thu, 25 Nov 2021 00:13:55 -0500 Received: from mail-qv1-f42.google.com ([209.85.219.42]:45580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mq74y-0007Fl-3t for 51828-done@debbugs.gnu.org; Thu, 25 Nov 2021 00:13:54 -0500 Received: by mail-qv1-f42.google.com with SMTP id s9so3500166qvk.12 for <51828-done@debbugs.gnu.org>; Wed, 24 Nov 2021 21:13:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version; bh=FfeeW9IsaqdgijDQVbFqo+IzFqgbDrHK40HAAtH2HLQ=; b=KJzUxTH4/+FPGVxVf45s4UbsLsPRDyL+QcF1SwMVD5WGekzPjr9+ksYjaUEvskVT4l Jncw+GPkPazLBQO2xIHjLsKNWpK0IzG+qHbMBwscxlJqEB0IsDrbPwIt7xay8ASvntbA TnSu6o84EMFcfVPRW388xXauyX9Mbf8HXbk4zV5o2bLivNpbzmbgqqwC1hIf282+m0yb UrNG5BU8kcMf008tDBjPsQPJBZ7cqNzlzW6jyiMSUrdwDGV6Pa1ddz6fVDWmFBMXCK7i 6CX7T4xdOB88kQUiIEUmL7WaXIfTVUAvnUNGZvpjNUW854PbOWyTJoP2U7oWIJH868J4 fZkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=FfeeW9IsaqdgijDQVbFqo+IzFqgbDrHK40HAAtH2HLQ=; b=eWwfZ1y0Cz0dsyNPQVjzXYf9WCmqrjrpxYPA3wtfBgybXTjhawTCh3y/WMit+RH42O v7oM4uRT56sxX5/UCK40Q2FkTb522LFq5Dj8t6XBza1XgoFNVTCNr8qZNftggAVVyLoP fjNOUBveduznowLCeyd7CUrSPPPtG8Hy99HfWDCAKCgJwHJI+f86L9VkMIURC5xUpvrz zKr45ruv9EKVtrvAQQhHGnZTykFGO64dsmPYTTMUCXvOohE8elEQDgrcviczIz7RvcUU 2k70fEW7m6pd4fMTUkmCi1u7QXw0YgaNeExXWa3bxiZk5GLREK7VeGYP/GPxgOCSUiLE oltw== X-Gm-Message-State: AOAM532aEw4GjGc+rB0Pxs/5qXABWgx6EJm1+1yLdrWcxt465Sy0eRkG b2VC7GAxxG04iCl1L7FzadfPKGhxqbV7wA== X-Google-Smtp-Source: ABdhPJyQiY0I1XZeS2e9wivbKxXn/6qw1CmZ/hRNU7VliGMrAaOrfMJMLb1ZM8BTRb9rRLOgq8FeUA== X-Received: by 2002:a05:6214:5198:: with SMTP id kl24mr14684380qvb.6.1637817226557; Wed, 24 Nov 2021 21:13:46 -0800 (PST) Received: from hurd ([207.35.95.55]) by smtp.gmail.com with ESMTPSA id m20sm1040851qtx.39.2021.11.24.21.13.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Nov 2021 21:13:46 -0800 (PST) From: Maxim Cournoyer To: Danny O'Brien Subject: Re: bug#51828: [PATCH staging] gnu: mesa: Update to 20.3.5. In-Reply-To: <87k0hbpdlj.fsf@spesh.com> (Danny O'Brien's message of "Sat, 13 Nov 2021 20:21:31 -0800") References: <87k0hbpdlj.fsf@spesh.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Date: Thu, 25 Nov 2021 00:13:45 -0500 Message-ID: <878rxcbywm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51828-done Cc: 51828-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Danny O'Brien writes: > * gnu/packages/gl.scm (mesa): Update to 20.3.5. It seems other changes missing from your commit message (to be formatted in the GNU changelog style). > --- > gnu/packages/gl.scm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm > index a417e363bb..8ac40d41a1 100644 > --- a/gnu/packages/gl.scm > +++ b/gnu/packages/gl.scm > @@ -235,7 +235,7 @@ (define libva-without-mesa > (define-public mesa > (package > (name "mesa") > - (version "20.2.4") > + (version "20.3.5") > (source > (origin > (method url-fetch) > @@ -247,9 +247,7 @@ (define-public mesa > version "/mesa-" version ".tar.xz"))) > (sha256 > (base32 > - "14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5")) > - (patches > - (search-patches "mesa-skip-tests.patch")))) > + "1klifqyr54q8ar8sncykgqllil98q1ma4i6g9j2c18yzcggp56lh")))) > (build-system meson-build-system) > (propagated-inputs > `(;; The following are in the Requires.private field of gl.pc. > @@ -296,14 +294,16 @@ (define-public mesa > '(,@(match (%current-system) > ((or "armhf-linux" "aarch64-linux") > ;; TODO: Fix svga driver for non-Intel architectures. > - > '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl")) > + (list (string-append > "-Dgallium-drivers=etnaviv,freedreno,kmsro," > + "lima,nouveau,panfrost,r300,r600,swrast," > + "tegra,v3d,vc4,virgl"))) That's purely re-indenting; OK. > ("powerpc64le-linux" > '("-Dgallium-drivers=nouveau,r300,r600,radeonsi,swrast,virgl")) > (_ > '("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl"))) > ;; Enable various optional features. TODO: opencl requires > libclc, > ;; omx requires libomxil-bellagio > - "-Dplatforms=x11,drm,surfaceless,wayland" > + "-Dplatforms=x11,wayland" Why are the 'drm' and 'surfaceless' platforms removed? I'm closing this as core-updates-frozen, soon to be merged in master, is at the very bleeding edge 21.2.5 :-). Thanks, Maxim From unknown Mon Jun 23 04:10:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 23 Dec 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator