From: Steve George <steve@futurile.net>
To: 73311@debbugs.gnu.org
Cc: The Man <squishypinkelephant@gmail.com>,
Steve George <steve@futurile.net>
Subject: [bug#73311] [PATCH v2 1/1] gnu: Add libliftoff.
Date: Sun, 22 Sep 2024 15:07:07 +0100 [thread overview]
Message-ID: <fa3cbf5056cf9580ef2e2d8aaf711c1e27115aef.1727012997.git.steve@futurile.net> (raw)
In-Reply-To: <cover.1727012997.git.steve@futurile.net>
From: The Man <squishypinkelephant@gmail.com>
* gnu/packages/freedesktop.scm (libliftoff): New variable.
Reviewed-by: Steve George <steve@futurile.net>
Change-Id: I19eda24aea4327bcd72a7e15ec0784ef1e302783
---
gnu/packages/freedesktop.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 993bb84ec6..2a78895a20 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -354,6 +354,30 @@ (define-public libglib-testing
(home-page "https://gitlab.gnome.org/pwithnall/libglib-testing")
(license license:lgpl2.1+)))
+(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 for compositors")
+ (description "Libliftoff eases the use of
+@acronym{KMS, Kernel Mode Setting} planes from userspace. 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)))
+
(define-public malcontent
(package
(name "malcontent")
--
2.46.0
next prev parent reply other threads:[~2024-09-22 14:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Steve George [this message]
2024-09-22 19:22 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fa3cbf5056cf9580ef2e2d8aaf711c1e27115aef.1727012997.git.steve@futurile.net \
--to=steve@futurile.net \
--cc=73311@debbugs.gnu.org \
--cc=squishypinkelephant@gmail.com \
/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 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.