3134e7a694
Changes: https://github.com/intel/libva/compare/2.9.1...2.10.0 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: Repology
42 lines
986 B
Makefile
42 lines
986 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libva
|
|
PORTVERSION= 2.10.0
|
|
CATEGORIES= multimedia
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES+= c2a431cc3cab.patch:-p1 # https://github.com/intel/libva/pull/292
|
|
PATCHFILES+= 5cfcd31635b1.patch:-p1 # https://github.com/intel/libva/pull/292
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT?= VAAPI wrapper and dummy driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS+= libdrm.so:graphics/libdrm
|
|
|
|
USES= meson pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= intel
|
|
|
|
OPTIONS_DEFINE= GLX WAYLAND X11
|
|
OPTIONS_DEFAULT=GLX WAYLAND X11
|
|
OPTIONS_EXCLUDE?=GLX # enslaved until subpackaging
|
|
OPTIONS_SUB= yes
|
|
|
|
GLX_LIB_DEPENDS= libva-x11.so:multimedia/libva
|
|
GLX_USES= gl
|
|
GLX_USE= GL=gl
|
|
GLX_MESON_YES= with_glx
|
|
GLX_IMPLIES= X11
|
|
|
|
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
WAYLAND_MESON_YES= with_wayland
|
|
|
|
X11_USES= xorg
|
|
X11_USE= XORG=x11,xorgproto,xext,xfixes
|
|
X11_MESON_YES= with_x11
|
|
|
|
.include <bsd.port.mk>
|