diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2023-01-04 15:56:53 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2023-04-22 21:25:39 -0400 |
| commit | 0637b33458337f43e95d9e08bd77bec01f3fde7e (patch) | |
| tree | 19af0dfbef0fbeefacf70bc81be34ab5608f67c3 | |
| parent | 1a3437446234b948961ccca8560cdaa905a982f2 (diff) | |
nongnu: mesa: Update to 22.3.2.mesa-next
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.
| -rw-r--r-- | nongnu/packages/mesa.scm | 25 |
1 files 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 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com> | 2 | ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> |
| 3 | ;;; Copyright © 2013 Joshua Grant <tadni@riseup.net> | ||
| 4 | ;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org> | ||
| 5 | ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <mhw@netris.org> | ||
| 6 | ;;; Copyright © 2016 Nikita <nikita@n0.is> | ||
| 7 | ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus <rekado@elephly.net> | ||
| 8 | ;;; Copyright © 2017, 2018, 2019, 2021 Efraim Flashner <efraim@flashner.co.il> | ||
| 9 | ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> | ||
| 10 | ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com> | ||
| 11 | ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr> | ||
| 12 | ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz> | ||
| 13 | ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> | ||
| 14 | ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org> | ||
| 15 | ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ||
| 16 | ;;; Copyright © 2020 Kei Kebreau <kkebreau@posteo.net> | ||
| 17 | ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru> | ||
| 18 | ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> | ||
| 19 | ;;; Copyright © 2021, 2022, 2023 John Kehayias <john.kehayias@protonmail.com> | ||
| 3 | ;;; | 20 | ;;; |
| 4 | ;;; This file is not part of GNU Guix. | 21 | ;;; This file is not part of GNU Guix. |
| 5 | ;;; | 22 | ;;; |
| @@ -55,7 +72,7 @@ | |||
| 55 | (base32 | 72 | (base32 |
| 56 | "1zr0hi7k5s7my4q9hyj6ryzg89zyjx24zbqfv3c5rcq9pl87gc00")))))) | 73 | "1zr0hi7k5s7my4q9hyj6ryzg89zyjx24zbqfv3c5rcq9pl87gc00")))))) |
| 57 | 74 | ||
| 58 | ;; Copied from (gnu packages gl) without changes, neede for mesa. | 75 | ;; Copied from (gnu packages gl) without changes, needed for mesa. |
| 59 | (define libva-without-mesa | 76 | (define libva-without-mesa |
| 60 | ;; Delay to work around circular import problem. | 77 | ;; Delay to work around circular import problem. |
| 61 | (delay | 78 | (delay |
| @@ -78,7 +95,7 @@ | |||
| 78 | (define-public mesa-next | 95 | (define-public mesa-next |
| 79 | (package | 96 | (package |
| 80 | (name "mesa") | 97 | (name "mesa") |
| 81 | (version "22.3.0") | 98 | (version "22.3.2") |
| 82 | (source | 99 | (source |
| 83 | (origin | 100 | (origin |
| 84 | (method url-fetch) | 101 | (method url-fetch) |
| @@ -90,7 +107,7 @@ | |||
| 90 | version "/mesa-" version ".tar.xz"))) | 107 | version "/mesa-" version ".tar.xz"))) |
| 91 | (sha256 | 108 | (sha256 |
| 92 | (base32 | 109 | (base32 |
| 93 | "0ihp63756kmp9rd0w83li1lf98saigail4b2hywc4j25b0vgjjv4")))) | 110 | "02ql6fawsxhzj21qzcyrzxnv28iwb6s8w8iagzjm6pvrm1cgfpf1")))) |
| 94 | (build-system meson-build-system) | 111 | (build-system meson-build-system) |
| 95 | (propagated-inputs | 112 | (propagated-inputs |
| 96 | ;; The following are in the Requires.private field of gl.pc. | 113 | ;; The following are in the Requires.private field of gl.pc. |
