multimedia/libva-intel-hybrid-driver: add a crashfix for Broadwell

(cherry picked from commit f09237b5a6)
This commit is contained in:
Jan Beich 2021-08-18 21:12:15 +00:00
parent ae8a8ca2e4
commit be7cdbd638
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= intel-hybrid-driver
DISTVERSION= 1.0.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia
PKGNAMEPREFIX= libva-
@ -8,6 +8,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= dfa9c8eba295.patch:-p1
PATCHFILES+= b3b4d9a3a08d.patch:-p1 # https://github.com/intel/intel-hybrid-driver/pull/26
PATCHFILES+= 821f87129662.patch:-p1 # https://github.com/intel/intel-hybrid-driver/pull/28
PATCHFILES+= 7de7270e7f96.patch:-p1 # https://github.com/intel/intel-hybrid-driver/pull/32
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Hybrid VP8 encoder and VP9 decoder for Intel GPUs

View File

@ -7,3 +7,5 @@ SHA256 (b3b4d9a3a08d.patch) = acb0acf2a83632358ccb3b02a4b74184149312863fa15bab46
SIZE (b3b4d9a3a08d.patch) = 1917
SHA256 (821f87129662.patch) = ae4cbf4401a540693a0e1c5b3940d546faf6d4d880bbd3f0fa9ea5c7624c5794
SIZE (821f87129662.patch) = 1100
SHA256 (7de7270e7f96.patch) = ae47e4d678c60631a4f9eb35734f40936e3ffbae71cf17567aa7f8f0512ad389
SIZE (7de7270e7f96.patch) = 1574