maintainer-feedback requested: [Bug 267510] multimedia/gstreamer1-plugins-resindvd: fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 02 Nov 2022 03:02:45 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 267510: multimedia/gstreamer1-plugins-resindvd: fails to build
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267510



--- Description ---
After fixes to bugs 267132 and 2617100, trying to upgrade
gstreamer1-plugins-core fails when it tries to install dependency
multimedia/gstreamer1-plugins-resindvd.  Fixing
multimedia/gstremer1-plugins-dts simply allowed the build of
gstreamer1-plugins-core to get a little further before dying here.

System:  
 FreeBSD XXX.XXX 12.3-STABLE FreeBSD 12.3-STABLE stable/12-n234844-5746abf94eb
GENERIC  amd64

Error:

sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodecs_dep".

A full log can be found at
/usr/ports/multimedia/gstreamer1-plugins-resindvd/work/gst-plugins-bad-1.20.3/_
build/meson-logs/meson-log.txt
===>  Script "configure" failed unexpectedly.



Since this is remarkably similar to the failure of gstreamer1-plugins-dts fixed
by 267132, I tried applying the same fix as in git commit 629aa01a, and that
allowed it to complete.

I will attach a patch, which if applied to
multimedia/gstreamer1-plugins-resindvd/Makefile, fixes the problem for me.