all the things
This commit is contained in:
24
graphics/libva/Makefile
Normal file
24
graphics/libva/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile.template,v 1.85 2019/09/09 19:19:05 kmos Exp $
|
||||
|
||||
COMMENT = Libva is an implementation for VA-API
|
||||
|
||||
GH_ACCOUNT = intel
|
||||
GH_PROJECT = libva
|
||||
GH_TAGNAME = 2.10.0
|
||||
|
||||
SHARED_LIBS = va 2.1000 \
|
||||
va-drm 2.1000 \
|
||||
va-x11 2.1000 \
|
||||
va-glx 2.1000 \
|
||||
|
||||
CATEGORIES = graphics multimedia
|
||||
HOMEPAGE = https://github.com/intel/libva
|
||||
|
||||
# Generic License inside the COPYING file. Permits all.
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = GL X11 Xext Xfixes drm
|
||||
|
||||
MODULES = devel/meson
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user