From df7d231b5d35ab079eb49254876c078079197ccf Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 23 Feb 2020 08:37:35 +0100 Subject: [PATCH 1/2] add p8-platform to addon itself as depends This is intended to significantly speed up the construction times for those who do not use these dependencies (most addons without this). This will also happen to all other PVRs that need it and also allows you to add your own versions if necessary. After converting this will be removed from Kodi. Only used on the Matrix branches, the others remain with Kodi. --- depends/common/p8-platform/p8-platform.txt | 1 + depends/windowsstore/p8-platform/p8-platform.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 depends/common/p8-platform/p8-platform.txt create mode 100644 depends/windowsstore/p8-platform/p8-platform.txt diff --git a/depends/common/p8-platform/p8-platform.txt b/depends/common/p8-platform/p8-platform.txt new file mode 100644 index 00000000..98ed58a6 --- /dev/null +++ b/depends/common/p8-platform/p8-platform.txt @@ -0,0 +1 @@ +p8-platform https://github.com/xbmc/platform.git cee64e9dc0b69e8d286dc170a78effaabfa09c44 diff --git a/depends/windowsstore/p8-platform/p8-platform.txt b/depends/windowsstore/p8-platform/p8-platform.txt new file mode 100644 index 00000000..db6f7825 --- /dev/null +++ b/depends/windowsstore/p8-platform/p8-platform.txt @@ -0,0 +1 @@ +p8-platform https://github.com/afedchin/platform.git win10 From 31834afa7b0c06271bee8a1f22090f7da40366bc Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 23 Feb 2020 11:22:27 +0100 Subject: [PATCH 2/2] increase version to 4.1.2 --- pvr.stalker/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pvr.stalker/changelog.txt b/pvr.stalker/changelog.txt index 234c9e68..26e2620d 100644 --- a/pvr.stalker/changelog.txt +++ b/pvr.stalker/changelog.txt @@ -1,3 +1,8 @@ +4.1.2 +- Updated language files from Transifex +- Replace AppVeyor with Azure for test build (better performance) +- Add p8-platform to own depends + 4.1.1 - Update CMake build version to 3.5 - Cleanup CMake depend libstalkerclient