summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-10-29 12:56:20 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2023-10-29 12:56:20 +0100
commit3411e1a4b93d47f926c51b43e7b80848268563ce (patch)
tree5ae3c101681f242f619b6ecf07a260865bea39fb /graphics
parent3de6a9bb32420da9efbf1af42465baaeccee346b (diff)
committed to ports
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libliftoff/Makefile22
-rw-r--r--graphics/libliftoff/distinfo2
-rw-r--r--graphics/libliftoff/pkg/DESCR16
-rw-r--r--graphics/libliftoff/pkg/PLIST3
4 files changed, 0 insertions, 43 deletions
diff --git a/graphics/libliftoff/Makefile b/graphics/libliftoff/Makefile
deleted file mode 100644
index 42b32d8..0000000
--- a/graphics/libliftoff/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-COMMENT = Lightweight KMS plane library
-
-V = 0.4.1
-DISTNAME = libliftoff-v$V
-PKGNAME = libliftoff-$V
-CATEGORIES = graphics
-
-# MIT
-PERMIT_PACKAGE = Yes
-
-SHARED_LIBS += liftoff 0.5.0 # 0.5.0
-
-MASTER_SITES = https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v$V/
-
-MODULES = devel/meson
-
-WANTLIB = drm
-
-LIB_DEPENDS = sysutils/libdrm
-
-.include <bsd.port.mk>
-
diff --git a/graphics/libliftoff/distinfo b/graphics/libliftoff/distinfo
deleted file mode 100644
index 5ad85ee..0000000
--- a/graphics/libliftoff/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libliftoff-v0.4.1.tar.gz) = ROxc/dDfBA0QI9TWpIsjwx8hzmHuI0fanhyiRP4k3Rw=
-SIZE (libliftoff-v0.4.1.tar.gz) = 36391
diff --git a/graphics/libliftoff/pkg/DESCR b/graphics/libliftoff/pkg/DESCR
deleted file mode 100644
index f198c6c..0000000
--- a/graphics/libliftoff/pkg/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-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.
-
-Resources:
-
- Blog post introducing the project:
- https://emersion.fr/blog/2019/xdc2019-wrap-up/#libliftoff
- FOSDEM 2020 talk:
- https://fosdem.org/2020/schedule/event/kms_planes/
-
-libliftoff is used in production by gamescope on Steam Deck devices,
-and work is underway to integrate it with wlroots.
diff --git a/graphics/libliftoff/pkg/PLIST b/graphics/libliftoff/pkg/PLIST
deleted file mode 100644
index 6c12c5b..0000000
--- a/graphics/libliftoff/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-include/libliftoff.h
-@bin lib/libliftoff.so.0.5.0
-lib/pkgconfig/libliftoff.pc