multimedia/obs-recursion-effect: New port: OBS Studio Plugin: Recursion effect for a source using a filter

This commit is contained in:
Yuri Victorovich 2022-12-29 22:11:44 -08:00
parent 72aa7c21e3
commit dc291c1f84
4 changed files with 33 additions and 0 deletions

View File

@ -261,6 +261,7 @@
SUBDIR += nymphcastlib
SUBDIR += nymphrpc
SUBDIR += obs-qtwebkit
SUBDIR += obs-recursion-effect
SUBDIR += obs-scrab
SUBDIR += obs-streamfx
SUBDIR += obs-studio

View File

@ -0,0 +1,28 @@
PORTNAME= obs-recursion-effect
DISTVERSION= 0.0.1-7
DISTVERSIONSUFFIX= -g60964d6
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= OBS Studio Plugin: Recursion effect for a source using a filter
WWW= https://obsproject.com/forum/resources/recursion-effect.1008/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
libobs.so:multimedia/obs-studio \
libpng16.so:graphics/png
USES= cmake:noninja gettext-runtime gnome localbase:ldflags pkgconfig # with ninja it installs files back into the source directory
USE_GNOME= cairo glib20 pango
USE_GITHUB= yes
GH_ACCOUNT= exeldro
CMAKE_OFF= LINUX_PORTABLE
PLIST_FILES= lib/obs-plugins/recursion-effect.so \
share/obs/obs-plugins/recursion-effect/locale/en-US.ini
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1672379892
SHA256 (exeldro-obs-recursion-effect-0.0.1-7-g60964d6_GH0.tar.gz) = b89c7608007b5201887c3c7e6a7ed059d223953acf0006246c4ec65fb6e00a4e
SIZE (exeldro-obs-recursion-effect-0.0.1-7-g60964d6_GH0.tar.gz) = 49622

View File

@ -0,0 +1 @@
Plugin for OBS Studio to add recursion effect to a source using a filter.