Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jellyfin-media-player
@ 2021-10-01  7:14 foxlet
  2021-10-01  7:35 ` [PR PATCH] [Updated] " foxlet
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: foxlet @ 2021-10-01  7:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/33199

New package: jellyfin-media-player
A media client for Jellyfin-based servers. It provides hardware accelerated playback (using mpv) for video codecs that would otherwise not work inside a browser.

#### General
- [x] 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


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

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

From c02015d9b6cb56884bd7890de128901ac9178333 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Fri, 1 Oct 2021 03:07:00 -0400
Subject: [PATCH] New package: jellyfin-media-player

---
 srcpkgs/jellyfin-media-player/template | 28 ++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/jellyfin-media-player/template

diff --git a/srcpkgs/jellyfin-media-player/template b/srcpkgs/jellyfin-media-player/template
new file mode 100644
index 000000000000..3db052daaf2f
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,28 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.6.1
+revision=1
+_jwc_version=10.7.6
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+configure_args="-DQTROOT='${XBPS_CROSS_BASE}/usr' -DCMAKE_BUILD_TYPE='Release'"
+hostmakedepends="pkg-config python3"
+makedepends="qt5-devel qt5-webchannel-devel qt5-declarative-devel qt5-webengine-devel
+ qt5-location-devel qt5-x11extras-devel SDL2-devel mpv-devel libcec-devel zlib-devel"
+depends="qt5-quickcontrols"
+short_desc="Desktop media client for Jellyfin"
+maintainer="Foxlet <foxlet@furcode.co>"
+license="GPL-2.0-only"
+homepage="https://github.com/jellyfin/jellyfin-media-player"
+distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/refs/tags/v${version}.tar.gz>${pkgname}-${version}.tar.gz
+ https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-${_jwc_version}/dist.zip"
+checksum="3c3c91c96c0905ae5984f6d0c86f823807cfe7f1c6b3360350aa5afe8b84f8b0
+ eff3928a20e8123d35233ce82d2ef53e504004b767d98fe3b54e89ee83a2a5c6"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+	cp -r "../../dist" .
+}

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
@ 2021-10-01  7:35 ` foxlet
  2021-11-15  1:33 ` foxlet
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: foxlet @ 2021-10-01  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/33199

New package: jellyfin-media-player
A media client for Jellyfin-based servers. It provides hardware accelerated playback (using mpv) for video codecs that would otherwise not work inside a browser.

#### General
- [x] 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


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

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

From efcb15b5e5e374c6f50f03ccef8ee35c9bd29f01 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Fri, 1 Oct 2021 03:07:00 -0400
Subject: [PATCH] New package: jellyfin-media-player

---
 srcpkgs/jellyfin-media-player/template | 28 ++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/jellyfin-media-player/template

diff --git a/srcpkgs/jellyfin-media-player/template b/srcpkgs/jellyfin-media-player/template
new file mode 100644
index 000000000000..90d997ba3dcf
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,28 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.6.1
+revision=1
+_jwc_version=10.7.6
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+configure_args="-DQTROOT='${XBPS_CROSS_BASE}/usr' -DCMAKE_BUILD_TYPE='Release'"
+hostmakedepends="pkg-config python3 qt5-qmake qt5-host-tools"
+makedepends="qt5-devel qt5-webchannel-devel qt5-declarative-devel qt5-webengine-devel
+ qt5-location-devel qt5-x11extras-devel SDL2-devel mpv-devel libcec-devel zlib-devel"
+depends="qt5-quickcontrols"
+short_desc="Desktop media client for Jellyfin"
+maintainer="Foxlet <foxlet@furcode.co>"
+license="GPL-2.0-only"
+homepage="https://github.com/jellyfin/jellyfin-media-player"
+distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/refs/tags/v${version}.tar.gz>${pkgname}-${version}.tar.gz
+ https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-${_jwc_version}/dist.zip"
+checksum="3c3c91c96c0905ae5984f6d0c86f823807cfe7f1c6b3360350aa5afe8b84f8b0
+ eff3928a20e8123d35233ce82d2ef53e504004b767d98fe3b54e89ee83a2a5c6"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+	cp -r "../../dist" .
+}

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

* Re: New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
  2021-10-01  7:35 ` [PR PATCH] [Updated] " foxlet
@ 2021-11-15  1:33 ` foxlet
  2022-06-06  2:15 ` github-actions
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: foxlet @ 2021-11-15  1:33 UTC (permalink / raw)
  To: ml

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

New comment by foxlet on void-packages repository

https://github.com/void-linux/void-packages/pull/33199#issuecomment-968431235

Comment:
> womm, though due to age is there a new version out yet?

v1.6.1 is still the latest stable version available.

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

* Re: New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
  2021-10-01  7:35 ` [PR PATCH] [Updated] " foxlet
  2021-11-15  1:33 ` foxlet
@ 2022-06-06  2:15 ` github-actions
  2022-06-19  5:06 ` [PR PATCH] [Updated] " foxlet
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-06  2:15 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/33199#issuecomment-1146964372

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] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
                   ` (2 preceding siblings ...)
  2022-06-06  2:15 ` github-actions
@ 2022-06-19  5:06 ` foxlet
  2022-06-19  5:10 ` foxlet
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: foxlet @ 2022-06-19  5:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/33199

New package: jellyfin-media-player
A media client for Jellyfin-based servers. It provides hardware accelerated playback (using mpv) for video codecs that would otherwise not work inside a browser.

#### General
- [x] 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


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

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

From ab6950e7e370ce513e2d53ef905e2d1f053d45da Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Fri, 1 Oct 2021 03:07:00 -0400
Subject: [PATCH 1/2] New package: jellyfin-media-player

---
 srcpkgs/jellyfin-media-player/template | 28 ++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/jellyfin-media-player/template

diff --git a/srcpkgs/jellyfin-media-player/template b/srcpkgs/jellyfin-media-player/template
new file mode 100644
index 000000000000..90d997ba3dcf
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,28 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.6.1
+revision=1
+_jwc_version=10.7.6
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+configure_args="-DQTROOT='${XBPS_CROSS_BASE}/usr' -DCMAKE_BUILD_TYPE='Release'"
+hostmakedepends="pkg-config python3 qt5-qmake qt5-host-tools"
+makedepends="qt5-devel qt5-webchannel-devel qt5-declarative-devel qt5-webengine-devel
+ qt5-location-devel qt5-x11extras-devel SDL2-devel mpv-devel libcec-devel zlib-devel"
+depends="qt5-quickcontrols"
+short_desc="Desktop media client for Jellyfin"
+maintainer="Foxlet <foxlet@furcode.co>"
+license="GPL-2.0-only"
+homepage="https://github.com/jellyfin/jellyfin-media-player"
+distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/refs/tags/v${version}.tar.gz>${pkgname}-${version}.tar.gz
+ https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-${_jwc_version}/dist.zip"
+checksum="3c3c91c96c0905ae5984f6d0c86f823807cfe7f1c6b3360350aa5afe8b84f8b0
+ eff3928a20e8123d35233ce82d2ef53e504004b767d98fe3b54e89ee83a2a5c6"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+	cp -r "../../dist" .
+}

From 778c25505a5c65ebd8b734e6b75bcf1b451eec05 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Sun, 19 Jun 2022 01:06:13 -0400
Subject: [PATCH 2/2] jellyfin-media-player: update to 1.7.0

---
 srcpkgs/jellyfin-media-player/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jellyfin-media-player/template b/srcpkgs/jellyfin-media-player/template
index 90d997ba3dcf..b4e6005d639d 100644
--- a/srcpkgs/jellyfin-media-player/template
+++ b/srcpkgs/jellyfin-media-player/template
@@ -1,8 +1,8 @@
 # Template file for 'jellyfin-media-player'
 pkgname=jellyfin-media-player
-version=1.6.1
+version=1.7.0
 revision=1
-_jwc_version=10.7.6
+_jwc_version=10.8.0
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
@@ -17,8 +17,8 @@ license="GPL-2.0-only"
 homepage="https://github.com/jellyfin/jellyfin-media-player"
 distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/refs/tags/v${version}.tar.gz>${pkgname}-${version}.tar.gz
  https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-${_jwc_version}/dist.zip"
-checksum="3c3c91c96c0905ae5984f6d0c86f823807cfe7f1c6b3360350aa5afe8b84f8b0
- eff3928a20e8123d35233ce82d2ef53e504004b767d98fe3b54e89ee83a2a5c6"
+checksum="08cbe5ca660a1c14d05f71404dcca9c893a0a2aa4b31d5b69e04b203f577bbd4
+ 3fb94bd9ae827a3391c4d89efea9ada1e646d279b265b2e3abc9787560c954b5"
 
 post_extract() {
 	cd "${pkgname}-${version}"

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

* Re: New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
                   ` (3 preceding siblings ...)
  2022-06-19  5:06 ` [PR PATCH] [Updated] " foxlet
@ 2022-06-19  5:10 ` foxlet
  2022-09-18  2:14 ` github-actions
  2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: foxlet @ 2022-06-19  5:10 UTC (permalink / raw)
  To: ml

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

New comment by foxlet on void-packages repository

https://github.com/void-linux/void-packages/pull/33199#issuecomment-1159618527

Comment:
Package has been updated for the new 1.7.0 release...

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

* Re: New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
                   ` (4 preceding siblings ...)
  2022-06-19  5:10 ` foxlet
@ 2022-09-18  2:14 ` github-actions
  2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-09-18  2:14 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/33199#issuecomment-1250175439

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] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: jellyfin-media-player
  2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
                   ` (5 preceding siblings ...)
  2022-09-18  2:14 ` github-actions
@ 2022-10-02  2:15 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-10-02  2:15 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: jellyfin-media-player
https://github.com/void-linux/void-packages/pull/33199

Description:
A media client for Jellyfin-based servers. It provides hardware accelerated playback (using mpv) for video codecs that would otherwise not work inside a browser.

#### General
- [x] 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


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

end of thread, other threads:[~2022-10-02  2:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01  7:14 [PR PATCH] New package: jellyfin-media-player foxlet
2021-10-01  7:35 ` [PR PATCH] [Updated] " foxlet
2021-11-15  1:33 ` foxlet
2022-06-06  2:15 ` github-actions
2022-06-19  5:06 ` [PR PATCH] [Updated] " foxlet
2022-06-19  5:10 ` foxlet
2022-09-18  2:14 ` github-actions
2022-10-02  2:15 ` [PR PATCH] [Closed]: " 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).