graphics/libglvnd: update to 1.3.4
- graphics/egl-wayland: drop libglvnd < 1.3.4 workaround - x11-toolkits/wlroots: rebuild to enable EGL_EXT_device_persistent_id Changes: https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.3...v1.3.4 PR: 258269 Exp-run by: antoine Approved by: zeising
This commit is contained in:
parent
5e8a5384cf
commit
841c9c30cb
@ -17,8 +17,6 @@ USE_GITHUB= yes
|
||||
USE_GL= egl
|
||||
USE_LDCONFIG= yes
|
||||
GH_ACCOUNT= NVIDIA
|
||||
GH_TUPLE= KhronosGroup:EGL-Registry:745e9ad:egl_registry
|
||||
CPPFLAGS+= -I${WRKSRC_egl_registry}/api -isystem${LOCALBASE}/include
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "/install/s/datadir')/prefix'), 'libdata'/" \
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1630704333
|
||||
SHA256 (NVIDIA-egl-wayland-1.1.8_GH0.tar.gz) = 12bee9accf121987b0f0d6fb1a4e3b1fc5855b116c50d8d9e035edd02c82f88c
|
||||
SIZE (NVIDIA-egl-wayland-1.1.8_GH0.tar.gz) = 53776
|
||||
SHA256 (KhronosGroup-EGL-Registry-745e9ad_GH0.tar.gz) = 062ee7f4e30a867c6d6657bfe8b605536a176c8856136dfb26c9b96f326aeb07
|
||||
SIZE (KhronosGroup-EGL-Registry-745e9ad_GH0.tar.gz) = 3359483
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= libglvnd
|
||||
DISTVERSION= 1.3.3
|
||||
DISTVERSION= 1.3.4
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -14,7 +14,7 @@ USE_LDCONFIG= yes
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= glvnd
|
||||
GL_COMMIT= 0f0d49f0f3707f26f68bc44f4cd83144f5f4de86
|
||||
GL_COMMIT= dc084876b411366c3785b7584c216356169bb45e
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
@ -35,7 +35,5 @@ USES+= compiler:c++11-lib
|
||||
# Lots of software expects gl.pc even when it can build with EGL only
|
||||
post-install-X11-off:
|
||||
${LN} -s opengl.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/gl.pc
|
||||
${REINPLACE_CMD} -e '/Cflags:/s/$$/ -DEGL_NO_X11/' \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/egl.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1624059166
|
||||
SHA256 (glvnd-libglvnd-0f0d49f0f3707f26f68bc44f4cd83144f5f4de86_GL0.tar.gz) = 43cf21a51b7a61fb026c159a465cb3b03e2c36738d49fa75cfe2308061f4d4f1
|
||||
SIZE (glvnd-libglvnd-0f0d49f0f3707f26f68bc44f4cd83144f5f4de86_GL0.tar.gz) = 1032700
|
||||
TIMESTAMP = 1630808413
|
||||
SHA256 (glvnd-libglvnd-dc084876b411366c3785b7584c216356169bb45e_GL0.tar.gz) = 9a9ac76b6302d2b58abb9c6df76164c8f7ede4beaccadd450569055694c00490
|
||||
SIZE (glvnd-libglvnd-dc084876b411366c3785b7584c216356169bb45e_GL0.tar.gz) = 1033875
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= wlroots
|
||||
DISTVERSION= 0.14.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
Loading…
Reference in New Issue
Block a user