Age | Commit message (Collapse) | Author |
|
Since Kodi 19, there is no specific version of kodi-platform specified
anymore. So this package can do what most -git packages do: just build
the latest available revision.
|
|
|
|
|
|
|
|
Also add kodi-dev to makedepends for Krypton and newer.
|
|
No idea why this should be required on some systems and not on others…
|
|
|
|
|
|
For each version of kodi there is a specific version of kodi-platform and a
branch for each addon. We have to use the correct versions, so require users
to specify their version of kodi in the PKGBUILD.
|
|
Newer versions require a current libplatform. This in itself it not a problem
but it breaks all current kodi pvr addons. Patches for these addons are still
in work or under review so for now we just stick to an old version.
This will be fixed as soon as kodi plugins start building against a current
version of libplatform.
|
|
I tested only compilation, not functionality.
|
|
|
|
|