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
                   ` (18 more replies)
  0 siblings, 19 replies; 30+ 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] 30+ 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
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 30+ 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] 30+ 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
  2024-02-04 21:01 ` hk0O7
  18 siblings, 0 replies; 30+ 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] 30+ 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
  18 siblings, 0 replies; 30+ 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] 30+ 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
  18 siblings, 0 replies; 30+ 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] 30+ messages in thread

* [PR PATCH] Update template
@ 2024-04-22 23:04 bhepple
  0 siblings, 0 replies; 30+ messages in thread
From: bhepple @ 2024-04-22 23:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages patch-2
https://github.com/void-linux/void-packages/pull/49992

Update template
New version

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ed6a73c4a474ff732466b19db106a6f8d646bc07 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Tue, 23 Apr 2024 09:03:57 +1000
Subject: [PATCH] Update template

New version
---
 srcpkgs/wlogout/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wlogout/template b/srcpkgs/wlogout/template
index 85d8f6f8e17e6e..d37b15c3e1e8e6 100644
--- a/srcpkgs/wlogout/template
+++ b/srcpkgs/wlogout/template
@@ -1,6 +1,6 @@
 # Template file for 'wlogout'
 pkgname=wlogout
-version=1.2.1
+version=1.2.2
 revision=1
 build_style=meson
 conf_files="/etc/wlogout/layout /etc/wlogout/style.css"

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

* [PR PATCH] Update template
@ 2023-12-11  3:46 c0m4r
  0 siblings, 0 replies; 30+ messages in thread
From: c0m4r @ 2023-12-11  3:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0m4r/void-packages patch-1
https://github.com/void-linux/void-packages/pull/47685

Update template
updated to 3.0.9

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From c22be6d78fade41ddb8bcc8c04a8c05b8a09d6c4 Mon Sep 17 00:00:00 2001
From: c0m4r <c0m4r@users.noreply.github.com>
Date: Mon, 11 Dec 2023 04:44:04 +0100
Subject: [PATCH] Update template

updated to 3.0.9
---
 srcpkgs/lynis/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lynis/template b/srcpkgs/lynis/template
index 5423b235a8526..3b98fb394a05d 100644
--- a/srcpkgs/lynis/template
+++ b/srcpkgs/lynis/template
@@ -1,14 +1,14 @@
 # Template file for 'lynis'
 pkgname=lynis
-version=3.0.8
-revision=1
+version=3.0.9
+revision=2
 short_desc="System and security auditing tool"
 maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
 license="GPL-3.0-only"
 homepage="https://cisofy.com/lynis/"
 changelog="https://raw.githubusercontent.com/CISOfy/lynis/master/CHANGELOG.md"
 distfiles="https://github.com/CISOfy/lynis/archive/refs/tags/${version}.tar.gz"
-checksum=0315da29e382281daa1db24c8494ca12659c7387d9cd30222adcf1aa01383730
+checksum=520eb76aee5d350c2a7265414bae302077cd70ed5a0aaf61dec9e43a968b1727
 
 do_install() {
 	vmkdir etc/lynis

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

* [PR PATCH] Update template
@ 2023-05-30 20:40 krummm
  0 siblings, 0 replies; 30+ messages in thread
From: krummm @ 2023-05-30 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/krummm/void-packages kdenlive
https://github.com/void-linux/void-packages/pull/44182

Update template
qt5-graphicaleffects is now needed for kdenlive to function.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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/44182.patch is attached

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

From 6c6adf6c2cf963a967bbd6978bd06fcb6dbd5ab7 Mon Sep 17 00:00:00 2001
From: Krum <76013726+krummm@users.noreply.github.com>
Date: Tue, 30 May 2023 20:38:40 +0000
Subject: [PATCH] Update template

qt5-graphicaleffects is needed for kdenlive to start.
---
 srcpkgs/kdenlive/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kdenlive/template b/srcpkgs/kdenlive/template
index 66e562d99f25..8f1202725dc4 100644
--- a/srcpkgs/kdenlive/template
+++ b/srcpkgs/kdenlive/template
@@ -1,7 +1,7 @@
 # Template file for 'kdenlive'
 pkgname=kdenlive
 version=23.04.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="
  extra-cmake-modules kconfig kcoreaddons kdoctools pkg-config python3
@@ -10,7 +10,7 @@ makedepends="
  kdeclarative-devel kfilemetadata5-devel knewstuff-devel knotifyconfig-devel
  kplotting-devel mlt7-devel qt5-multimedia-devel qt5-webkit-devel purpose-devel
  v4l-utils-devel ksolid-devel qt5-quickcontrols2-devel qt5-networkauth-devel"
-depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols"
+depends="breeze-icons dvdauthor ffmpeg frei0r-plugins kinit qt5-quickcontrols qt5-graphicaleffects"
 checkdepends="$depends"
 short_desc="Non-linear video editor"
 maintainer="Orphaned <orphan@voidlinux.org>"

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

* [PR PATCH] Update template
@ 2022-07-24  5:27 Nathan-MV
  0 siblings, 0 replies; 30+ messages in thread
From: Nathan-MV @ 2022-07-24  5:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages komikku-0.39
https://github.com/void-linux/void-packages/pull/38233

Update template
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{musl,glibc}
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From bf3773c943ea4e056457f0e18f86a0f0a9ebe6b2 Mon Sep 17 00:00:00 2001
From: Nathan-MV <67521199+Nathan-MV@users.noreply.github.com>
Date: Sun, 24 Jul 2022 02:22:06 -0300
Subject: [PATCH] Update template

---
 srcpkgs/Komikku/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..32a897d7ab8e 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.39.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -9,11 +9,12 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf"
+ python3-natsort python3-pure-protobuf python3-wheel
+ python-pytz webkit2gtk"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=73a5a4d82895dd114ebd558273d7f4f2bdd7f39694320299dd406a2e083f2433

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

* [PR PATCH] Update template
@ 2021-12-14  1:28 zen0bit
  0 siblings, 0 replies; 30+ messages in thread
From: zen0bit @ 2021-12-14  1:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/34519

Update template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64 glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


## Trying again

pull request #33537 

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

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

From 18009ef2e43779d951983a3a2544e30f88d858fa Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Tue, 14 Dec 2021 02:26:19 +0100
Subject: [PATCH] Update template

---
 srcpkgs/clearine/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..349d1f924136 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,16 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.2
+revision=1
 build_style=python3-module
-pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="oSoWoSo <pm@osowoso.xyz>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=732f22a0d4b60a2affc2f16eb37fe75a7ce283021d4ceaaade590bd2e341c8c7
 conf_files="/etc/clearine.conf"
 
 pre_build() {

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

* [PR PATCH] Update template
@ 2021-12-14  1:09 zen0bit
  0 siblings, 0 replies; 30+ messages in thread
From: zen0bit @ 2021-12-14  1:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages clearine
https://github.com/void-linux/void-packages/pull/34518

Update template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64 glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


Trying again

#33537 

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

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

From b576ad2ae4670adf2df73419539d6c6bbaf2fcdb Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Tue, 14 Dec 2021 02:03:38 +0100
Subject: [PATCH] Update template

---
 srcpkgs/clearine/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 9ab51e8d1d87..00547f6c0b90 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,17 +1,16 @@
 # Template file for 'clearine'
 pkgname=clearine
-version=0.7
-revision=4
+version=0.7.1
+revision=1
 build_style=python3-module
-pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-cairo"
 short_desc="GTK3-based logout-window overlay for independent windowmanager"
-maintainer="Frank Steinborn <steinex@nognu.de>"
+maintainer="oSoWoSo <pm@osowoso.xyz>"
 license="MIT"
-homepage="https://github.com/yuune/clearine"
-distfiles="https://github.com/yuune/clearine/archive/${version}.tar.gz"
-checksum=18a1a6b8b726c430e848a6688c97cd095fc01d7b15907fac28a267155b69588d
+homepage="https://github.com/oSoWoSo/clearine"
+distfiles="https://github.com/oSoWoSo/${pkgname}/archive/${version}.tar.gz"
+checksum=dd4a77f9bb1d43c4948e59b3496842da21c22d3b8e7b603174c1c51f29ac7e9d
 conf_files="/etc/clearine.conf"
 
 pre_build() {

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

* [PR PATCH] Update template
@ 2021-08-20  7:16 d33vliter
  0 siblings, 0 replies; 30+ messages in thread
From: d33vliter @ 2021-08-20  7:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/d33vliter/void-packages patch-1
https://github.com/void-linux/void-packages/pull/32596

Update template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From d18858229e0284143501c62d2473e1b6ebb32ee4 Mon Sep 17 00:00:00 2001
From: d33vliter <iandupuy1998@gmail.com>
Date: Fri, 20 Aug 2021 02:15:52 -0500
Subject: [PATCH] Update template

---
 srcpkgs/discord/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index fc6a70079d8b..247b8b7fa8b6 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -4,7 +4,7 @@ version=0.0.15
 revision=1
 archs="x86_64"
 wrksrc="Discord"
-depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic"
+depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic xdg-utils webrtc-audio-processing"
 short_desc="Chat and VOIP application"
 maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"

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

* [PR PATCH] Update template
@ 2021-05-04 19:00 asymmetros
  0 siblings, 0 replies; 30+ messages in thread
From: asymmetros @ 2021-05-04 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/asymmetros/void-packages strawberry-branch
https://github.com/void-linux/void-packages/pull/30680

Update template
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From bc6363eb850c3ec60195628d232b6fc3da1554f9 Mon Sep 17 00:00:00 2001
From: asymmetros <83448175+asymmetros@users.noreply.github.com>
Date: Tue, 4 May 2021 18:53:26 +0000
Subject: [PATCH] Update template

---
 srcpkgs/strawberry/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strawberry/template b/srcpkgs/strawberry/template
index 2621799c3421..b1a719711947 100644
--- a/srcpkgs/strawberry/template
+++ b/srcpkgs/strawberry/template
@@ -1,6 +1,6 @@
 # Template file for 'strawberry'
 pkgname=strawberry
-version=0.8.4
+version=0.9.3
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-devel protobuf gettext"
@@ -14,5 +14,5 @@ short_desc="Audio player and music collection organizer"
 maintainer="q66 <daniel@octaforge.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.strawberrymusicplayer.org/"
-distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
-checksum=f93acf3217ae6b63c6ee469bf8b8a86317f724c018cf7e86c43d663c8066760b
+distfiles="https://files.strawberrymusicplayer.org/strawberry-0.9.3.tar.xz"
+checksum=0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e

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

* [PR PATCH] Update template
@ 2021-04-28 22:08 grim-cypher
  0 siblings, 0 replies; 30+ messages in thread
From: grim-cypher @ 2021-04-28 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/grim-cypher/void-packages patch-1
https://github.com/void-linux/void-packages/pull/30568

Update template
updating to the new version of gradle 7.0



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

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

From dbf3c614c83def74df767701734676427412b82d Mon Sep 17 00:00:00 2001
From: grim-cypher <80390283+grim-cypher@users.noreply.github.com>
Date: Wed, 28 Apr 2021 21:44:36 +0530
Subject: [PATCH] Update template

updating to the new version of gradle 7.0
---
 srcpkgs/gradle/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index 8e9f08a9910b..88dab9e9d732 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=6.8.1
+version=7.0
 revision=1
 depends="virtual?java-environment"
 short_desc="Build system for Java/C/C++ software"
@@ -9,7 +9,7 @@ license="Apache-2.0"
 homepage="https://gradle.org/"
 changelog="https://docs.gradle.org/${version}/release-notes.html"
 distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
-checksum=fd591a34af7385730970399f473afabdb8b28d57fd97d6625c388d090039d6fd
+checksum=eb8b89184261025b0430f5b2233701ff1377f96da1ef5e278af6ae8bac5cc305
 
 do_install() {
 	vmkdir "usr/lib/gradle"

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

* [PR PATCH] Update template
@ 2020-09-11 21:57 the-cleaner-66
  0 siblings, 0 replies; 30+ messages in thread
From: the-cleaner-66 @ 2020-09-11 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-cleaner-66/void-packages patch-3
https://github.com/void-linux/void-packages/pull/24840

Update template
Newer "distfiles" (date: 07.09.2020) + modified "LocalConfig.kmk" (enable virtio)

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

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

From 99c40c56b779948f7a9bc214b515c089a39fd23f Mon Sep 17 00:00:00 2001
From: the-cleaner-66 <71154788+the-cleaner-66@users.noreply.github.com>
Date: Fri, 11 Sep 2020 23:57:05 +0200
Subject: [PATCH] Update template

Newer "distfiles" (date: 07.09.2020) + modified "LocalConfig.kmk" (enable virtio)
---
 srcpkgs/virtualbox-ose/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template
index 23db4c7f963..86ede6fa592 100644
--- a/srcpkgs/virtualbox-ose/template
+++ b/srcpkgs/virtualbox-ose/template
@@ -1,15 +1,15 @@
 # Template file for 'virtualbox-ose'
 pkgname=virtualbox-ose
 version=6.1.14
-revision=1
+revision=2
 wrksrc="VirtualBox-${version%*a}"
 short_desc="General-purpose full virtualizer for x86 hardware"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, CDDL-1.0"
 homepage="https://www.virtualbox.org"
 changelog="https://www.virtualbox.org/wiki/Changelog"
-distfiles="http://download.virtualbox.org/virtualbox/${version%*a}/VirtualBox-$version.tar.bz2"
-checksum=91fa05bcfce36316ca93e3927c9550ea66286fff4c5bec900b753fca278ce1a0
+distfiles="http://download.virtualbox.org/virtualbox/${version%*a}/VirtualBox-6.1.14a.tar.bz2"
+checksum=16f3cb83ab3c4dacf2a9d3cc638cbd18db23767828bba6b8ba1c1b57abeb6aef 
 
 nopie=yes
 lib32disabled=yes

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

end of thread, other threads:[~2024-04-22 23:04 UTC | newest]

Thread overview: 30+ 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
  -- strict thread matches above, loose matches on Subject: below --
2024-04-22 23:04 [PR PATCH] Update template bhepple
2023-12-11  3:46 c0m4r
2023-05-30 20:40 krummm
2022-07-24  5:27 Nathan-MV
2021-12-14  1:28 zen0bit
2021-12-14  1:09 zen0bit
2021-08-20  7:16 d33vliter
2021-05-04 19:00 asymmetros
2021-04-28 22:08 grim-cypher
2020-09-11 21:57 the-cleaner-66

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).