git: f863a42f48bb - main - multimedia/libva: unbreak DRI2 for XRDP after 20aae48cbec2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 22:32:46 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f863a42f48bb27b5c334f893ac855509d023df98 commit f863a42f48bb27b5c334f893ac855509d023df98 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-12-03 22:11:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-12-03 22:32:10 +0000 multimedia/libva: unbreak DRI2 for XRDP after 20aae48cbec2 https://github.com/intel/libva/commit/aeba58590726 Xwayland (uses DRI3) and Xorg (has DRM master) are not affected. Inspired by: PkgSrc --- multimedia/libva/Makefile | 2 ++ multimedia/libva/distinfo | 2 ++ 2 files changed, 4 insertions(+) diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index 38bb9fef8fbf..369420032ba7 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -1,8 +1,10 @@ PORTNAME= libva DISTVERSION= 2.20.0 +PORTREVISION= 1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 9ed99b6b0b3b.patch:-p1 # https://github.com/intel/libva/pull/667 PATCHFILES+= 6b0efda45140.patch:-p1 # https://github.com/intel/libva/pull/758 MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/libva/distinfo b/multimedia/libva/distinfo index 938959f61162..ebfc0db4cf74 100644 --- a/multimedia/libva/distinfo +++ b/multimedia/libva/distinfo @@ -1,5 +1,7 @@ TIMESTAMP = 1694678653 SHA256 (intel-libva-2.20.0_GH0.tar.gz) = 117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60 SIZE (intel-libva-2.20.0_GH0.tar.gz) = 280079 +SHA256 (9ed99b6b0b3b.patch) = 5a0a9551c461de67a2c049bafd1bc36916d7e7d9099bb3ca3cc3845bf322b895 +SIZE (9ed99b6b0b3b.patch) = 2117 SHA256 (6b0efda45140.patch) = ac440a6633896a35938a3c7f761fea32d6c1d75020ecbfdb51216cf603a31604 SIZE (6b0efda45140.patch) = 2101