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

Piotr Kubaj pkubaj at anongoth.pl
Tue Apr 28 16:29:04 UTC 2020


Aren't other 32-bit architectures also limited to 4GB RAM?

On 20-04-28 16:07:59, Yuri Victorovich wrote:
>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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200428/7265dbec/attachment.sig>


More information about the svn-ports-all mailing list