You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch is for reference only.
Ubuntu decided years ago to disable the build of MythNetVision.
In case one decides to re-enable it, the following patch enables
the build of MythNetVision on Ubuntu again.
It does not package this plugin, though.
The patch needs the package python3-pip and the removal of the
package python3-distutils, which is done in python3.12, anyway.
It only works on Ubuntu 22.04+ because of missing functionality
prior to python 3.10.
If it needs pip - does that mean that it mean it downloads things dynamically? If so; we should instead be having dependencies for the things it gets from pip in debian/control.
No, pip does not download dependencies automatically.
See 5852297 which works on master.
I do not recommend to re-enable this plugin for Ubuntu, though.
This issue is just for reference, once this plugin is maintained again.
On Sun Aug 6, 2023, 06:18 PM GMT, Roland Ernst ***@***.***> wrote:
No, pip does not download dependencies automatically.
See 5852297 <5852297> which works on master.
I do not recommend to re-enable this plugin for Ubuntu, though.
This issue is just for reference, once this plugin is maintained again.
—
Reply to this email directly, view it on GitHub <#161 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AADYXPTNYRBHPPJ23H5S76TXT7NXNANCNFSM6AAAAAA2SZW5E4>.
You are receiving this because you commented.Message ID: ***@***.***>
This patch is for reference only.
Ubuntu decided years ago to disable the build of MythNetVision.
In case one decides to re-enable it, the following patch enables
the build of MythNetVision on Ubuntu again.
It does not package this plugin, though.
The patch needs the package
python3-pip
and the removal of thepackage
python3-distutils
, which is done in python3.12, anyway.It only works on Ubuntu 22.04+ because of missing functionality
prior to python 3.10.
It needs MythTV#437
to be solved beforehand.
Attached packaging_deb_mythnetvision.zip
The text was updated successfully, but these errors were encountered: