Skip to content

Commit

Permalink
gui-libs/egl-wayland: add 1.1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jul 18, 2024
1 parent 305e664 commit 65ad9ee
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui-libs/egl-wayland/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST egl-wayland-1.1.13.tar.gz 68153 BLAKE2B 08b576189112ae36b80a6d090f51b7c3cc40ee5bc9c1b0d22ef975ab13a6a30237ef5daafa21b01a62b5e8ae3f9f58fc0bb38a5216336c7dad8edfcc95119646 SHA512 7859d4bc8919c2028bd55425ca378bb81304c566bd9f7c1d768d810a0ee7a7531d297157fe331d1d0d6b5e16df00a9811e1d517572408734ec2321c376beda5a
DIST egl-wayland-1.1.14.tar.gz 73721 BLAKE2B a3f5cdc259b8cbecd07c8dc513df06b8dbebc3ac7412c2533026f9ebdd7e6f0aa8ffa8b343a972aded6ada47a371b51128c28087f5d2909caa9a936fa6082665 SHA512 7b668ca94eefbef3d81b6b8f54fb1751fb2df70fcd281be69d19d940342801f085f77d81d58cbd3b911131c69f13c37d523da63a55e691ccfab2d776e10e3560
42 changes: 42 additions & 0 deletions gui-libs/egl-wayland/egl-wayland-1.1.14.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="EGLStream-based Wayland external platform"
HOMEPAGE="https://github.com/NVIDIA/egl-wayland/"
SRC_URI="
https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
dev-libs/wayland
x11-libs/libdrm
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
gui-libs/eglexternalplatform
media-libs/libglvnd
"
BDEPEND="
dev-util/wayland-scanner
"

PATCHES=(
"${FILESDIR}"/${PN}-1.1.6-remove-werror.patch
)

src_install() {
meson_src_install

insinto /usr/share/egl/egl_external_platform.d
doins "${FILESDIR}"/10_nvidia_wayland.json
}

0 comments on commit 65ad9ee

Please sign in to comment.