freebsd-ports/multimedia/obs-streamfx/Makefile
Yuri Victorovich c8319ae70e multimedia/obs-streamfx: Update 0.8.0b3 -> 0.8.0
Reported by:	portscout
2020-06-05 17:31:46 +00:00

25 lines
545 B
Makefile

# $FreeBSD$
PORTNAME= obs-streamfx
DISTVERSION= 0.8.0
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>