Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2018 13:19:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 233220] multimedia/gstreamer1-plugins: fails to build if mesa-libs + wayland are installed
Message-ID:  <bug-233220-12827-VZG2DN5iI6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233220-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233220-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=3D233220

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199236|0                           |1
        is obsolete|                            |
 Attachment #199236|maintainer-approval?(tijl@F |
              Flags|reeBSD.org)                 |

--- Comment #5 from Jan Beich <jbeich@FreeBSD.org> ---
Created attachment 199238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199238&action=
=3Dedit
v1

Looks like gl being built outside of its port is the actual issue:

=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/gstreamer-%%VERSION%%/gst/gl/egl/gstegl.h
Error: Orphaned: include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimage.h
Error: Orphaned: include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h
Error: Orphaned: include/gstreamer-%%VERSION%%/gst/gl/egl/gstglmemoryegl.h
Error: Orphaned: include/gstreamer-%%VERSION%%/gst/gl/gl-prelude.h
Error: Orphaned: include/gstreamer-%%VERSION%%/gst/gl/gl.h
[...]
Error: Orphaned: lib/girepository-%%VERSION%%/GstGL-%%VERSION%%.typelib
Error: Orphaned: lib/gstreamer-%%VERSION%%/include/gst/gl/gstglconfig.h
Error: Orphaned: lib/libgstgl-%%VERSION%%.so
Error: Orphaned: lib/libgstgl-%%VERSION%%.so.0
Error: Orphaned: lib/libgstgl-%%VERSION%%.so.%%SOVERSION%%
Error: Orphaned: libdata/pkgconfig/gstreamer-gl-%%VERSION%%.pc
Error: Orphaned: share/gir-%%VERSION%%/GstGL-%%VERSION%%.gir

gst-libs/gst/Makefile.am:
if USE_OPENGL
GL_DIR =3D gl
endif
if USE_GLES2
GL_DIR =3D gl
endif

(In reply to w.schwarzenfeld from comment #4)
> Why not add multimedia/v4l_compat?

gstglwindow_wayland_egl.c is part of gl plugin which should be built only in
graphics/gstreamer1-plugins-gl, not in multimedia/gstreamer1-plugins.

--=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-233220-12827-VZG2DN5iI6>