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>
|
||||
2
graphics/libva/distinfo
Normal file
2
graphics/libva/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (libva-2.10.0.tar.gz) = 8E1cgp2mAmkPnwmKbZIGVQfsnQyVfBpt896k4t4SBMU=
|
||||
SIZE (libva-2.10.0.tar.gz) = 244125
|
||||
7
graphics/libva/pkg/DESCR
Normal file
7
graphics/libva/pkg/DESCR
Normal file
@@ -0,0 +1,7 @@
|
||||
Libva is an implementation for VA-API (Video Acceleration API)
|
||||
|
||||
VA-API is an open-source library and API specification, which provides access to
|
||||
graphics hardware acceleration capabilities for video processing. It consists of
|
||||
a main library and driver-specific acceleration backends for each supported
|
||||
hardware vendor.
|
||||
|
||||
40
graphics/libva/pkg/PLIST
Normal file
40
graphics/libva/pkg/PLIST
Normal file
@@ -0,0 +1,40 @@
|
||||
@comment $OpenBSD: PLIST,v$
|
||||
include/va/
|
||||
include/va/va.h
|
||||
include/va/va_backend.h
|
||||
include/va/va_backend_glx.h
|
||||
include/va/va_backend_vpp.h
|
||||
include/va/va_compat.h
|
||||
include/va/va_dec_av1.h
|
||||
include/va/va_dec_hevc.h
|
||||
include/va/va_dec_jpeg.h
|
||||
include/va/va_dec_vp8.h
|
||||
include/va/va_dec_vp9.h
|
||||
include/va/va_dri2.h
|
||||
include/va/va_dricommon.h
|
||||
include/va/va_drm.h
|
||||
include/va/va_drmcommon.h
|
||||
include/va/va_egl.h
|
||||
include/va/va_enc_h264.h
|
||||
include/va/va_enc_hevc.h
|
||||
include/va/va_enc_jpeg.h
|
||||
include/va/va_enc_mpeg2.h
|
||||
include/va/va_enc_vp8.h
|
||||
include/va/va_enc_vp9.h
|
||||
include/va/va_fei.h
|
||||
include/va/va_fei_h264.h
|
||||
include/va/va_fei_hevc.h
|
||||
include/va/va_glx.h
|
||||
include/va/va_str.h
|
||||
include/va/va_tpi.h
|
||||
include/va/va_version.h
|
||||
include/va/va_vpp.h
|
||||
include/va/va_x11.h
|
||||
@lib lib/libva-drm.so.${LIBva-drm_VERSION}
|
||||
@lib lib/libva-glx.so.${LIBva-glx_VERSION}
|
||||
@lib lib/libva-x11.so.${LIBva-x11_VERSION}
|
||||
@lib lib/libva.so.${LIBva_VERSION}
|
||||
lib/pkgconfig/libva-drm.pc
|
||||
lib/pkgconfig/libva-glx.pc
|
||||
lib/pkgconfig/libva-x11.pc
|
||||
lib/pkgconfig/libva.pc
|
||||
Reference in New Issue
Block a user