Date: Wed, 23 Oct 2024 08:23:26 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 270184] graphics/gstreamer1-plugins-gl: fetches source from git Message-ID: <bug-270184-12827-FNcQos2Kkd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270184-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-270184-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270184 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dc9d2a05e0208992300ac5be4a84e99d= 675d801b4 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=3Dnodownload' 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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270184-12827-FNcQos2Kkd>