Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 22:53:00 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527480 - head/multimedia/libva
Message-ID:  <202002292253.01TMr0cm003072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 29 22:52:59 2020
New Revision: 527480
URL: https://svnweb.freebsd.org/changeset/ports/527480

Log:
  multimedia/libva: backport some upstream fixes
  
  - https://github.com/intel/libva/commit/04acc7860feb will be required
    by libva-intel-media-driver-20.2.0, see https://github.com/intel/media-driver/commit/2baead9b10cd
  - https://github.com/intel/libva/commit/48f446b32a4f is a fix for
    regression in libva-2.6.0

Modified:
  head/multimedia/libva/Makefile   (contents, props changed)
  head/multimedia/libva/distinfo   (contents, props changed)

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Sat Feb 29 22:52:51 2020	(r527479)
+++ head/multimedia/libva/Makefile	Sat Feb 29 22:52:59 2020	(r527480)
@@ -2,9 +2,12 @@
 
 PORTNAME=	libva
 PORTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	04acc7860feb.patch:-p1
+PATCHFILES+=	48f446b32a4f.patch:-p1
 PATCHFILES+=	c2a431cc3cab.patch:-p1 # https://github.com/intel/libva/pull/292
 PATCHFILES+=	5cfcd31635b1.patch:-p1 # https://github.com/intel/libva/pull/292
 PATCHFILES+=	f601fc614d8d.patch:-p1 # https://github.com/intel/libva/pull/363

Modified: head/multimedia/libva/distinfo
==============================================================================
--- head/multimedia/libva/distinfo	Sat Feb 29 22:52:51 2020	(r527479)
+++ head/multimedia/libva/distinfo	Sat Feb 29 22:52:59 2020	(r527480)
@@ -1,6 +1,12 @@
 TIMESTAMP = 1579259667
 SHA256 (intel-libva-2.6.1_GH0.tar.gz) = 965f581e096508ece26ea9bef8bd769e93f9d1fe6840e309cc925cfef35ad13f
 SIZE (intel-libva-2.6.1_GH0.tar.gz) = 228850
+SHA256 (7eec6f8ffb39.patch) = 588258fbdcd26d12094eaf1d797535b9beeeac3f3e7c621d0f4d63af3e46c3e0
+SIZE (7eec6f8ffb39.patch) = 2760
+SHA256 (04acc7860feb.patch) = 8dd3a11b2ff799c6bbd8d0d3f551afa1c6eecedd8ad053d2a7ec0743ed93ed2b
+SIZE (04acc7860feb.patch) = 911
+SHA256 (48f446b32a4f.patch) = 4c87a23a78ec0a07e046aa7cd8b7906ef00ee60a7e1dfb0f74cff913f9dda276
+SIZE (48f446b32a4f.patch) = 1456
 SHA256 (c2a431cc3cab.patch) = d749a839b168529d2c424ffa78bd8859eebd831a5dfd50e8cdd1fc760907a232
 SIZE (c2a431cc3cab.patch) = 835
 SHA256 (5cfcd31635b1.patch) = 16344b56bf7e4bbc8a572183adbfd346d92d54d70a87dc6f30bae2ee946ccc84



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002292253.01TMr0cm003072>