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

--- Comment #5 from b...@mogwai.be ---
Mmm, something's going wrong with the VLC package detection in FindLIBVLC.cmake
file.  It does find the package using the pkg_check_modules command (which is
the command that prints the line saying that libvlc has been found), but then
doesn't find the correct paths in the rest of the cmake file for some reason...

This is what it's supposed to show:

-- Checking for module 'libvlc'
--   Found libvlc, version 3.0.18
-- Found LibVLC include-dir path: /usr/include
-- Found LibVLC library path:/usr/lib/libvlc.so
-- Found LibVLCcore library path:/usr/lib/libvlccore.so
-- Found LibVLC version: 3.0.18 (searched for: 0.0)
-- Checking for module 'gstreamer-1.0'
--   Found gstreamer-1.0, version 1.22.5

Notice the extra lines where it mentions the paths...

The strange thing is that this cmake file is used in several other KDE projects
since more than 10 years.  I was assuming that it would just work on all the
major distributions.
Unfortunately I don't have any debian bases system on which to test this right
now.

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

Reply via email to