aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-va
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 16:09:11 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 19:00:31 +0000
commit7c5fb402546eb7ef704f0b4b110429356fc6866f (patch)
treec9ae7d93f2020cdf80a5ea47416b3b257bb0b800 /graphics/mesa-gallium-va
parente70ff172c20525bf5ec27c7b904a8e2760947add (diff)
downloadports-7c5fb402546eb7ef704f0b4b110429356fc6866f.tar.gz
ports-7c5fb402546eb7ef704f0b4b110429356fc6866f.zip
graphics/mesa-gallium-va: Cleanup
- Specify license directly in this port. - Order ONLY_FOR_ARCH Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics/mesa-gallium-va')
-rw-r--r--graphics/mesa-gallium-va/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index 58ae8a8a06b1..007bfcd2d437 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -5,6 +5,12 @@ CATEGORIES= graphics
COMMENT= Mesa Gallium VAAPI drivers
WWW= https://www.mesa3d.org/
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/docs/license.rst
+
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware
+
LIB_DEPENDS= libva.so:multimedia/libva \
libLLVM-${LLVM_DEFAULT}.so:devel/llvm${LLVM_DEFAULT} \
libzstd.so:archivers/zstd
@@ -18,9 +24,6 @@ X11_USE= xorg=xorgproto,x11,xcb,xdamage,xext,xfixes,xshmfence,xxf86vm,xrandr
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
-ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware
-
MESON_ARGS+= -Ddri-drivers="" \
-Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" \
-Dgallium-drivers="radeonsi,r600" \