Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 16:07:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533254 - head/multimedia/obs-streamfx
Message-ID:  <202004281607.03SG7xrr013066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Apr 28 16:07:58 2020
New Revision: 533254
URL: https://svnweb.freebsd.org/changeset/ports/533254

Log:
  multimedia/obs-streamfx: Not for arch i386
  
  The upstream says that it can't work on i386: https://github.com/Xaymar/obs-StreamFX/issues/203#issuecomment-620448554
  
  Reported by:	fallout

Modified:
  head/multimedia/obs-streamfx/Makefile

Modified: head/multimedia/obs-streamfx/Makefile
==============================================================================
--- head/multimedia/obs-streamfx/Makefile	Tue Apr 28 15:10:22 2020	(r533253)
+++ head/multimedia/obs-streamfx/Makefile	Tue Apr 28 16:07:58 2020	(r533254)
@@ -10,6 +10,9 @@ COMMENT=	OBS Studio Plugin: Modern effects
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		i386
+NOT_FOR_ARCHS_REASON=	plugin requires a lot of memory for many of the filters to even run, physical or virtual memory can exceed 4GB
+
 LIB_DEPENDS=	libobs.so:multimedia/obs-studio
 
 USES=		cmake



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