[PATCH mesa-updates] gnu: libdrm: Update to 2.4.115.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • John Kehayias
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote on 15 Jul 2023 08:24
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
714c3cf73b1a8152ebdf17dab36541ec8ee52883.1689401598.git.hako@ultrarare.space
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.115.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1f7539764c..d1c1c48f29 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -711,7 +711,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.114")
+ (version "2.4.115")
(source (origin
(method url-fetch)
(uri (string-append
@@ -719,7 +719,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "09nhk3jx3qzggl5vyii3yh4zm0npjqsbxhzvxrg2xla77a2cyj9h"))))
+ "1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags

base-commit: 00ed2901f5171e4f9435641a91678217cae38030
--
2.41.0
J
J
John Kehayias wrote on 25 Jul 2023 23:20
(name . Hilton Chain)(address . hako@ultrarare.space)(address . 64637@debbugs.gnu.org)
87351bk7rr.fsf@protonmail.com
Hi,

On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:

Toggle quote (30 lines)
> * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.115.
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 1f7539764c..d1c1c48f29 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -711,7 +711,7 @@ (define-public pixman
> (define-public libdrm
> (package
> (name "libdrm")
> - (version "2.4.114")
> + (version "2.4.115")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -719,7 +719,7 @@ (define-public libdrm
> version ".tar.xz"))
> (sha256
> (base32
> - "09nhk3jx3qzggl5vyii3yh4zm0npjqsbxhzvxrg2xla77a2cyj9h"))))
> + "1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m"))))
> (build-system meson-build-system)
> (arguments
> (list #:configure-flags
>
> base-commit: 00ed2901f5171e4f9435641a91678217cae38030

Looks fine to me, just haven't applied it to mesa-updates since this
causes many more rebuilds than just mesa dependents. Let's include with
other large changes (like freetype maybe? where I want to add brotli
support).

John
J
J
John Kehayias wrote on 28 Nov 2023 06:38
87wmu28mjj.fsf@protonmail.com
Hello,

On Tue, Jul 25, 2023 at 09:20 PM, John Kehayias wrote:

Toggle quote (41 lines)
> Hi,
>
> On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:
>
>> * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.115.
>> ---
>> gnu/packages/xdisorg.scm | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
>> index 1f7539764c..d1c1c48f29 100644
>> --- a/gnu/packages/xdisorg.scm
>> +++ b/gnu/packages/xdisorg.scm
>> @@ -711,7 +711,7 @@ (define-public pixman
>> (define-public libdrm
>> (package
>> (name "libdrm")
>> - (version "2.4.114")
>> + (version "2.4.115")
>> (source (origin
>> (method url-fetch)
>> (uri (string-append
>> @@ -719,7 +719,7 @@ (define-public libdrm
>> version ".tar.xz"))
>> (sha256
>> (base32
>> - "09nhk3jx3qzggl5vyii3yh4zm0npjqsbxhzvxrg2xla77a2cyj9h"))))
>> + "1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m"))))
>> (build-system meson-build-system)
>> (arguments
>> (list #:configure-flags
>>
>> base-commit: 00ed2901f5171e4f9435641a91678217cae38030
>
> Looks fine to me, just haven't applied it to mesa-updates since this
> causes many more rebuilds than just mesa dependents. Let's include with
> other large changes (like freetype maybe? where I want to add brotli
> support).
>
> John

Updated to a newer version in 3d51d19c85c114f78eab11ea27a8737ec74379d1
but thanks!
Closed
?