multimedia/obs-recursion-effect: New port: OBS Studio Plugin: Recursion effect for a source using a filter
This commit is contained in:
parent
72aa7c21e3
commit
dc291c1f84
@ -261,6 +261,7 @@
|
||||
SUBDIR += nymphcastlib
|
||||
SUBDIR += nymphrpc
|
||||
SUBDIR += obs-qtwebkit
|
||||
SUBDIR += obs-recursion-effect
|
||||
SUBDIR += obs-scrab
|
||||
SUBDIR += obs-streamfx
|
||||
SUBDIR += obs-studio
|
||||
|
28
multimedia/obs-recursion-effect/Makefile
Normal file
28
multimedia/obs-recursion-effect/Makefile
Normal 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>
|
3
multimedia/obs-recursion-effect/distinfo
Normal file
3
multimedia/obs-recursion-effect/distinfo
Normal 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
|
1
multimedia/obs-recursion-effect/pkg-descr
Normal file
1
multimedia/obs-recursion-effect/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Plugin for OBS Studio to add recursion effect to a source using a filter.
|
Loading…
Reference in New Issue
Block a user