Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (6ebc0f5d6beebed6d08e23a1a8284bdd4276f80c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (6ebc0f5d6beebed6d08e23a1a8284bdd4276f80c)
  • Date: Wed, 8 Mar 2023 17:07:10 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
libs/libliftoff/CONFIGURE | 1 +
libs/libliftoff/DEPENDS | 2 ++
libs/libliftoff/DETAILS | 19 +++++++++++++++++++
libs/libliftoff/HISTORY | 3 +++
5 files changed, 26 insertions(+)

New commits:
commit 6ebc0f5d6beebed6d08e23a1a8284bdd4276f80c
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

libliftoff: new spell, lightweight KMS plane library

diff --git a/ChangeLog b/ChangeLog
index 6299321..6654ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
* libs/libdisplay-info: new spell, EDID and DisplayID library
+ * libs/libliftoff: new spell, lightweight KMS plane library

2023-03-06 Conner Clere <xenanthropy AT sourcemage.org>
* utils/wshowkeys: new spell, displays keypresses on screen under
wayland
diff --git a/libs/libliftoff/CONFIGURE b/libs/libliftoff/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/libs/libliftoff/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/libs/libliftoff/DEPENDS b/libs/libliftoff/DEPENDS
new file mode 100755
index 0000000..9205152
--- /dev/null
+++ b/libs/libliftoff/DEPENDS
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends libdrm
diff --git a/libs/libliftoff/DETAILS b/libs/libliftoff/DETAILS
new file mode 100755
index 0000000..03ab7cb
--- /dev/null
+++ b/libs/libliftoff/DETAILS
@@ -0,0 +1,19 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=libliftoff
+ VERSION=0.4.1
+ SOURCE=$SPELL-v$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION
+
SOURCE_URL[0]=https://gitlab.freedesktop.org/emersion/${SPELL}/-/archive/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha256:44ec5cfdd0df040d1023d4d6a48b23c31f21ce61ee2347da9e1ca244fe24dd1c
+ LICENSE[0]=MIT
+ WEB_SITE=https://gitlab.freedesktop.org/emersion/libliftoff
+ ENTERED=20230308
+ KEYWORDS="wayland wlroots libs"
+ SHORT="KMS plane library"
+cat << EOF
+Lightweight KMS plane library.
+
+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.
+EOF
diff --git a/libs/libliftoff/HISTORY b/libs/libliftoff/HISTORY
new file mode 100644
index 0000000..b188621
--- /dev/null
+++ b/libs/libliftoff/HISTORY
@@ -0,0 +1,3 @@
+2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 0.4.1, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (6ebc0f5d6beebed6d08e23a1a8284bdd4276f80c), Conner Clere, 03/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page