Github messages for voidlinux
 help / color / mirror / Atom feed
From: foxlet <foxlet@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: jellyfin-media-player
Date: Sun, 19 Jun 2022 07:06:37 +0200	[thread overview]
Message-ID: <20220619050637.syMIkp0_eb7u474Z_lMkxIfwOV5SeTvlv6TdC1_gg0Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33199@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-06-19  5:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01  7:14 [PR PATCH] " 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 ` foxlet [this message]
2022-06-19  5:10 ` foxlet
2022-09-18  2:14 ` github-actions
2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions

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=20220619050637.syMIkp0_eb7u474Z_lMkxIfwOV5SeTvlv6TdC1_gg0Y@z \
    --to=foxlet@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).