summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-17 23:56:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-17 23:56:20 +0000
commita6539473466a377f57e2846e54413a2a375df52d (patch)
tree3cd560cd98d0892e170f794b63f63824a6037a76 /multimedia
parentmultimedia/libva{,-intel-driver}: clean up (diff)
multimedia/libva{,-intel-driver}: better group variables
Consistent style across my ports helps to process issues faster.
Notes
Notes: svn path=/head/; revision=490612
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libva-intel-driver/Makefile8
-rw-r--r--multimedia/libva/Makefile7
2 files changed, 5 insertions, 10 deletions
diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile
index a722418cb524..4e0678434dad 100644
--- a/multimedia/libva-intel-driver/Makefile
+++ b/multimedia/libva-intel-driver/Makefile
@@ -18,16 +18,14 @@ ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported
BUILD_DEPENDS= libva>=2.3.0_3:multimedia/libva
-LIB_DEPENDS= libva.so:multimedia/libva \
- libdrm_intel.so:graphics/libdrm
+LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \
+ libva.so:multimedia/libva
-GNU_CONFIGURE= yes
USES= autoreconf compiler:c11 gmake libtool pkgconfig tar:bzip2
-
USE_GITHUB= yes
GH_ACCOUNT= intel
GH_PROJECT= intel-vaapi-driver
-
+GNU_CONFIGURE= yes
PLIST_FILES= lib/dri/i915_drv_video.so lib/dri/i965_drv_video.so
OPTIONS_DEFINE= HYBRID
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index 5cf57391a66a..6bb99bbff30c 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -19,14 +19,11 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm
USES= autoreconf gmake libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
-
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-
USE_GITHUB= yes
GH_ACCOUNT= intel
-
+GNU_CONFIGURE= yes
LDFLAGS+= -lpthread # for pthread_getthreadid_np
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG WAYLAND X11
OPTIONS_DEFAULT=WAYLAND X11