Сравнение egl-wayland-1.1.12 с egl-wayland-1.1.12_p20230718
/usr/portage/gui-libs/egl-wayland/egl-wayland-1.1.12_p20230718.ebuild 2023-10-09 14:52:31.176368393 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
inherit meson |
7 | 7 | |
8 |
HASH_EGLWAYLAND=ea70449fd94b5f866ea6189bf4f41f7c230cccfa |
|
9 | ||
8 | 10 |
DESCRIPTION="EGLStream-based Wayland external platform" |
9 | 11 |
HOMEPAGE="https://github.com/NVIDIA/egl-wayland/" |
10 |
SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |
|
12 |
SRC_URI=" |
|
13 |
https://github.com/NVIDIA/egl-wayland/archive/${HASH_EGLWAYLAND}.tar.gz |
|
14 |
-> ${P}.tar.gz |
|
15 |
" |
|
16 |
S="${WORKDIR}/${PN}-${HASH_EGLWAYLAND}" |
|
11 | 17 | |
12 | 18 |
LICENSE="MIT" |
13 | 19 |
SLOT="0" |
... | ... | |
21 | 27 |
dev-libs/wayland-protocols |
22 | 28 |
gui-libs/eglexternalplatform |
23 | 29 |
media-libs/libglvnd |
24 |
x11-libs/libdrm" |
|
30 |
x11-libs/libdrm |
|
31 |
" |
|
25 | 32 |
BDEPEND="dev-util/wayland-scanner" |
26 | 33 | |
27 | 34 |
PATCHES=( |