1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

multimedia/libva: unbreak crocus autodetection on X11

$ vainfo
libva info: VA-API version 1.13.0
libva info: Trying to open /usr/local/lib/dri/crocus_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
This commit is contained in:
Jan Beich 2021-10-31 08:00:52 +00:00
parent cbdbb5e2b0
commit bbdb8c12e8
2 changed files with 4 additions and 0 deletions

View File

@ -1,10 +1,12 @@
PORTNAME= libva
DISTVERSION= 2.13.0
PORTREVISION= 1
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 0c9e5f2fff22.patch:-p1 # https://github.com/intel/libva/pull/292
PATCHFILES+= 657d77406161.patch:-p1 # https://github.com/intel/libva/pull/292
PATCHFILES+= ae7174b3dbae.patch:-p1 # https://github.com/intel/libva/pull/547
MAINTAINER= jbeich@FreeBSD.org
COMMENT?= VAAPI wrapper and dummy driver

View File

@ -5,3 +5,5 @@ SHA256 (0c9e5f2fff22.patch) = ea769e0225befd4d0046f1f6f4d60bd85c24f9c96b519c414a
SIZE (0c9e5f2fff22.patch) = 1715
SHA256 (657d77406161.patch) = 0aa9cc936440e07ebc748829a139546acb01256065afea4a9f5cdc131d97db9d
SIZE (657d77406161.patch) = 1107
SHA256 (ae7174b3dbae.patch) = d868d1bf923ec498c31208a6387c05d0e15c220d4b2f7f14fd75ace75e61b795
SIZE (ae7174b3dbae.patch) = 914