4b991ea1bc
The upstream says that it can't work on i386: https://github.com/Xaymar/obs-StreamFX/issues/203#issuecomment-620448554 Reported by: fallout
25 lines
550 B
Makefile
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>
|