summaryrefslogtreecommitdiff
path: root/multimedia/libva-glx
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-15 15:27:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-15 15:27:31 +0000
commit14a6544d4e37ffa04cbf5e6a398d8e057198d4cd (patch)
tree4cbc4eff31dfc189cc804fda1776648a5967f811 /multimedia/libva-glx
parentUpdate to the 20190314 snapshot of GCC 7.4.1. (diff)
multimedia/libva: move GLX into slave
libva-glx isn't widely used and makes it hard to unify mesa-* ports into one due to circular dependency. See also: https://github.com/mpv-player/mpv/commit/a18dc01655b8 Obtained from: Greg V (based on)
Notes
Notes: svn path=/head/; revision=495793
Diffstat (limited to 'multimedia/libva-glx')
-rw-r--r--multimedia/libva-glx/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/libva-glx/Makefile b/multimedia/libva-glx/Makefile
new file mode 100644
index 000000000000..bd595133ca33
--- /dev/null
+++ b/multimedia/libva-glx/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -glx
+
+COMMENT= VAAPI wrapper for GLX
+
+OPTIONS_SLAVE= GLX X11
+OPTIONS_EXCLUDE=WAYLAND
+
+MASTERDIR= ${.CURDIR}/../libva
+
+post-install: slave-post-install
+slave-post-install:
+ @${REINPLACE_CMD} '/glx/!s/^/@comment /' ${TMPPLIST}
+
+.include "${MASTERDIR}/Makefile"