unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73311] [PATCH] Add libliftoff
@ 2024-09-17  2:43 The Man
  2024-09-22 14:07 ` [bug#73311] [PATCH v2 0/1] " Steve George
  2024-09-26  7:45 ` bug#73311: Close Andreas Enge
  0 siblings, 2 replies; 5+ messages in thread
From: The Man @ 2024-09-17  2:43 UTC (permalink / raw)
  To: 73311


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]

[-- Attachment #2: libliftoff.patch --]
[-- Type: text/x-patch, Size: 1379 bytes --]

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index cb1d625d24..f6e04ee88c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3296,3 +3296,27 @@ (define-public libdecor
 window decorations for them.  It aims to provide multiple backends that
 implements the decoration drawing.")
     (license license:expat)))
+
+(define-public libliftoff
+  (package
+    (name "libliftoff")
+    (version "0.5.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.freedesktop.org/emersion/libliftoff")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+              (base32
+                "163g8ndsbma7acy2k9mrnvlpb7yi4431hgkx1gygkafgwpq1ii1x"))))
+    (build-system meson-build-system)
+    (native-inputs (list pkg-config))
+    (inputs (list libdrm))
+    (home-page "https://gitlab.freedesktop.org/emersion/libliftoff")
+    (synopsis "Lightweight KMS plane library")
+    (description
+    "Libliftoff eases the use of KMS planes from userspace without standing in your
+way.  Users create \"virtual planes\" called layers, set KMS properties on them,
+and libliftoff will pick hardware planes for these layers if possible.")
+    (license license:expat)))

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

end of thread, other threads:[~2024-09-26  7:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17  2:43 [bug#73311] [PATCH] Add libliftoff The Man
2024-09-22 14:07 ` [bug#73311] [PATCH v2 0/1] " Steve George
2024-09-22 14:07   ` [bug#73311] [PATCH v2 1/1] gnu: " Steve George
2024-09-22 19:22   ` [bug#73311] [PATCH v2 0/1] " The Man
2024-09-26  7:45 ` bug#73311: Close Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).