From 4b991ea1bc10e17456db8894c8f86132bfbb69d2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 28 Apr 2020 16:07:58 +0000 Subject: 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 --- multimedia/obs-streamfx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'multimedia/obs-streamfx/Makefile') diff --git a/multimedia/obs-streamfx/Makefile b/multimedia/obs-streamfx/Makefile index cc06a118d4bf..5a68650dbfc7 100644 --- a/multimedia/obs-streamfx/Makefile +++ b/multimedia/obs-streamfx/Makefile @@ -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 -- cgit v1.2.3