svn commit: r520415 - head/multimedia/gstreamer1-plugins-msdk

Mark Linimon linimon at FreeBSD.org
Thu Dec 19 01:43:46 UTC 2019


Author: linimon
Date: Thu Dec 19 01:43:45 2019
New Revision: 520415
URL: https://svnweb.freebsd.org/changeset/ports/520415

Log:
  Mark as only for amd64 and i386: it only applies to Intel graphics chips,
  and in any case, fails to compiler on e.g. powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/gstreamer1-plugins-msdk/Makefile

Modified: head/multimedia/gstreamer1-plugins-msdk/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-msdk/Makefile	Thu Dec 19 01:04:11 2019	(r520414)
+++ head/multimedia/gstreamer1-plugins-msdk/Makefile	Thu Dec 19 01:43:45 2019	(r520415)
@@ -5,6 +5,9 @@ CATEGORIES=	multimedia
 
 COMMENT=	GStreamer (Intel MediaSDK) plugin
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	Only Intel GPUs on x86 are supported
+
 GST_PLUGIN=	msdk
 DIST=		bad
 


More information about the svn-ports-all mailing list