Summary: | graphics/gstreamer1-plugins-gl: fetches source from git | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> |
Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | jhale |
Priority: | --- | Flags: | jhale:
maintainer-feedback+
|
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Dmitry Marakasov
![]() ![]() A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9d2a05e0208992300ac5be4a84e99d675d801b4 commit c9d2a05e0208992300ac5be4a84e99d675d801b4 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-10-23 07:58:55 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-10-23 08:23:02 +0000 graphics/gstreamer1-plugins-gl: Prevent fetch during build If git(1) was found on the system, the port would attempt to download OpenGL headers for a meson subproject from [1], which seems to only be necessary/intended for Windows. Add '--wrap-mode=nodownload' to MESON_ARGS to prevent this behavior. This only affects builds on live systems. While here: Remove unused glu dep from USE_GL and add jpeg dep as this will link to libjpeg if found on the system. Tiny Makefile order fix. [1] https://gitlab.freedesktop.org/gstreamer/meson-ports/gl-headers PR: 270184 Reported by: amdmi3 graphics/gstreamer1-plugins-gl/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Thanks for the report! This should be fixed now. Sorry this took so long to resolve. |