From: Rutger Helling <rhelling@mykolab.com>
To: 29841@debbugs.gnu.org
Subject: [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1. (v4)
Date: Mon, 25 Dec 2017 22:03:57 +0100 [thread overview]
Message-ID: <20171225220357.4c904967@mykolab.com> (raw)
In-Reply-To: <20171224190201.21c87fa8@mykolab.com>
[-- Attachment #1.1: Type: text/plain, Size: 1115 bytes --]
I've made one more change. In the Mesa 17.3.x series S3TC compression is
now built-in (the patent expired). This means the s2tc input is now
unnecessary, so I've removed it.
I confirmed with guix gc --references $(guix build mesa) that there
wasn't a reference to s2tc anymore that was in 17.2.x.
On Sun, 24 Dec 2017 19:02:01 +0100
Rutger Helling <rhelling@mykolab.com> wrote:
> One last time, with [native-inputs] instead of [inputs] in the log.
> Apologies about the triple post.
>
> On Sun, 24 Dec 2017 18:52:17 +0100
> Rutger Helling <rhelling@mykolab.com> wrote:
>
> > Forgot [inputs] in the log. Sorry about that, here's a fixed patch.
> >
> > On Sun, 24 Dec 2017 18:46:32 +0100
> > Rutger Helling <rhelling@mykolab.com> wrote:
> >
> > > 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.
> >
>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-mesa-Update-to-17.3.1-v4.patch --]
[-- Type: text/x-patch, Size: 2434 bytes --]
From 5ced069d6a4e4080c43401b8495dbbb0f2058bde Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Mon, 25 Dec 2017 21:55:12 +0100
Subject: [PATCH] gnu: mesa: Update to 17.3.1.
* gnu/packages/gl.scm (mesa): Update to 17.3.1.
[inputs]: Remove s2tc.
[native-inputs]: Add python2-mako.
[arguments]: Add radeonsi to --with-gallium-drivers (exclude aarch64 and armhf).
---
gnu/packages/gl.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 7de2ca51f..af5fb1b70 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"))))
@@ -264,12 +264,12 @@ also known as DXTn or DXTC) for Mesa.")
`()))
("makedepend" ,makedepend)
("presentproto" ,presentproto)
- ("s2tc" ,s2tc)
("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols)))
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python-2)
+ ("python2-mako" ,python2-mako)
("which" ,(@ (gnu packages base) which))))
(arguments
`(#:configure-flags
@@ -281,7 +281,7 @@ also known as DXTn or DXTC) for Mesa.")
;; TODO: Fix svga driver for aarch64 and armhf.
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
(_
- '("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
+ '("--with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
;; Enable various optional features. TODO: opencl requires libclc,
;; omx requires libomxil-bellagio
"--with-platforms=x11,drm,wayland,surfaceless"
--
2.15.1
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2017-12-25 21:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-24 17:46 [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1 Rutger Helling
2017-12-24 17:52 ` Rutger Helling
2017-12-24 18:02 ` Rutger Helling
2017-12-25 21:03 ` Rutger Helling [this message]
2017-12-27 22:12 ` [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1. (v4) Marius Bakke
2017-12-27 22:24 ` bug#29841: " Rutger Helling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171225220357.4c904967@mykolab.com \
--to=rhelling@mykolab.com \
--cc=29841@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).