Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
@ 2023-08-30 19:40 ` inalone
  2023-08-30 20:20 ` inalone
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-08-30 19:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

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

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

From 80971cf427a56b818bf1d5794ecd3a17a1435b61 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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 0000000000000..62e2361628eb7
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,24 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+revision=1
+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="inalone <me@inal.one>"
+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"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+}

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

* [PR PATCH] New package: jellyfin-media-player-1.9.1
@ 2023-08-30 20:20 inalone
  2023-08-30 19:40 ` [PR PATCH] [Updated] " inalone
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: inalone @ 2023-08-30 20:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

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

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

From 80971cf427a56b818bf1d5794ecd3a17a1435b61 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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 0000000000000..62e2361628eb7
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,24 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+revision=1
+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="inalone <me@inal.one>"
+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"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+}

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
  2023-08-30 19:40 ` [PR PATCH] [Updated] " inalone
@ 2023-08-30 20:20 ` inalone
  2023-09-11  8:56 ` inalone
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-08-30 20:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

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

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

From 80971cf427a56b818bf1d5794ecd3a17a1435b61 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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 0000000000000..62e2361628eb7
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,24 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+revision=1
+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="inalone <me@inal.one>"
+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"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+}

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
  2023-08-30 19:40 ` [PR PATCH] [Updated] " inalone
  2023-08-30 20:20 ` inalone
@ 2023-09-11  8:56 ` inalone
  2023-09-11  9:08 ` inalone
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-09-11  8:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

From 80971cf427a56b818bf1d5794ecd3a17a1435b61 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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 0000000000000..62e2361628eb7
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,24 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+revision=1
+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="inalone <me@inal.one>"
+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"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+}

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (2 preceding siblings ...)
  2023-09-11  8:56 ` inalone
@ 2023-09-11  9:08 ` inalone
  2023-09-11  9:09 ` inalone
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-09-11  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

From 80971cf427a56b818bf1d5794ecd3a17a1435b61 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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 0000000000000..62e2361628eb7
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,24 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+revision=1
+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="inalone <me@inal.one>"
+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"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+}

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (3 preceding siblings ...)
  2023-09-11  9:08 ` inalone
@ 2023-09-11  9:09 ` inalone
  2023-10-12 10:23 ` chrysos349
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-09-11  9:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

From 92dc0d8e1fe7eff2b6af44923b69cbac3e32ea20 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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 0000000000000..62e2361628eb7
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,24 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+revision=1
+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="inalone <me@inal.one>"
+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"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+}

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (4 preceding siblings ...)
  2023-09-11  9:09 ` inalone
@ 2023-10-12 10:23 ` chrysos349
  2023-10-12 19:02 ` inalone
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: chrysos349 @ 2023-10-12 10:23 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1759338239

Comment:
@inalone

> This PR is largely a revival of #33199 .

why did you leave out the web interface? it's present in the old template you mentioned. the package is incomplete without it.

the latest version is here --> https://repo.jellyfin.org/releases/server/portable/stable/web/

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (5 preceding siblings ...)
  2023-10-12 10:23 ` chrysos349
@ 2023-10-12 19:02 ` inalone
  2023-10-12 19:02 ` inalone
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-12 19:02 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1760214020

Comment:
> @inalone
> 
> > This PR is largely a revival of #33199 .
> 
> why did you leave out the web interface? it's present in the old template you mentioned. the package is incomplete without it.
> 
> the latest version is here --> https://repo.jellyfin.org/releases/server/portable/stable/web/

I will add it back to the template when I get some free time to do so - I removed it at Jellyfin Media Player no longer relies on it like it used to, and due to the moving of repository.

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (6 preceding siblings ...)
  2023-10-12 19:02 ` inalone
@ 2023-10-12 19:02 ` inalone
  2023-10-12 19:24 ` chrysos349
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-12 19:02 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1760214020

Comment:
> @inalone
> 
> > This PR is largely a revival of #33199 .
> 
> why did you leave out the web interface? it's present in the old template you mentioned. the package is incomplete without it.
> 
> the latest version is here --> https://repo.jellyfin.org/releases/server/portable/stable/web/

I will add it back to the template when I get some free time to do so - I removed it as Jellyfin Media Player no longer relies on it like it used to, and due to the moving of repository.

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (7 preceding siblings ...)
  2023-10-12 19:02 ` inalone
@ 2023-10-12 19:24 ` chrysos349
  2023-10-14 10:16 ` inalone
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: chrysos349 @ 2023-10-12 19:24 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1760242061

Comment:
> Jellyfin Media Player no longer relies on it

nope.

the official instructions include the step of running the script which downloads the web interface.
see here --> https://github.com/jellyfin/jellyfin-media-player#building-at-a-glance-linux

official deb packages also include the web interface.

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (8 preceding siblings ...)
  2023-10-12 19:24 ` chrysos349
@ 2023-10-14 10:16 ` inalone
  2023-10-14 10:39 ` [PR PATCH] [Updated] " inalone
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-14 10:16 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1762786484

Comment:
I agree now that it should be included - the application has been specifically made recently to not rely on it for usage, but I agree that for the sake of packaging for a distribution we should include it. I am now working on this.

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (9 preceding siblings ...)
  2023-10-14 10:16 ` inalone
@ 2023-10-14 10:39 ` inalone
  2023-10-14 10:40 ` inalone
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-14 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

From 79663464847b514311ff432e3e89d6c039ae81b0 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 srcpkgs/jellyfin-media-player/template | 29 ++++++++++++++++++++++++++
 1 file changed, 29 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 0000000000000..188e2ec6b4c07
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,29 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+_web_version=10.8.11
+revision=1
+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="inalone <me@inal.one>"
+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://repo.jellyfin.org/releases/server/portable/stable/web/jellyfin-web_${_web_version}_portable.tar.gz"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde
+  e78dd5c14e7929193478a350a79d5e9d52a27b0405b6080a7e556f608b89d764"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+	ls ../../ -al
+	cp -r "../../jellyfin-web_${_web_version}" .
+}

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (10 preceding siblings ...)
  2023-10-14 10:39 ` [PR PATCH] [Updated] " inalone
@ 2023-10-14 10:40 ` inalone
  2023-10-14 10:40 ` [PR PATCH] [Updated] " inalone
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-14 10:40 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1762814351

Comment:
Web interface now added.

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (11 preceding siblings ...)
  2023-10-14 10:40 ` inalone
@ 2023-10-14 10:40 ` inalone
  2023-10-14 13:23 ` chrysos349
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-14 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

From f48a62d71fc74d5ab9bf3adda4e82e3eee2d4d63 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 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 0000000000000..4758b84f94db8
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,28 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+_web_version=10.8.11
+revision=1
+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="inalone <me@inal.one>"
+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://repo.jellyfin.org/releases/server/portable/stable/web/jellyfin-web_${_web_version}_portable.tar.gz"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde
+  e78dd5c14e7929193478a350a79d5e9d52a27b0405b6080a7e556f608b89d764"
+
+post_extract() {
+	cd "${pkgname}-${version}"
+	mkdir -p build
+	cd build
+	cp -r "../../jellyfin-web_${_web_version}" .
+}

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (12 preceding siblings ...)
  2023-10-14 10:40 ` [PR PATCH] [Updated] " inalone
@ 2023-10-14 13:23 ` chrysos349
  2023-10-14 13:31 ` chrysos349
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: chrysos349 @ 2023-10-14 13:23 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1762893316

Comment:
> Web interface now added.

you added the link, but didn't add it properly to the package. it's absent in the compiled package.

Other suggestions:
`-DQTROOT='${XBPS_CROSS_BASE}/usr'` - not needed
`qt5-devel` is not needed because it will be pulled by other qt5-* deps.

```
https://repo.jellyfin.org/releases/server/portable/stable/web/jellyfin-web_${_web_version}_portable.tar.gz
```
this is the dynamic link for the web interface. next time it updates. the file won't be found.
here is the proper link

```
https://repo.jellyfin.org/releases/server/portable/versions/stable/web/${_ver}/jellyfin-web_${_ver}_portable.tar.gz
```

Below is a refactored template and a patch, which disables update checking, because it doesn't make any sens for our use. It works, and crossbuilds.

TEMPLATE
```
# Template file for 'jellyfin-media-player'
pkgname=jellyfin-media-player
version=1.9.1
_ver=10.8.11
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=Release -DLINUX_X11POWER=ON
 -DOpenGL_GL_PREFERENCE=GLVND"
hostmakedepends="pkg-config python3 qt5-host-tools qt5-qmake"
makedepends="SDL2-devel libcec-devel mpv-devel qt5-declarative-devel
 qt5-location-devel qt5-webchannel-devel qt5-webengine-devel qt5-x11extras-devel
 zlib-devel"
depends="qt5-quickcontrols"
short_desc="Desktop media client for Jellyfin"
maintainer="inalone <me@inal.one>"
license="GPL-2.0-only"
homepage="https://github.com/jellyfin/jellyfin-media-player"
distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/v${version}.tar.gz
 https://repo.jellyfin.org/releases/server/portable/versions/stable/web/${_ver}/jellyfin-web_${_ver}_portable.tar.gz"
checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde
 e78dd5c14e7929193478a350a79d5e9d52a27b0405b6080a7e556f608b89d764"

post_extract() {
	mv ${pkgname}-${version}/* .
	mkdir -p build/dist
	mv jellyfin-web_*/* build/dist
}
```

PATCH

```
diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json
index 20fff81..9979de5 100644
--- a/resources/settings/settings_description.json
+++ b/resources/settings/settings_description.json
@@ -118,7 +118,7 @@
       },
       {
         "value": "checkForUpdates",
-        "default": true
+        "default": false
       },
       {
         "value": "enableInputRepeat",
```

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (13 preceding siblings ...)
  2023-10-14 13:23 ` chrysos349
@ 2023-10-14 13:31 ` chrysos349
  2023-10-14 18:34 ` [PR PATCH] [Updated] " inalone
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: chrysos349 @ 2023-10-14 13:31 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1762893316

Comment:
> Web interface now added.

you added the link, but didn't add it properly to the package. it's absent in the compiled package.

Other suggestions:
`-DQTROOT='${XBPS_CROSS_BASE}/usr'` - not needed
`qt5-devel` is not needed because it will be pulled by other qt5-* deps.

```
https://repo.jellyfin.org/releases/server/portable/stable/web/jellyfin-web_${_web_version}_portable.tar.gz
```
this is the dynamic link for the web interface. next time it updates. the file won't be found.
here is the proper link

```
https://repo.jellyfin.org/releases/server/portable/versions/stable/web/${_ver}/jellyfin-web_${_ver}_portable.tar.gz
```

Below is a refactored template and a patch, which disables update checking, because it doesn't make any sense for our use. It works, and crossbuilds.

TEMPLATE
```
# Template file for 'jellyfin-media-player'
pkgname=jellyfin-media-player
version=1.9.1
_ver=10.8.11
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=Release -DLINUX_X11POWER=ON
 -DOpenGL_GL_PREFERENCE=GLVND"
hostmakedepends="pkg-config python3 qt5-host-tools qt5-qmake"
makedepends="SDL2-devel libcec-devel mpv-devel qt5-declarative-devel
 qt5-location-devel qt5-webchannel-devel qt5-webengine-devel qt5-x11extras-devel
 zlib-devel"
depends="qt5-quickcontrols"
short_desc="Desktop media client for Jellyfin"
maintainer="inalone <me@inal.one>"
license="GPL-2.0-only"
homepage="https://github.com/jellyfin/jellyfin-media-player"
distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/v${version}.tar.gz
 https://repo.jellyfin.org/releases/server/portable/versions/stable/web/${_ver}/jellyfin-web_${_ver}_portable.tar.gz"
checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde
 e78dd5c14e7929193478a350a79d5e9d52a27b0405b6080a7e556f608b89d764"

post_extract() {
	mv ${pkgname}-${version}/* .
	mkdir -p build/dist
	mv jellyfin-web_*/* build/dist
}
```

PATCH

```
diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json
index 20fff81..9979de5 100644
--- a/resources/settings/settings_description.json
+++ b/resources/settings/settings_description.json
@@ -118,7 +118,7 @@
       },
       {
         "value": "checkForUpdates",
-        "default": true
+        "default": false
       },
       {
         "value": "enableInputRepeat",
```

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

* Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (14 preceding siblings ...)
  2023-10-14 13:31 ` chrysos349
@ 2023-10-14 18:34 ` inalone
  2023-10-14 18:34 ` inalone
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-14 18:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/inalone/void-packages jellyfin-media-player
https://github.com/void-linux/void-packages/pull/45830

New package: jellyfin-media-player-1.9.1
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

From 3080afb22cf4b362ff9b67f77b04a32437c42bc0 Mon Sep 17 00:00:00 2001
From: inalone <me@inal.one>
Date: Wed, 30 Aug 2023 20:24:48 +0100
Subject: [PATCH] New package: jellyfin-media-player-1.9.1

---
 .../patches/disable-auto-update.patch         | 13 +++++++++
 srcpkgs/jellyfin-media-player/template        | 27 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/jellyfin-media-player/patches/disable-auto-update.patch
 create mode 100644 srcpkgs/jellyfin-media-player/template

diff --git a/srcpkgs/jellyfin-media-player/patches/disable-auto-update.patch b/srcpkgs/jellyfin-media-player/patches/disable-auto-update.patch
new file mode 100644
index 0000000000000..dd56d71f90751
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/patches/disable-auto-update.patch
@@ -0,0 +1,13 @@
+diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json
+index 20fff81..9979de5 100644
+--- a/resources/settings/settings_description.json
++++ b/resources/settings/settings_description.json
+@@ -118,7 +118,7 @@
+       },
+       {
+         "value": "checkForUpdates",
+-        "default": true
++        "default": false
+       },
+       {
+         "value": "enableInputRepeat",
diff --git a/srcpkgs/jellyfin-media-player/template b/srcpkgs/jellyfin-media-player/template
new file mode 100644
index 0000000000000..034d66dfb7fd0
--- /dev/null
+++ b/srcpkgs/jellyfin-media-player/template
@@ -0,0 +1,27 @@
+# Template file for 'jellyfin-media-player'
+pkgname=jellyfin-media-player
+version=1.9.1
+_ver=10.8.11
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DLINUX_X11POWER=ON
+ -DOpenGL_GL_PREFERENCE=GLVND"
+hostmakedepends="pkg-config python3 qt5-host-tools qt5-qmake"
+makedepends="SDL2-devel libcec-devel mpv-devel qt5-declarative-devel
+ qt5-location-devel qt5-webchannel-devel qt5-webengine-devel qt5-x11extras-devel
+ zlib-devel"
+depends="qt5-quickcontrols"
+short_desc="Desktop media client for Jellyfin"
+maintainer="inalone <me@inal.one>"
+license="GPL-2.0-only"
+homepage="https://github.com/jellyfin/jellyfin-media-player"
+distfiles="https://github.com/jellyfin/jellyfin-media-player/archive/v${version}.tar.gz
+ https://repo.jellyfin.org/releases/server/portable/versions/stable/web/${_ver}/jellyfin-web_${_ver}_portable.tar.gz"
+checksum="8d119bb78e897ace3041cf332114a79c51be4d8e0cc8c68f5745fd588c2b9bde
+ e78dd5c14e7929193478a350a79d5e9d52a27b0405b6080a7e556f608b89d764"
+
+post_extract() {
+	mv ${pkgname}-${version}/* .
+	mkdir -p build/dist
+	mv jellyfin-web_*/* build/dist
+}

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (15 preceding siblings ...)
  2023-10-14 18:34 ` [PR PATCH] [Updated] " inalone
@ 2023-10-14 18:34 ` inalone
  2024-01-13  1:46 ` github-actions
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2023-10-14 18:34 UTC (permalink / raw)
  To: ml

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

New comment by inalone on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1763120402

Comment:
Have now used the refactored template and added the patch. Thank you for putting so much effort and time into making those :) 

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (16 preceding siblings ...)
  2023-10-14 18:34 ` inalone
@ 2024-01-13  1:46 ` github-actions
  2024-01-13  1:47 ` chrysos349
  2024-04-04 22:36 ` [PR PATCH] [Closed]: " inalone
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2024-01-13  1:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1890242829

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

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

* Re: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (17 preceding siblings ...)
  2024-01-13  1:46 ` github-actions
@ 2024-01-13  1:47 ` chrysos349
  2024-04-04 22:36 ` [PR PATCH] [Closed]: " inalone
  19 siblings, 0 replies; 21+ messages in thread
From: chrysos349 @ 2024-01-13  1:47 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/45830#issuecomment-1890243495

Comment:
bump

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

* Re: [PR PATCH] [Closed]: New package: jellyfin-media-player-1.9.1
  2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
                   ` (18 preceding siblings ...)
  2024-01-13  1:47 ` chrysos349
@ 2024-04-04 22:36 ` inalone
  19 siblings, 0 replies; 21+ messages in thread
From: inalone @ 2024-04-04 22:36 UTC (permalink / raw)
  To: ml

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

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

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

Description:
<!-- 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 [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, x86_64 glibc

This PR is largely a revival of https://github.com/void-linux/void-packages/pull/33199 .

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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 20:20 [PR PATCH] New package: jellyfin-media-player-1.9.1 inalone
2023-08-30 19:40 ` [PR PATCH] [Updated] " inalone
2023-08-30 20:20 ` inalone
2023-09-11  8:56 ` inalone
2023-09-11  9:08 ` inalone
2023-09-11  9:09 ` inalone
2023-10-12 10:23 ` chrysos349
2023-10-12 19:02 ` inalone
2023-10-12 19:02 ` inalone
2023-10-12 19:24 ` chrysos349
2023-10-14 10:16 ` inalone
2023-10-14 10:39 ` [PR PATCH] [Updated] " inalone
2023-10-14 10:40 ` inalone
2023-10-14 10:40 ` [PR PATCH] [Updated] " inalone
2023-10-14 13:23 ` chrysos349
2023-10-14 13:31 ` chrysos349
2023-10-14 18:34 ` [PR PATCH] [Updated] " inalone
2023-10-14 18:34 ` inalone
2024-01-13  1:46 ` github-actions
2024-01-13  1:47 ` chrysos349
2024-04-04 22:36 ` [PR PATCH] [Closed]: " inalone

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