mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #11068
[Bug 1826664] Re: mythtv is built without libhdhomerun in disco
I've just pushed a fix for this here
https://github.com/MythTV/packaging/commit/578adfa06cb2e03772b83fc295cfaed073735144
This should be fixed in the next build located in the fixes/30 PPA
https://launchpad.net/~mythbuntu/+archive/ubuntu/30
** Changed in: mythtv (Ubuntu)
Importance: Undecided => Medium
** Changed in: mythtv (Ubuntu)
Status: New => Fix Committed
** Changed in: mythtv (Ubuntu)
Assignee: (unassigned) => Thomas Mashos (tgm4883)
--
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:
Fix Committed
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
References