1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

multimedia/libva: backport modifiers support for mesa-devel

Exposes https://gitlab.freedesktop.org/mesa/mesa/-/commit/5f101e8096f7
This commit is contained in:
Jan Beich 2021-05-31 23:02:24 +00:00
parent 6d4ccd4b9d
commit 5cddff7272
3 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= mesa
DISTVERSION= 21.1-branchpoint-2036
DISTVERSIONSUFFIX= -gfda4eaf5c43
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMESUFFIX= -devel

View File

@ -1,10 +1,12 @@
PORTNAME= libva
DISTVERSION= 2.11.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+= fb31fe67f303.patch:-p1 # https://github.com/intel/libva/pull/505
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 (fb31fe67f303.patch) = 2e4c65829516839a0a77e9d6d82302f37b72d9a4f136aa5949a5864804063433
SIZE (fb31fe67f303.patch) = 2126