https://bugs.kde.org/show_bug.cgi?id=487121

Antonio Rojas <aro...@archlinux.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aro...@archlinux.org

--- Comment #8 from Antonio Rojas <aro...@archlinux.org> ---
(In reply to Jonah Brüchert from comment #7)
> > Apparently audiotube only works with the gstreamer qtmultimedia backend, 
> > which is not documented anywhere.
> 
> Where would be a place to document this where you would find it during
> packaging?
> Checking for the backend with cmake is probably non-trivial unfortunately.
> 
> I can put it into the README, however that's probably also rarely read.

qtmultimedia backends provide cmake targets, so something like

if (NOT TARGET Qt6::QGstreamerMediaPlugin)
  message (FATAL_ERROR "QtMultimedia gstreamer backend not found")
endif ()

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to