summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-08-18 22:19:19 +0100
committerJames Le Cuirot <chewi@gentoo.org>2022-08-18 22:19:19 +0100
commit39c88424464917d3e9b4586bb4a7e322cfa1e815 (patch)
tree6e5eec1748cd6c1276caa71f43eed64483dd794c /dev-libs/libliftoff/libliftoff-0.3.0.ebuild
parentnet-misc/asterisk: ./configure fixes. (diff)
downloadgentoo-39c88424464917d3e9b4586bb4a7e322cfa1e815.tar.gz
gentoo-39c88424464917d3e9b4586bb4a7e322cfa1e815.tar.bz2
gentoo-39c88424464917d3e9b4586bb4a7e322cfa1e815.zip
dev-libs/libliftoff: Bump to 0.3.0, drop old 0.2.0
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libliftoff/libliftoff-0.3.0.ebuild')
-rw-r--r--dev-libs/libliftoff/libliftoff-0.3.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/libliftoff/libliftoff-0.3.0.ebuild b/dev-libs/libliftoff/libliftoff-0.3.0.ebuild
new file mode 100644
index 000000000000..bb61df9cef3f
--- /dev/null
+++ b/dev-libs/libliftoff/libliftoff-0.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Lightweight KMS plane library"
+HOMEPAGE="https://gitlab.freedesktop.org/emersion/libliftoff"
+SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/v${PV}/downloads/${P}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ x11-libs/libdrm
+"
+DEPEND="
+ ${RDEPEND}
+"