Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 01:53:39 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        multimedia@FreeBSD.org
Cc:        linimon@FreeBSD.org, pkubaj@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r520415 - head/multimedia/gstreamer1-plugins-msdk]
Message-ID:  <20191219015338.GA24338@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

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

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
 

----- End forwarded message -----



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