freebsd-ports/x11/virglrenderer/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

29 lines
727 B
Makefile

PORTNAME= virglrenderer
DISTVERSION= 0.8.2
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= VirGL virtual OpenGL renderer
WWW= https://virgil3d.github.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_riscv64= fails to build: ../src/gallium/include/pipe/p_config.h:171:2: Unknown Endianness
BUILD_DEPENDS= cmake:devel/cmake-core
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libepoxy.so:graphics/libepoxy
USES= compiler:c++11-lang cpe gl meson pkgconfig python
CPE_VENDOR= ${PORTNAME}_project
USE_GITLAB= yes
USE_GL= gbm
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= virgl
GL_TAGNAME= 7d204f3927be65fb3365dce01dbcd04d447a4985
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>