all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

24
graphics/libva/Makefile Normal file
View 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>