Github messages for voidlinux
 help / color / mirror / Atom feed
From: Anachron <Anachron@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package Request: Jellyfin
Date: Mon, 12 Jul 2021 20:47:31 +0200	[thread overview]
Message-ID: <20210712184731.Jsv2eWC5xLX3ENAQ4YHKg-76h9TmHhDDGqr5jn-zxXI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-6684@inbox.vuxu.org>

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/6684#issuecomment-878510139

Comment:
WIP of `jellyfin-bin` (I'm tired of trying to build `dotnet` from source ...)

This work on both `x86_64` and `aarch64` (RPI 3B+)

```sh
# Template file for 'jellyfin-bin'
pkgname=jellyfin-bin
version=10.7.6
revision=1
archs="x86_64 aarch64"
wrksrc="jellyfin-${version}"
create_wrksrc=yes
build_style=meta
depends="ffmpeg sqlite icu"
short_desc="Free Software Media System"
maintainer="Anachron <gith@cron.world>"
license="GPL-3.0-or-later"
homepage="https://jellyfin.org"
distfiles="https://repo.jellyfin.org/releases/server/linux/stable/web/jellyfin-web_${version}_portable.tar.gz"
checksum="c714c6357176ce44ca4e3d354875ad7c11578af358cb5fa520a5f29626e5fe00"

system_accounts="_jellyfin"
_jellyfin_homedir="/var/lib/jellyfin"

case "${XBPS_TARGET_MACHINE}" in
  x86_64)
    distfiles+=" https://repo.jellyfin.org/releases/server/linux/stable/server/jellyfin-server_${version}_linux-amd64.tar.gz"
    checksum+=" 883f30229fd97bc6fc8a421dd3c7d358dd821363fd8d9c5ea0283c514dae3cc9"
    ;;
  aarch64)
    distfiles+=" https://repo.jellyfin.org/releases/server/linux/stable/server/jellyfin-server_${version}_linux-arm64.tar.gz"
    checksum+=" ace584ffdde02b685d0d8b9b45a50e84e86422e86c23f11193b56d2a3e43d673"
    ;;
esac

post_extract() {
  mv jellyfin-server_*/* .
  rmdir jellyfin-server_*
  mv jellyfin-web_* jellyfin-web
}

do_install() {
  vmkdir usr/lib/jellyfin
  vcopy . usr/lib/jellyfin
  vsv jellyfin
}

```

  parent reply	other threads:[~2021-07-12 18:47 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-6684@inbox.vuxu.org>
2020-03-17 19:59 ` tesfaye
2020-03-17 20:00 ` tesfaye
2020-03-17 20:01 ` tesfaye
2020-03-17 20:26 ` tesfaye
2020-03-20  7:03 ` Anachron
2020-03-20  7:08 ` Anachron
2020-03-20  9:07 ` Anachron
2020-03-20  9:07 ` Anachron
2020-03-20  9:14 ` Anachron
2020-03-20  9:15 ` Anachron
2020-03-20  9:17 ` Anachron
2020-03-20 10:53 ` Anachron
2020-03-20 13:17 ` Anachron
2020-03-20 17:34 ` Anachron
2020-03-22  3:51 ` tesfaye
2020-03-22  3:51 ` tesfaye
2020-03-22  3:51 ` tesfaye
2020-03-22  3:52 ` tesfaye
2020-03-22  7:26 ` Anachron
2020-03-22 19:22 ` tesfaye
2020-03-23 10:18 ` Johnnynator
2020-07-09  7:51 ` Anachron
2021-07-12 18:47 ` Anachron
2021-07-12 18:47 ` Anachron [this message]
2022-04-15  0:51 ` github-actions
2022-11-23  1:29 ` kjkent
2022-11-23  1:29 ` kjkent
2023-10-18  6:04 ` Anachron

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=20210712184731.Jsv2eWC5xLX3ENAQ4YHKg-76h9TmHhDDGqr5jn-zxXI@z \
    --to=anachron@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).