Bug 413599 - Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS)
Summary: Could NOT find Libdvbv5 (missing: Libdvbv5_LIBRARIES Libdvbv5_INCLUDE_DIRS)
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kaffeine
Classification: Applications
Component: general (show other bugs)
Version: 2.0.17
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-29 16:25 UTC by knossos456
Modified: 2019-11-03 13:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description knossos456 2019-10-29 16:25:17 UTC
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 ?
Comment 1 knossos456 2019-11-02 09:14:42 UTC
Edit on november 02:
I have installed libudev-dev, and now it found libdvbv5:
Found Libdvbv5: /usr/lib/x86_64-linux-gnu/libdvbv5.so (found version "1.14.2") 

problem solved