mythtv is built without libhdhomerun in disco
Bug #1826664 reported by
Benoit Grégoire
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mythtv (Ubuntu) |
Fix Committed
|
Medium
|
Thomas Mashos |
Bug Description
It causes the popular hdhomerun tuners to stop working. It's probably missing a builddep libhdhomerun-dev
Just rebuilding the package with the following causes libhdhomerun to be detected and creates working packages:
apt-get source mythtv-backend
sudo apt-get build-dep mythtv-backend
#This is the important part
sudo apt install libhdhomerun-dev
cd mythtv-
dpkg-buildpackage -rfakeroot -uc -b
cd ..
sudo dpkg --install ...
This is on Ubuntu 19.04, in package version 2:30.0+
summary: |
- mythtv is built with libhdhomerun in disco + mythtv is built without libhdhomerun in disco |
To post a comment you must log in.
I've just pushed a fix for this here https:/ /github. com/MythTV/ packaging/ commit/ 578adfa06cb2e03 772b83fc295cfae d073735144
This should be fixed in the next build located in the fixes/30 PPA /launchpad. net/~mythbuntu/ +archive/ ubuntu/ 30
https:/