Github messages for voidlinux
 help / color / mirror / Atom feed
From: inalone <inalone@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: jellyfin-media-player-1.9.1
Date: Sat, 14 Oct 2023 12:39:57 +0200	[thread overview]
Message-ID: <20231014103957.fUGfMjr18C9lhEdlY5z7mYh6NSffP-Pmget5tUuy3Wc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45830@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-10-14 10:39 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 20:20 [PR PATCH] " 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 ` inalone [this message]
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

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=20231014103957.fUGfMjr18C9lhEdlY5z7mYh6NSffP-Pmget5tUuy3Wc@z \
    --to=inalone@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).