RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
599 stars 109 forks source link

Request: Debian / Ubuntu PPA #234

Open Centril opened 7 years ago

Centril commented 7 years ago

It would be nice to have ubuntu PPAs for 17.04 (zesty), 16.10 (yaketty), 16.04 (xenial). The build and install procedure for ubuntu seems outdated and broken on newer ubuntu versions...

dpolombo commented 7 years ago

For those who wonder, the yaketty version doesn't work correctly on zesty. It depends on libcec3 and libglew1.13 whereas zesty provides libcec4 and libglew2.0.

Rebuilding the package se with those requirements and symlinking libglew1.13 to libglew2.0 kinda works, but there are many graphical artefacts. Guessl we're not escaping a full rebuild.

DominikDeak commented 5 years ago

I've created .deb to .AppImage conversion tool for OpenPHT for those who are interested:

https://github.com/DEAKSoftware/OpenPHT-AppImage

It should solve some of the dependency issues mentioned earlier.

nlarzon commented 5 years ago

@DominikDeak You, sir saved my Christmas ! Thank you!