package/kodi-pvr-stalker: bump version to 7.1.0-Matrix
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 2 Mar 2021 07:07:22 +0000 (08:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 6 Mar 2021 21:56:49 +0000 (22:56 +0100)
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.stalker/commit/8cee21986877bd4d324d078203e2bd9101e794ec
https://github.com/kodi-pvr/pvr.stalker/commit/e30167549bbd7a33b2aca4bdc93ddf9e2b83c442

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/kodi-pvr-stalker/Config.in
package/kodi-pvr-stalker/kodi-pvr-stalker.hash
package/kodi-pvr-stalker/kodi-pvr-stalker.mk

index d334d0c2cbafa0fd7e3645d1c312fc3e60f4b989..f82d5a497f817aa54726a57080fefd81d7fc2b79 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_KODI_PVR_STALKER
        bool "kodi-pvr-stalker"
        select BR2_PACKAGE_JSONCPP
-       select BR2_PACKAGE_KODI_PLATFORM
        select BR2_PACKAGE_LIBXML2
        help
          A PVR Client that connects Kodi to Stalker Middleware
index cc129d90ecece1248ac122c46b22d1fdf7a81265..545af9ec7e284cb5da7a5ecf2833b90ca4cd0875 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  03eb428f21d6b8526b6671278b60ac6dc5a761a515af27172d8ac5c814cc3f65  kodi-pvr-stalker-3.4.10-Leia.tar.gz
-sha256  f9fa34b2caa07376a7a976c1f0b1b9761b37449afd4ceb1e7afa283492054237  debian/copyright
+sha256  bce055008d0ae7212924f41753970e3176a218f6a45bd76b202463a43be3d192  kodi-pvr-stalker-7.1.0-Matrix.tar.gz
+sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
index 0ae41171a964eafbffd2112d92d25dd4a43fc422..5ca466981cbda7d2c3fe76b65c63c92d11f2ad0f 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-KODI_PVR_STALKER_VERSION = 3.4.10-Leia
+KODI_PVR_STALKER_VERSION = 7.1.0-Matrix
 KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
 KODI_PVR_STALKER_LICENSE = GPL-2.0+
-KODI_PVR_STALKER_LICENSE_FILES = debian/copyright
-KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi-platform libxml2
+KODI_PVR_STALKER_LICENSE_FILES = LICENSE.md
+KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi libxml2
 
 $(eval $(cmake-package))