git: 5723afe81cff - main - multimedia/gstreamer1-plugins-msdk: Limit to amd64 and i386

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Mon, 11 Aug 2025 15:55:59 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5723afe81cff0eb33f2e02b408187d6d7a282d45

commit 5723afe81cff0eb33f2e02b408187d6d7a282d45
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-08-11 15:45:59 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-08-11 15:51:27 +0000

    multimedia/gstreamer1-plugins-msdk: Limit to amd64 and i386
    
    The Intel Media SDK is only for Intel GPUs.
    
    Reported by:    fluffy via #freebsd-desktop
---
 multimedia/gstreamer1-plugins-msdk/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/multimedia/gstreamer1-plugins-msdk/Makefile b/multimedia/gstreamer1-plugins-msdk/Makefile
index 52cc5cd3cec6..29f7e70fc12b 100644
--- a/multimedia/gstreamer1-plugins-msdk/Makefile
+++ b/multimedia/gstreamer1-plugins-msdk/Makefile
@@ -3,6 +3,9 @@ CATEGORIES=	multimedia
 
 COMMENT=	GStreamer (Intel MediaSDK) plugin
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	only Intel GPUs on x86 are supported
+
 LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libgudev-1.0.so:devel/libgudev \
 		libmfx.so:multimedia/intel-media-sdk \