[PATCH] gnu: libdrm: Update to 2.4.104.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210119221318.31418-1-vincent.legoll@gmail.com
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 26660b8bfa..8870e23d19 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -539,7 +539,7 @@ rasterisation.")
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.102")
+ (version "2.4.104")
(source (origin
(method url-fetch)
(uri (string-append
@@ -547,7 +547,7 @@ rasterisation.")
version ".tar.xz"))
(sha256
(base32
- "0nx0bd9dhymdsd99v4ifib77yjirkvkxf5hzdkbr7qr8dhrzkjwb"))))
+ "1jqvx9c23hgwhq109zqj6vg3ng40pcvh3r1k2fn1a424qasxhsnn"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.30.0
Vincent Legoll wrote 4 years ago
(address . 45995@debbugs.gnu.org)
CAEwRq=puzYDGjS0LvFbjQPe4qtye8o_VePsW63Jec8jvA1Uk5Q@mail.gmail.com
for core-updates

--
Vincent Legoll
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45995@debbugs.gnu.org)
YAeqVi492oH/eHdU@jasmine.lan
On Tue, Jan 19, 2021 at 11:13:18PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.

Thanks!

This patch doesn't apply anymore because libdrm is at version 2.4.103 on
the core-updates branch. Could you send a revision?
Vincent Legoll wrote 4 years ago
Rebased on core-updates
(address . 45995@debbugs.gnu.org)
20210121181019.667-1-vincent.legoll@gmail.com
This one has been rebased on core-updates & I have tested
building dependents:
* xf86-video-intel
* xf86-input-evdev
Vincent Legoll wrote 4 years ago
[PATCH] gnu: libdrm: Update to 2.4.104.
(address . 45995@debbugs.gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210121181019.667-2-vincent.legoll@gmail.com
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1c91068b25..1a6ced84f2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -539,7 +539,7 @@ rasterisation.")
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.103")
+ (version "2.4.104")
(source (origin
(method url-fetch)
(uri (string-append
@@ -547,7 +547,7 @@ rasterisation.")
version ".tar.xz"))
(sha256
(base32
- "08h2nnf4w96b4ql7485mvjgbbsb8rwc0qa93fdm1cq34pbyszq1z"))))
+ "1jqvx9c23hgwhq109zqj6vg3ng40pcvh3r1k2fn1a424qasxhsnn"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.30.0
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45995-done@debbugs.gnu.org)
YAnnvjO2QK16m/oQ@jasmine.lan
On Thu, Jan 21, 2021 at 07:10:19PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.

Thanks! Pushed to core-updates as 23386c12dcf9766149358748eda9b12a5138e234
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45995@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45995
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help