Github messages for voidlinux
 help / color / mirror / Atom feed
From: hk0O7 <hk0O7@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update template
Date: Wed, 04 Oct 2023 15:16:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46429@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-10-04 13:16 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-04 13:16 hk0O7 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46429@inbox.vuxu.org \
    --to=hk0o7@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).