mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
cb0b94e486
Changes: https://github.com/intel/libva-utils/compare/2.7.1...2.8.0 Reported by: Repology
31 lines
585 B
Makefile
31 lines
585 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libva-utils
|
|
PORTVERSION= 2.8.0
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Collection of tests and utilities for VAAPI
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libva-drm.so:multimedia/libva
|
|
|
|
USES= compiler:c++11-lang meson pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= intel
|
|
|
|
OPTIONS_DEFINE= WAYLAND X11
|
|
OPTIONS_DEFAULT=WAYLAND X11
|
|
OPTIONS_SUB= yes
|
|
|
|
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
WAYLAND_MESON_TRUE= wayland
|
|
|
|
X11_USES= xorg
|
|
X11_USE= XORG=x11,xext,xfixes
|
|
X11_MESON_TRUE= x11
|
|
|
|
.include <bsd.port.mk>
|