d.vogel wrote:Rascas wrote:Yes, they were compiled for Wheezy but they all work in Jessie, so I didnt bothered compiling them again. They need libplatform1 and there is one PVR addon that needs libtinyxml2-0.0.0, don't remember which one. If you install the PVRs, dpkg will detect the missing dependecies and warn if missing, they are all in my repo, so you can download and install them seperately.
I'm experiencing problems installing the kodi-pvr-iptvsimple addon from your repo because libplatform1 cannot be installed. Every time I try to install libplatform1 I keep getting an error. The error says (translated it to English by myself, hope you know what it says...) "Try to overwrite »/usr/lib/arm-linux-gnueabihf/libplatform.so.1.0«, which is also in package libpulseeight-platform1:armhf 1.0.9-1~jessie".
So I don't know what to do to be able to install the iptvsimple addon... Can anyone please help me with this?
Well, that's because you have the same library that exists in two packages that have a diferent name: libplatform1 (mine) and libpulseeight-platform1 (which is in RPi Foundation repo). The package naming was already discused but nobody come to an agreenment, thats the problem. I just compiled that package from git and that is the name that you get...
But you don't need the Foundation package because theirs addons are old and don't work so you can just purge it and install mine. Well, if you really want the PVR addons...
I use exactly the same packaging system than the ones in Raspbian, but I needed libplatform1 earliear for the PVR addons, than the one that is avaible now in Raspbian, so the name is diferent and that's the problem.
The next time I compile the PVRs, I will see how the packging naming is in Raspbian and make them accordingly.