Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 19:41:54 +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: r523154 - in head/multimedia/libva: . files
Message-ID:  <202001151941.00FJfsIT003683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jan 15 19:41:54 2020
New Revision: 523154
URL: https://svnweb.freebsd.org/changeset/ports/523154

Log:
  multimedia/libva: switch to upstream patches

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

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Wed Jan 15 18:20:46 2020	(r523153)
+++ head/multimedia/libva/Makefile	Wed Jan 15 19:41:54 2020	(r523154)
@@ -5,7 +5,13 @@ PORTVERSION=	2.6.0
 CATEGORIES=	multimedia
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	c2a431cc3cab.patch:-p1 5cfcd31635b1.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
+PATCHFILES+=	853c679c628a.patch:-p1 # https://github.com/intel/libva/pull/363
+PATCHFILES+=	810d1974a54c.patch:-p1 # https://github.com/intel/libva/pull/363
+PATCHFILES+=	12525d4cd7c3.patch:-p1 # https://github.com/intel/libva/pull/363
+PATCHFILES+=	36f53f358a9c.patch:-p1 # https://github.com/intel/libva/pull/363
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT?=	VAAPI wrapper and dummy driver
@@ -41,8 +47,5 @@ WAYLAND_MESON_YES=	with_wayland
 X11_USES=		xorg
 X11_USE=		XORG=x11,xorgproto,xext,xfixes
 X11_MESON_YES=		with_x11
-
-post-patch:
-	@${REINPLACE_CMD} 's,/etc,${PREFIX}&,' ${WRKSRC}/va/va.c
 
 .include <bsd.port.mk>

Modified: head/multimedia/libva/distinfo
==============================================================================
--- head/multimedia/libva/distinfo	Wed Jan 15 18:20:46 2020	(r523153)
+++ head/multimedia/libva/distinfo	Wed Jan 15 19:41:54 2020	(r523154)
@@ -5,3 +5,13 @@ SHA256 (c2a431cc3cab.patch) = d749a839b168529d2c424ffa
 SIZE (c2a431cc3cab.patch) = 835
 SHA256 (5cfcd31635b1.patch) = 16344b56bf7e4bbc8a572183adbfd346d92d54d70a87dc6f30bae2ee946ccc84
 SIZE (5cfcd31635b1.patch) = 1091
+SHA256 (f601fc614d8d.patch) = 9e762c22913dc53696fa52701bf4bc9d1c10febfa85a52a6e390da65966a7175
+SIZE (f601fc614d8d.patch) = 3148
+SHA256 (853c679c628a.patch) = 79cb66ea3f8a9cfe5a2566129dc820bd8f227e1c26d772723e3d7aaa34415703
+SIZE (853c679c628a.patch) = 1070
+SHA256 (810d1974a54c.patch) = ea6c6d6621e6cee6bf88357fcc6492420ee39d3fc7ffdda2f442e77b13dfa423
+SIZE (810d1974a54c.patch) = 2636
+SHA256 (12525d4cd7c3.patch) = 3a41122d08c894bca75d70e7b633ef99a7afdb5e95a53aa1aff86afe52fba33e
+SIZE (12525d4cd7c3.patch) = 2518
+SHA256 (36f53f358a9c.patch) = b472d4a43a16f6df979c052bfc6a8f43252b7c2282f1fd3bc8422a83d0504324
+SIZE (36f53f358a9c.patch) = 988



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