svn commit: r533254 - head/multimedia/obs-streamfx

Yuri Victorovich yuri at FreeBSD.org
Tue Apr 28 16:07:59 UTC 2020


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


More information about the svn-ports-all mailing list