From: The Man <squishypinkelephant@gmail.com>
To: 73311@debbugs.gnu.org
Subject: [bug#73311] [PATCH] Add libliftoff
Date: Mon, 16 Sep 2024 21:43:12 -0500 [thread overview]
Message-ID: <CAPfwWaijsPDW4kmZf_dB+A4p02SKcxLq8r8Vajz6e0Kruwxc2w@mail.gmail.com> (raw)
[-- 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)))
next reply other threads:[~2024-09-17 2:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-17 2:43 The Man [this message]
2024-09-22 14:07 ` [bug#73311] [PATCH v2 0/1] Add libliftoff 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAPfwWaijsPDW4kmZf_dB+A4p02SKcxLq8r8Vajz6e0Kruwxc2w@mail.gmail.com \
--to=squishypinkelephant@gmail.com \
--cc=73311@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).