mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #11067
[Bug 1826664] [NEW] mythtv is built without libhdhomerun in disco
Public bug reported:
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-30.0+fixes.20190207.1c2068c62b
dpkg-buildpackage -rfakeroot -uc -b
cd ..
sudo dpkg --install ...
This is on Ubuntu 19.04, in package version 2:30.0+fixes.20190207
.1c2068c62b-0ubuntu1 (as distributed in disco as of 2019-04-27)
** Affects: mythtv (Ubuntu)
Importance: Undecided
Status: New
** Summary changed:
- mythtv is built with libhdhomerun in disco
+ mythtv is built without libhdhomerun in disco
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv in Ubuntu.
https://bugs.launchpad.net/bugs/1826664
Title:
mythtv is built without libhdhomerun in disco
Status in mythtv package in Ubuntu:
New
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-30.0+fixes.20190207.1c2068c62b
dpkg-buildpackage -rfakeroot -uc -b
cd ..
sudo dpkg --install ...
This is on Ubuntu 19.04, in package version 2:30.0+fixes.20190207
.1c2068c62b-0ubuntu1 (as distributed in disco as of 2019-04-27)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/1826664/+subscriptions
Follow ups