all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104.
@ 2021-01-19 22:13 Vincent Legoll
  2021-01-19 22:14 ` Vincent Legoll
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vincent Legoll @ 2021-01-19 22:13 UTC (permalink / raw)
  To: 45995; +Cc: Vincent Legoll

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.
---
 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 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104.
  2021-01-19 22:13 [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
@ 2021-01-19 22:14 ` Vincent Legoll
  2021-01-20  3:58 ` Leo Famulari
  2021-01-21 18:10 ` [bug#45995] Rebased on core-updates Vincent Legoll
  2 siblings, 0 replies; 6+ messages in thread
From: Vincent Legoll @ 2021-01-19 22:14 UTC (permalink / raw)
  To: 45995

for core-updates

-- 
Vincent Legoll




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104.
  2021-01-19 22:13 [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
  2021-01-19 22:14 ` Vincent Legoll
@ 2021-01-20  3:58 ` Leo Famulari
  2021-01-21 18:10 ` [bug#45995] Rebased on core-updates Vincent Legoll
  2 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2021-01-20  3:58 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45995

On Tue, Jan 19, 2021 at 11:13:18PM +0100, Vincent Legoll wrote:
> * 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?




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#45995] Rebased on core-updates
  2021-01-19 22:13 [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
  2021-01-19 22:14 ` Vincent Legoll
  2021-01-20  3:58 ` Leo Famulari
@ 2021-01-21 18:10 ` Vincent Legoll
  2021-01-21 18:10   ` [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
  2 siblings, 1 reply; 6+ messages in thread
From: Vincent Legoll @ 2021-01-21 18:10 UTC (permalink / raw)
  To: 45995


This one has been rebased on core-updates & I have tested
building dependents:
* xf86-video-intel
* xf86-input-evdev





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104.
  2021-01-21 18:10 ` [bug#45995] Rebased on core-updates Vincent Legoll
@ 2021-01-21 18:10   ` Vincent Legoll
  2021-01-21 20:44     ` bug#45995: " Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Legoll @ 2021-01-21 18:10 UTC (permalink / raw)
  To: 45995; +Cc: Vincent Legoll

* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.
---
 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 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#45995: [PATCH] gnu: libdrm: Update to 2.4.104.
  2021-01-21 18:10   ` [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
@ 2021-01-21 20:44     ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2021-01-21 20:44 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45995-done

On Thu, Jan 21, 2021 at 07:10:19PM +0100, Vincent Legoll wrote:
> * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104.

Thanks! Pushed to core-updates as 23386c12dcf9766149358748eda9b12a5138e234




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-21 20:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 22:13 [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
2021-01-19 22:14 ` Vincent Legoll
2021-01-20  3:58 ` Leo Famulari
2021-01-21 18:10 ` [bug#45995] Rebased on core-updates Vincent Legoll
2021-01-21 18:10   ` [bug#45995] [PATCH] gnu: libdrm: Update to 2.4.104 Vincent Legoll
2021-01-21 20:44     ` bug#45995: " Leo Famulari

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.