7d1faa7179
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
26 lines
674 B
Makefile
26 lines
674 B
Makefile
PORTNAME= libvdpau
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= VDPAU wrapper and tracing library
|
|
WWW= https://freedesktop.org/wiki/Software/VDPAU
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= localbase meson pkgconfig xorg
|
|
USE_GITLAB= yes
|
|
USE_XORG= x11 xext xorgproto
|
|
USE_LDCONFIG= yes
|
|
GL_SITE= https://gitlab.freedesktop.org
|
|
GL_ACCOUNT= vdpau
|
|
GL_TAGNAME= 79f1506a3307d3275b0fdfb2e110c173f68e6f78
|
|
MESON_ARGS= -Ddocumentation=false
|
|
|
|
post-patch: .SILENT
|
|
cd ${WRKSRC}/src && ${MV} vdpau_wrapper.cfg vdpau_wrapper.cfg.sample
|
|
${REINPLACE_CMD} 's/vdpau_wrapper.cfg/&.sample/' \
|
|
${WRKSRC}/src/meson.build
|
|
|
|
.include <bsd.port.mk>
|