Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update template
@ 2023-10-04 13:16 hk0O7
  2023-10-04 13:21 ` abenson
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

There is a new pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

Update template
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 1926 bytes --]

From ba33240cf5f86a475aa5d8d8e50e8b170f3f1d02 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 15:13:18 +0200
Subject: [PATCH] Update template

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..d628bde82a5c4 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,19 +1,19 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
+version=19.0.7
 revision=2
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
-	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
-	configure_args+=" -DKODI_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/kodi"
+        configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
+        configure_args+=" -DKODI_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/kodi"
 fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Update template
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
@ 2023-10-04 13:21 ` abenson
  2023-10-04 16:13 ` [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7 hk0O7
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: abenson @ 2023-10-04 13:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1746867959

Comment:
Please update the commit message to following [convention](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes).

It should say: `kodi-addon-inputstream-adaptive: update to 19.0.7.`

You can edit your commit message by amending the commit:

    $ git commit --amend

This will open an editor allowing you to edit the commit message, then save and quit. Next, force push to your branch.

    $ git push -f



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
  2023-10-04 13:21 ` abenson
@ 2023-10-04 16:13 ` hk0O7
  2023-10-04 16:49 ` hk0O7
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 16:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 3076 bytes --]

From ba33240cf5f86a475aa5d8d8e50e8b170f3f1d02 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 15:13:18 +0200
Subject: [PATCH 1/2] Update template

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..d628bde82a5c4 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,19 +1,19 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
+version=19.0.7
 revision=2
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
-	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
-	configure_args+=" -DKODI_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/kodi"
+        configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
+        configure_args+=" -DKODI_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/kodi"
 fi

From e1667e3acd0bdbef5bd27b06afad796cf9e39cf3 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 18:13:05 +0200
Subject: [PATCH 2/2] kodi-addon-inputstream-adaptive: update to 19.0.7

---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index d628bde82a5c4..a00fef132427c 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -14,6 +14,6 @@ distfiles="https://github.com/xbmc/inputstream.adaptive/archive/${version}-${_ko
 checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
-        configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
-        configure_args+=" -DKODI_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/kodi"
+	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
+	configure_args+=" -DKODI_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/kodi"
 fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
  2023-10-04 13:21 ` abenson
  2023-10-04 16:13 ` [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7 hk0O7
@ 2023-10-04 16:49 ` hk0O7
  2023-10-04 16:57 ` hk0O7
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 16:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 1705 bytes --]

From 94e650da49ea9280fab13a70298df398e6b75d93 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 15:13:18 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..a00fef132427c 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
+version=19.0.7
 revision=2
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (2 preceding siblings ...)
  2023-10-04 16:49 ` hk0O7
@ 2023-10-04 16:57 ` hk0O7
  2023-10-04 18:30 ` [PR PATCH] [Updated] " hk0O7
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1747297334

Comment:
Fixed.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (3 preceding siblings ...)
  2023-10-04 16:57 ` hk0O7
@ 2023-10-04 18:30 ` hk0O7
  2023-10-04 18:38 ` hk0O7
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 18:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 2636 bytes --]

From 94e650da49ea9280fab13a70298df398e6b75d93 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 15:13:18 +0200
Subject: [PATCH 1/2] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..a00fef132427c 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
+version=19.0.7
 revision=2
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"

From 3312fbcdbb8ad72e1875d40e5eba7144dd0a6926 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 20:22:53 +0200
Subject: [PATCH 2/2] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index a00fef132427c..5253ef3df55db 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
 version=19.0.7
-revision=2
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (4 preceding siblings ...)
  2023-10-04 18:30 ` [PR PATCH] [Updated] " hk0O7
@ 2023-10-04 18:38 ` hk0O7
  2023-10-04 19:19 ` hk0O7
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 1022 bytes --]

From e4dcdc6ed00f22aef9fe16bd3614db161011c169 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 20:22:53 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..4dce548c43c6f 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,7 +1,12 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
+<<<<<<< HEAD
 version=2.6.7
 revision=2
+=======
+version=19.0.7
+revision=1
+>>>>>>> 3312fbcdbb (kodi-addon-inputstream-adaptive: update to 19.0.7)
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (5 preceding siblings ...)
  2023-10-04 18:38 ` hk0O7
@ 2023-10-04 19:19 ` hk0O7
  2023-10-04 19:24 ` hk0O7
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 19:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 1719 bytes --]

From cf995204f7653def99b2cada2f2f477f48d2ad3a Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 4 Oct 2023 21:18:49 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..5253ef3df55db 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
-revision=2
+version=19.0.7
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (6 preceding siblings ...)
  2023-10-04 19:19 ` hk0O7
@ 2023-10-04 19:24 ` hk0O7
  2023-10-05 18:49 ` hk0O7
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-04 19:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1747502976

Comment:
Fixed `revision` field as it should have been set to `1`.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (7 preceding siblings ...)
  2023-10-04 19:24 ` hk0O7
@ 2023-10-05 18:49 ` hk0O7
  2023-10-11 14:45 ` [PR PATCH] [Updated] " hk0O7
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-05 18:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1749461994

Comment:
It looks as if the lint template in the newly failed PR __Check build / Lint templates__ [job](https://github.com/void-linux/void-packages/actions/runs/6410524637/job/17439706536)'s regex does not take the Kodi release name suffix (`_${_kodi_release}`) into account:
```
/archive/refs/tags/(v?|\Qkodi-addon-inputstream-adaptive\E[-_])?\K[\d.]+(?=\.tar\.gz")
```
How can we go about this?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (8 preceding siblings ...)
  2023-10-05 18:49 ` hk0O7
@ 2023-10-11 14:45 ` hk0O7
  2023-10-11 14:50 ` hk0O7
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-11 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 1730 bytes --]

From 78c02736d16e48aa5fb46b04cac687bcb2b9c3e1 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 11 Oct 2023 16:43:14 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..3373066c4c3de 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
-revision=2
+version=19.0.7
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (9 preceding siblings ...)
  2023-10-11 14:45 ` [PR PATCH] [Updated] " hk0O7
@ 2023-10-11 14:50 ` hk0O7
  2023-10-17 22:48 ` hk0O7
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-11 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1757859512

Comment:
> ```
> /archive/refs/tags/(v?|\Qkodi-addon-inputstream-adaptive\E[-_])?\K[\d.]+(?=\.tar\.gz")
> ```
Added `/refs/tags/` to `${distfiles}` as (also) required by the regex.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (10 preceding siblings ...)
  2023-10-11 14:50 ` hk0O7
@ 2023-10-17 22:48 ` hk0O7
  2023-10-17 23:04 ` [PR PATCH] [Updated] " hk0O7
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-17 22:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1767313356

Comment:
As suspected, check build jobs keep [failing](https://github.com/void-linux/void-packages/actions/runs/6484183866/job/17767201133#step:7:14) due to the first [tags](https://github.com/xbmc/inputstream.adaptive/tags) page `$url` (in [update_check.sh](https://github.com/void-linux/void-packages/blob/master/common/xbps-src/shutils/update_check.sh)) not returning any `href`s matching the default pattern (`$rx`). This is both because it doesn't match version numbers followed by Kodi release names and because the latest version for Matrix is too old to show up there (only from the second page onwards as of now).

As per the [manual](https://github.com/void-linux/void-packages/blob/master/common/xbps-src/shutils/update_check.sh) I've tried using `$vdsuffix` but `update_check.sh` will only use it for the _common_ `$distfiles` URLs (like `*github.com*` in this case), so I've also tried a whole `$pattern` based on the default one:
```
pattern='/archive/refs/tags/(v?|\Q'"${pkgname}"'\E[-_])?\K[\d.]+\Q'"-${_kodi_release}"'\E(?=\.tar\.gz")'
```
which does match when I try switching the `$_kodi_release` to `Nexus` or `Omega` (with the current `Matrix` one still yielding `NO VERSION found for kodi-addon-inputstream-adaptive`).

So it looks like we have no choice other than to disable the update check until we finally update [kodi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kodi) to the current stable release.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (11 preceding siblings ...)
  2023-10-17 22:48 ` hk0O7
@ 2023-10-17 23:04 ` hk0O7
  2023-10-25 15:46 ` hk0O7
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-17 23:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 2323 bytes --]

From 2a022777d1b01c5114c6d1e945b918446db36b1b Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 11 Oct 2023 16:43:14 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

Bump version to 19.0.7 (latest one supported by Matrix - disabled broken update check).
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 12 ++++++------
 srcpkgs/kodi-addon-inputstream-adaptive/update   |  2 ++
 2 files changed, 8 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/kodi-addon-inputstream-adaptive/update

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..3373066c4c3de 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
-revision=2
+version=19.0.7
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/update b/srcpkgs/kodi-addon-inputstream-adaptive/update
new file mode 100644
index 0000000000000..a74927b9d85d8
--- /dev/null
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/update
@@ -0,0 +1,2 @@
+#pattern='/archive/refs/tags/(v?|\Q'"${pkgname}"'\E[-_])?\K[\d.]+\Q'"-${_kodi_release}"'\E(?=\.tar\.gz")'
+disabled='Default check is broken and there will be no more updates for Matrix'

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (12 preceding siblings ...)
  2023-10-17 23:04 ` [PR PATCH] [Updated] " hk0O7
@ 2023-10-25 15:46 ` hk0O7
  2023-10-25 15:49 ` hk0O7
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-25 15:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 2235 bytes --]

From 4c43a32c7606ba20cb29a50881f67c38ac8d339c Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 11 Oct 2023 16:43:14 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 12 ++++++------
 srcpkgs/kodi-addon-inputstream-adaptive/update   |  2 ++
 2 files changed, 8 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/kodi-addon-inputstream-adaptive/update

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..3373066c4c3de 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
-revision=2
+version=19.0.7
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/update b/srcpkgs/kodi-addon-inputstream-adaptive/update
new file mode 100644
index 0000000000000..a74927b9d85d8
--- /dev/null
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/update
@@ -0,0 +1,2 @@
+#pattern='/archive/refs/tags/(v?|\Q'"${pkgname}"'\E[-_])?\K[\d.]+\Q'"-${_kodi_release}"'\E(?=\.tar\.gz")'
+disabled='Default check is broken and there will be no more updates for Matrix'

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (13 preceding siblings ...)
  2023-10-25 15:46 ` hk0O7
@ 2023-10-25 15:49 ` hk0O7
  2023-10-25 16:00 ` hk0O7
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-25 15:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 2272 bytes --]

From bbe6ea5434f9b8579cf07e25f4cfd407e5caf374 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk0O7@users.noreply.github.com>
Date: Wed, 11 Oct 2023 16:43:14 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

Author:    hk0O7 <hk007@disroot.org>
---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 12 ++++++------
 srcpkgs/kodi-addon-inputstream-adaptive/update   |  2 ++
 2 files changed, 8 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/kodi-addon-inputstream-adaptive/update

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..3373066c4c3de 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
-revision=2
+version=19.0.7
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/update b/srcpkgs/kodi-addon-inputstream-adaptive/update
new file mode 100644
index 0000000000000..a74927b9d85d8
--- /dev/null
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/update
@@ -0,0 +1,2 @@
+#pattern='/archive/refs/tags/(v?|\Q'"${pkgname}"'\E[-_])?\K[\d.]+\Q'"-${_kodi_release}"'\E(?=\.tar\.gz")'
+disabled='Default check is broken and there will be no more updates for Matrix'

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (14 preceding siblings ...)
  2023-10-25 15:49 ` hk0O7
@ 2023-10-25 16:00 ` hk0O7
  2023-11-02 11:39 ` hk0O7
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-10-25 16:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

There is an updated pull request by hk0O7 against master on the void-packages repository

https://github.com/hk0O7/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46429

kodi-addon-inputstream-adaptive: update to 19.0.7
Bump version to 19.0.7 (latest one supported by Matrix).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/46429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-46429.patch --]
[-- Type: text/x-diff, Size: 2222 bytes --]

From 3cbd573247fc21315a7cfd6b32104820c3511206 Mon Sep 17 00:00:00 2001
From: hk0O7 <hk007@disroot.org>
Date: Wed, 25 Oct 2023 17:59:10 +0200
Subject: [PATCH] kodi-addon-inputstream-adaptive: update to 19.0.7

---
 srcpkgs/kodi-addon-inputstream-adaptive/template | 12 ++++++------
 srcpkgs/kodi-addon-inputstream-adaptive/update   |  2 ++
 2 files changed, 8 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/kodi-addon-inputstream-adaptive/update

diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/template b/srcpkgs/kodi-addon-inputstream-adaptive/template
index 2b919ce40b4e6..3373066c4c3de 100644
--- a/srcpkgs/kodi-addon-inputstream-adaptive/template
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/template
@@ -1,17 +1,17 @@
 # Template file for 'kodi-addon-inputstream-adaptive'
 pkgname=kodi-addon-inputstream-adaptive
-version=2.6.7
-revision=2
+version=19.0.7
+revision=1
 _kodi_release=Matrix
 build_style=cmake
 makedepends="kodi-devel kodi-platform-devel p8-platform-devel tinyxml-devel
- expat-devel"
+ expat-devel gtest-devel"
 short_desc="Kodi inputstream addon for several manifest types"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/peak3d/inputstream.adaptive"
-distfiles="https://github.com/peak3d/inputstream.adaptive/archive/${version}-${_kodi_release}.tar.gz"
-checksum=353207f5f98bf81ce8d79cec903c28da8c0227d7c7a632692c910d81e59c2dbe
+homepage="https://github.com/xbmc/inputstream.adaptive"
+distfiles="https://github.com/xbmc/inputstream.adaptive/archive/refs/tags/${version}-${_kodi_release}.tar.gz"
+checksum=b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe
 
 if [ -n "${CROSS_BUILD}" ]; then
 	configure_args+=" -DCMAKE_MODULE_PATH=${XBPS_CROSS_BASE}/usr/share/kodi/cmake"
diff --git a/srcpkgs/kodi-addon-inputstream-adaptive/update b/srcpkgs/kodi-addon-inputstream-adaptive/update
new file mode 100644
index 0000000000000..a74927b9d85d8
--- /dev/null
+++ b/srcpkgs/kodi-addon-inputstream-adaptive/update
@@ -0,0 +1,2 @@
+#pattern='/archive/refs/tags/(v?|\Q'"${pkgname}"'\E[-_])?\K[\d.]+\Q'"-${_kodi_release}"'\E(?=\.tar\.gz")'
+disabled='Default check is broken and there will be no more updates for Matrix'

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (15 preceding siblings ...)
  2023-10-25 16:00 ` hk0O7
@ 2023-11-02 11:39 ` hk0O7
  2024-02-01  1:45 ` github-actions
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2023-11-02 11:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1790565135

Comment:
@abenson could you or one of the maintainers please check on the current [workflow job](https://github.com/void-linux/void-packages/actions/runs/6643018998) (stuck pending approval)?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (16 preceding siblings ...)
  2023-11-02 11:39 ` hk0O7
@ 2024-02-01  1:45 ` github-actions
  2024-02-04 21:01 ` hk0O7
  2024-05-05  1:46 ` github-actions
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2024-02-01  1:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1920338531

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (17 preceding siblings ...)
  2024-02-01  1:45 ` github-actions
@ 2024-02-04 21:01 ` hk0O7
  2024-05-05  1:46 ` github-actions
  19 siblings, 0 replies; 21+ messages in thread
From: hk0O7 @ 2024-02-04 21:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by hk0O7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-1925912766

Comment:
Bump.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: kodi-addon-inputstream-adaptive: update to 19.0.7
  2023-10-04 13:16 [PR PATCH] Update template hk0O7
                   ` (18 preceding siblings ...)
  2024-02-04 21:01 ` hk0O7
@ 2024-05-05  1:46 ` github-actions
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2024-05-05  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46429#issuecomment-2094543630

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-05-05  1:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 13:16 [PR PATCH] Update template hk0O7
2023-10-04 13:21 ` abenson
2023-10-04 16:13 ` [PR PATCH] [Updated] kodi-addon-inputstream-adaptive: update to 19.0.7 hk0O7
2023-10-04 16:49 ` hk0O7
2023-10-04 16:57 ` hk0O7
2023-10-04 18:30 ` [PR PATCH] [Updated] " hk0O7
2023-10-04 18:38 ` hk0O7
2023-10-04 19:19 ` hk0O7
2023-10-04 19:24 ` hk0O7
2023-10-05 18:49 ` hk0O7
2023-10-11 14:45 ` [PR PATCH] [Updated] " hk0O7
2023-10-11 14:50 ` hk0O7
2023-10-17 22:48 ` hk0O7
2023-10-17 23:04 ` [PR PATCH] [Updated] " hk0O7
2023-10-25 15:46 ` hk0O7
2023-10-25 15:49 ` hk0O7
2023-10-25 16:00 ` hk0O7
2023-11-02 11:39 ` hk0O7
2024-02-01  1:45 ` github-actions
2024-02-04 21:01 ` hk0O7
2024-05-05  1:46 ` github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).