# $OpenBSD$

COMMENT         = Libva is an implementation for VA-API

GH_ACCOUNT      = intel
GH_PROJECT      = libva
GH_TAGNAME      = 2.6.0.pre1

#BROKEN: VA-API expects specific versioning such as 2.600.0.
#I receive an error from the ports system while trying to
#specify 2.600.0 as the version of the shared libraries.
#SHARED_LIBS     =  va      0.0 \
#                   va-drm 	0.0 \
#                   va-x11 	0.0 \
#                   va-glx 	0.0

CATEGORIES      = graphics multimedia
HOMEPAGE        = https://github.com/intel/libva

#MIT
PERMIT_PACKAGE  = Yes

WANTLIB         = GL \
                  X11 \
                  Xext \
                  Xfixes \
                  drm

MODULES         = devel/meson

.include <bsd.port.mk>
