Re: git: ff315181c259 - main - multimedia/obs-streamfx: Fix build by adding missing dependency needed with the latest obs-studio

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 14 Oct 2025 15:01:15 UTC
Yuri Victorovich <yuri@FreeBSD.org> writes:

> -BUILD_DEPENDS=	${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json
> +BUILD_DEPENDS=	${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json \
> +		simde>0:devel/simde

Why not add simde to RUN_DEPENDS in obs-studio if every consumer needs it?
Looks like an implementation detail from 31.1.2 → 32.0.1 update, not
used directly.