Commit 6c5699d6 authored by Daniel Engberg's avatar Daniel Engberg
Browse files

multimedia/obs-recursion-effect: Remove port

Broken for months and upstream is dead, last commit in upstream repo
was back in 2024
parent 08ca340e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5160,3 +5160,4 @@ security/owasp-dependency-check||2026-02-28|Has expired: This port is 9 major ve
lang/go-devel|lang/go|2026-03-01|Has expired: Old version of Go. Use the go package (lang/go) instead
devel/tbb|devel/onetbb|2026-03-01|Has expired: Project moved to devel/onetbb
devel/upp||2026-03-08|Fails to build with freetype 2.14+
multimedia/obs-recursion-effect||2026-03-08|Compilation fails with obs-studio-32.0.1
+0 −1
Original line number Diff line number Diff line
@@ -257,7 +257,6 @@
    SUBDIR += nymphcastlib
    SUBDIR += nymphrpc
    SUBDIR += obs-multi-rtmp
    SUBDIR += obs-recursion-effect
    SUBDIR += obs-streamfx
    SUBDIR += obs-studio
    SUBDIR += obs-text-pthread
+0 −34
Original line number Diff line number Diff line
PORTNAME=	obs-recursion-effect
DISTVERSION=	0.1.0
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/ \
		https://github.com/exeldro/obs-recursion-effect

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN=		compilation fails with obs-studio-32.0.1, see https://github.com/exeldro/obs-recursion-effect/issues/9

BUILD_DEPENDS=	simde>0:devel/simde
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

CFLAGS+=	-Wno-deprecated-declarations

PLIST_FILES=	lib/obs-plugins/recursion-effect.so \
		share/obs/obs-plugins/recursion-effect/effects/render.effect \
		share/obs/obs-plugins/recursion-effect/locale/en-US.ini

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1712515510
SHA256 (exeldro-obs-recursion-effect-0.1.0_GH0.tar.gz) = 86fef1524d6783c4d5f6b3a09b9adb6f1af7437fd7c3a11eb201b7f341f574bd
SIZE (exeldro-obs-recursion-effect-0.1.0_GH0.tar.gz) = 49975
+0 −1
Original line number Diff line number Diff line
Plugin for OBS Studio to add recursion effect to a source using a filter.