summaryrefslogtreecommitdiff
path: root/multimedia/libva/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-01 15:19:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-04-01 15:19:00 +0000
commita6c3990e0dcee37b60442cbd564e12b809678248 (patch)
tree091979c191e4c1939049d6cdd6c3bda02565dec3 /multimedia/libva/Makefile
parentThe GNU Astronomy Utilities (Gnuastro) is an official GNU software package (diff)
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)
Notes
Notes: svn path=/head/; revision=497485
Diffstat (limited to 'multimedia/libva/Makefile')
-rw-r--r--multimedia/libva/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index 800dfbe2d1e6..9afe584e8fda 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -2,9 +2,12 @@
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@FreeBSD.org
COMMENT?= VAAPI wrapper and dummy driver