[Bug 233220] multimedia/gstreamer1-plugins: fails to build if mesa-libs + wayland are installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 14 13:19:31 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233220

Jan Beich <jbeich at FreeBSD.org> changed:

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

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

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

===> 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 = gl
endif
if USE_GLES2
GL_DIR = 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list