Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 01:43:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520415 - head/multimedia/gstreamer1-plugins-msdk
Message-ID:  <201912190143.xBJ1hjui049057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912190143.xBJ1hjui049057>