From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTAMd-0006WP-3h for guix-patches@gnu.org; Sun, 24 Dec 2017 12:47:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTAMZ-00020R-3p for guix-patches@gnu.org; Sun, 24 Dec 2017 12:47:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42168) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eTAMY-00020H-V6 for guix-patches@gnu.org; Sun, 24 Dec 2017 12:47:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eTAMY-000420-La for guix-patches@gnu.org; Sun, 24 Dec 2017 12:47:02 -0500 Subject: [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTAML-0006Rq-Bg for guix-patches@gnu.org; Sun, 24 Dec 2017 12:46:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTAMH-0001iK-Bj for guix-patches@gnu.org; Sun, 24 Dec 2017 12:46:49 -0500 Received: from mx.kolabnow.com ([95.128.36.42]:57572) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eTAMG-0001h8-Vd for guix-patches@gnu.org; Sun, 24 Dec 2017 12:46:45 -0500 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out003.mykolab.com (Postfix) with ESMTP id 27D5040198 for ; Sun, 24 Dec 2017 18:46:42 +0100 (CET) Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Im9subQIJRxv for ; Sun, 24 Dec 2017 18:46:41 +0100 (CET) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out003.mykolab.com (Postfix) with ESMTPS id C31BC40153 for ; Sun, 24 Dec 2017 18:46:41 +0100 (CET) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx003.mykolab.com (Postfix) with ESMTPS id B3F52A79 for ; Sun, 24 Dec 2017 18:46:41 +0100 (CET) Date: Sun, 24 Dec 2017 18:46:32 +0100 From: Rutger Helling Message-ID: <20171224184632.776e8153@mykolab.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Se6sMH5NSd6QVXsZcP5LL=k"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29841@debbugs.gnu.org --Sig_/Se6sMH5NSd6QVXsZcP5LL=k Content-Type: multipart/mixed; boundary="MP_/akHVy_TZx38B5HGzpTQBtEz" --MP_/akHVy_TZx38B5HGzpTQBtEz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Here's a patch for Mesa for core-updates. 17.3.1 is the first point release of 17.3.x, so it's stable according to the Mesa developers. I also added radeonsi to the gallium drivers. I excluded aarch64 and armhf since I'm not sure if radeonsi is supposed to work on those or not. --MP_/akHVy_TZx38B5HGzpTQBtEz Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-mesa-Update-to-17.3.1.patch =46rom 1824c1ad2df32770294cbb37b443788fe3ddf266 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Sun, 24 Dec 2017 18:34:23 +0100 Subject: [PATCH] gnu: mesa: Update to 17.3.1. * gnu/packages/gl.scm (mesa): Update to 17.3.1. [arguments]: Add radeonsi to --with-gallium-drivers (exclude aarch64 and ar= mhf). --- gnu/packages/gl.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 7de2ca51f..6b43eb372 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -221,7 +221,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "17.2.7") + (version "17.3.1") (source (origin (method url-fetch) @@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.") version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "0s3slgjxnx482yw0knn4a6alsy2cq28rah6hnjbmf12mvyldxksh")) + "1h94m2nkxa1y4n415d5idk2x2lkgbvjcikv6r2r6yn4ak7h0grls")) (patches (search-patches "mesa-wayland-egl-symbols-check-mips.patch" "mesa-skip-disk-cache-test.patch")))) @@ -270,6 +270,7 @@ also known as DXTn or DXTC) for Mesa.") (native-inputs `(("pkg-config" ,pkg-config) ("python" ,python-2) + ("python2-mako" ,python2-mako) ("which" ,(@ (gnu packages base) which)))) (arguments `(#:configure-flags @@ -281,7 +282,7 @@ also known as DXTn or DXTC) for Mesa.") ;; TODO: Fix svga driver for aarch64 and armhf. '("--with-gallium-drivers=3Dfreedreno,nouveau,r300,r600,swra= st,vc4,virgl")) (_ - '("--with-gallium-drivers=3Di915,nouveau,r300,r600,svga,swra= st,virgl"))) + '("--with-gallium-drivers=3Di915,nouveau,r300,r600,radeonsi,= svga,swrast,virgl"))) ;; Enable various optional features. TODO: opencl requires libcl= c, ;; omx requires libomxil-bellagio "--with-platforms=3Dx11,drm,wayland,surfaceless" --=20 2.15.1 --MP_/akHVy_TZx38B5HGzpTQBtEz-- --Sig_/Se6sMH5NSd6QVXsZcP5LL=k Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEAVThuRzJ2e93ZI3n86cn20T8yjYFAlo/5/gACgkQ86cn20T8 yjbAdgf5AbnSuan6+wAWond116KBwTPa0mZ8UWnTMv1Q+Z+7Qe670roVDuW1DEA+ uMI0uJ2N11VmfHDmJ9c2ZcZVHiao+nz6QdYcf+JMTze58GNDWeuuoiUX6g9xdAPg FX5dzArs0A2kap2cRTMFutrMDfe5E+hKqkQHqk1i9NU5eBsMLYs5Th5yb5QxPO7Q 3+VZmbMWsimgs3WGdCQ5kbpMbkcEZ4HJ+qNEYV/2PzLkFccOwF//6mmE3kGnUjN1 06bhtUoawIryo7oI0WWwf6kYnjwg8GCM+VccwWux+zQ1unxsYK1hlt1q+4ZcvRcW YRDrhMQbdvorto2B2X0oKm1OICc0Gw== =G+/h -----END PGP SIGNATURE----- --Sig_/Se6sMH5NSd6QVXsZcP5LL=k--