all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Danny O'Brien <danny@spesh.com>
Cc: 51828-done@debbugs.gnu.org
Subject: bug#51828: [PATCH staging] gnu: mesa: Update to 20.3.5.
Date: Thu, 25 Nov 2021 00:13:45 -0500	[thread overview]
Message-ID: <878rxcbywm.fsf@gmail.com> (raw)
In-Reply-To: <87k0hbpdlj.fsf@spesh.com> (Danny O'Brien's message of "Sat, 13 Nov 2021 20:21:31 -0800")

Hello,

Danny O'Brien <danny@spesh.com> 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




      reply	other threads:[~2021-11-25  5:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14  4:21 [bug#51828] [PATCH staging] gnu: mesa: Update to 20.3.5 Danny O'Brien
2021-11-25  5:13 ` Maxim Cournoyer [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878rxcbywm.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=51828-done@debbugs.gnu.org \
    --cc=danny@spesh.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.