https://bugs.kde.org/show_bug.cgi?id=413599
Bug ID: 413599 Summary: Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS) Product: kaffeine Version: 2.0.17 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: mchehab+sams...@kernel.org Reporter: knossos...@gmail.com Target Milestone: --- SUMMARY Compilation under Mint 19.2 Compilation process did not find Libdvbv5, so Kaffeine is compiled successfully without TV support STEPS TO REPRODUCE 1. Installed all libraries written at Git and get source from Git 2. go to kaffeine dir 3. after cmake. , I have this log: ~/kaffeine$ cmake . -- The following OPTIONAL packages have been found: * PkgConfig -- The following REQUIRED packages have been found: * ECM (required version >= 1.0.0) * Qt5Core * Qt5Gui (required version >= 5.9.5) * Qt5Widgets * Qt5Network * Qt5Sql * Qt5X11Extras * Qt5 (required version >= 5.4.0) * KF5CoreAddons (required version >= 5.11.0) * Gettext * PythonInterp * KF5I18n (required version >= 5.11.0) * KF5WidgetsAddons (required version >= 5.11.0) * KF5WindowSystem (required version >= 5.11.0) * KF5XmlGui (required version >= 5.11.0) * KF5KIO (required version >= 5.11.0) * KF5Solid (required version >= 5.11.0) * KF5DBusAddons (required version >= 5.11.0) * KF5 (required version >= 5.11.0) * X11 * VLC (required version >= 1.2) -- The following OPTIONAL packages have not been found: * KF5DocTools (required version >= 5.11.0) -- Checking for module 'libdvbv5' -- Package 'libudev', required by 'libdvbv5', not found -- Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS) -- Disabled features: DVB Digital television support for Linux, as libdvbv5 was not found. -- Configuring done -- Generating done -- Build files have been written to: /home/knossos/kaffeine I've try to reinstall: ~/kaffeine$ sudo apt-get install libdvbv5-dev [sudo] Mot de passe de knossos : Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait libdvbv5-dev est déjà la version la plus récente (1.14.2-1). 0 mis à jour, 0 nouvellement installés, 0 à enlever et 24 non mis à jour. version compiled is 2.018 Last year I had compiled source on ubuntu 18.04 without problem.. My mint 19 is up to date apt-get update and upgrade How to resolve this ? -- You are receiving this mail because: You are watching all bug changes.