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: Fri, 01 Oct 2021 09:35:59 +0200	[thread overview]
Message-ID: <20211001073559.J7X0BLbgrr3cH7VkWhnaS_8maBEnTXpH2f0spFe-aE4@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?
- [ ] 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" .
+}

  reply	other threads:[~2021-10-01  7:35 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 ` foxlet [this message]
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

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=20211001073559.J7X0BLbgrr3cH7VkWhnaS_8maBEnTXpH2f0spFe-aE4@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).