freebsd-ports/multimedia/obs-streamfx/Makefile
Yuri Victorovich 4b991ea1bc 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
2020-04-28 16:07:58 +00:00

25 lines
550 B
Makefile

# $FreeBSD$
PORTNAME= obs-streamfx
DISTVERSION= 0.8.0b2hf2
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
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
USE_GITHUB= yes
GH_ACCOUNT= Xaymar
GH_PROJECT= obs-StreamFX
CMAKE_ARGS= -DOBS_STUDIO_DIR=${LOCALBASE}/lib
.include <bsd.port.mk>