svn commit: r497486 - branches/2019Q2/multimedia/libva

Jan Beich jbeich at FreeBSD.org
Mon Apr 1 15:19:47 UTC 2019


Author: jbeich
Date: Mon Apr  1 15:19:46 2019
New Revision: 497486
URL: https://svnweb.freebsd.org/changeset/ports/497486

Log:
  MFH: r497485
  
  multimedia/libva: unbreak DRM backend in some cases
  
  $ vainfo
  error: XDG_RUNTIME_DIR not set in the environment.
  error: can't connect to X server!
  vaInitialize failed with error code 1 (operation failed),exit
  
  $ ls -lL /dev/dri
  total 0
  crw-rw----  1 root  video  0x188 Mar 30 17:28 card0
  crw-rw----  1 root  video  0x208 Mar 30 17:28 renderD128
  
  $ echo $((0x208 & 0x80))
  0
  
  Reported by:	김종성 (via private mail)
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q2/multimedia/libva/Makefile
  branches/2019Q2/multimedia/libva/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/multimedia/libva/Makefile
==============================================================================
--- branches/2019Q2/multimedia/libva/Makefile	Mon Apr  1 15:19:00 2019	(r497485)
+++ branches/2019Q2/multimedia/libva/Makefile	Mon Apr  1 15:19:46 2019	(r497486)
@@ -2,8 +2,11 @@
 
 PORTNAME=	libva
 PORTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	acf217e61475.patch:-p1
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT?=	VAAPI wrapper and dummy driver

Modified: branches/2019Q2/multimedia/libva/distinfo
==============================================================================
--- branches/2019Q2/multimedia/libva/distinfo	Mon Apr  1 15:19:00 2019	(r497485)
+++ branches/2019Q2/multimedia/libva/distinfo	Mon Apr  1 15:19:46 2019	(r497486)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1548442420
 SHA256 (intel-libva-2.4.0_GH0.tar.gz) = 67f0289944b3c39307ab0f1b7ab33de072f6e674758d2f122b51616c3d7b115b
 SIZE (intel-libva-2.4.0_GH0.tar.gz) = 223232
+SHA256 (acf217e61475.patch) = aa8662c037668b2b5053830c5ec36faecda78d85b2960d5995e840b09198ab28
+SIZE (acf217e61475.patch) = 750


More information about the svn-ports-all mailing list