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

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