From 0637b33458337f43e95d9e08bd77bec01f3fde7e Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 4 Jan 2023 15:56:53 -0500 Subject: nongnu: mesa: Update to 22.3.2. Also update copyright lines, including all those present in the original gnu/packages/gl.scm from Guix's core-updates branch. Some may not be related to the copied mesa code and could be removed after investigating the log. * nongnu/packages/mesa.scm (mesa-next): Update to 22.3.2. --- nongnu/packages/mesa.scm | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/nongnu/packages/mesa.scm b/nongnu/packages/mesa.scm index 2bab5aa..293f09b 100644 --- a/nongnu/packages/mesa.scm +++ b/nongnu/packages/mesa.scm @@ -1,5 +1,22 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2022 John Kehayias +;;; Copyright © 2013, 2015 Andreas Enge +;;; Copyright © 2013 Joshua Grant +;;; Copyright © 2014, 2016 David Thompson +;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver +;;; Copyright © 2016 Nikita +;;; Copyright © 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus +;;; Copyright © 2017, 2018, 2019, 2021 Efraim Flashner +;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017, 2018, 2019 Rutger Helling +;;; Copyright © 2018–2021 Tobias Geerinckx-Rice +;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer +;;; Copyright © 2020 Kei Kebreau +;;; Copyright © 2021 Ivan Gankevich +;;; Copyright © 2022 Petr Hodina +;;; Copyright © 2021, 2022, 2023 John Kehayias ;;; ;;; This file is not part of GNU Guix. ;;; @@ -55,7 +72,7 @@ (base32 "1zr0hi7k5s7my4q9hyj6ryzg89zyjx24zbqfv3c5rcq9pl87gc00")))))) -;; Copied from (gnu packages gl) without changes, neede for mesa. +;; Copied from (gnu packages gl) without changes, needed for mesa. (define libva-without-mesa ;; Delay to work around circular import problem. (delay @@ -78,7 +95,7 @@ (define-public mesa-next (package (name "mesa") - (version "22.3.0") + (version "22.3.2") (source (origin (method url-fetch) @@ -90,7 +107,7 @@ version "/mesa-" version ".tar.xz"))) (sha256 (base32 - "0ihp63756kmp9rd0w83li1lf98saigail4b2hywc4j25b0vgjjv4")))) + "02ql6fawsxhzj21qzcyrzxnv28iwb6s8w8iagzjm6pvrm1cgfpf1")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc. -- cgit v1.2.3