www-apps/jellyfin-bin: drop 10.10.5

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2025-02-16 20:16:01 -05:00
parent edfb3422ef
commit 8ca685bcaf
2 changed files with 0 additions and 81 deletions

View File

@@ -1,7 +1,3 @@
DIST jellyfin_10.10.5-amd64-musl.tar.xz 81397808 BLAKE2B 1985323a76da28d94ba4e72144c1fb47ae5e6e5bcc7e0e2d06adcaa8d10ac0ff6f921eb33e787bdde04b7e0736987975f0fa69bb48b0d5fe49ef28b4ba8724dd SHA512 9910e9317a8070f43d155d78200abf0eec2a7edc00d345d8f1e6e42f01de3ca1cbde13cd7c73caa3a713f35ef546bd2943e8af4f02b677570a26b991c7df4f2f
DIST jellyfin_10.10.5-amd64.tar.xz 80572460 BLAKE2B 51b1a96603ad80aa6289d83ac1858b0d08939310189273193a27289a8ea08e020ebd822eb4b801b99291a669a272e5a8ddf406f934710fa7c2bc9e1365d5984b SHA512 154974397fa2bcf1676272c67a670eee993017e112533720cb1c84a01bb416c0cee80c2d3b8b97dca3ff5097125e0ba1c658806498be32a2a3a2ddaced56c925
DIST jellyfin_10.10.5-arm64-musl.tar.xz 76954908 BLAKE2B 83f2675b4132787d45e5199ea93ad43cdfc122264da4c23e8e18304a476421c28c484eb8d10272c7dc365170aafcd2ac328104f85678a3e1060b6a18b5deeb95 SHA512 eab6d11739f99e812afbd71b5f7d26ba71e705c4e45ca8e5d32f6bd87c91737293236303377c58ee44b4084869fa0e0d4a46795dc8732a9b2ecb0fde8c6c5e3d
DIST jellyfin_10.10.5-arm64.tar.xz 76939880 BLAKE2B ed9181d6c701471cc4b18878eaa5c95bb4c9aa3f1b9214467b0a060c35c835fb7c3915af6c8d6b6776a3e7d66fef77f125d3e291cee6946d55f5ded58dea5907 SHA512 2c1822eb69a04373d437c0ed1c75a01e94116f7d295843c17063044d8d281705f733c24e6a20c94193db538f30516445af1869cd0a4e471432857ffea3b5c9f8
DIST jellyfin_10.10.6-amd64-musl.tar.xz 81459308 BLAKE2B fcd00fead1de4dbeb42ef3c3c945c570b92b73333ae07cfef97186e2e46ae39f71efe4ecf4b45e1b422305fd284105b41472cd7f917c6ae40c69bad3518e768c SHA512 d9985a5dbe81b3d724f3db91345e5bf9acfee3d8b8a3e01dce8b9cc070e21eafd3883f567835329e3c7ee74f6bad59770975bc906b4716f4ec55861c9368446b
DIST jellyfin_10.10.6-amd64.tar.xz 80600328 BLAKE2B 755d71161cde0d26dd346722d3cb0b2a29da15b57e965f5b3f15f45f99ac86331ac0517a9893de71c6d30b1b79a842988898acdb498bd28712ad759ef1d825c0 SHA512 f6324839377f321dcc41752fdbf011b04aab4a816de45aaf7bae2d2d352d883c63f028b3410365d946ec3a6585b89bad0d92b76567efe0803fbc7ce749143e55
DIST jellyfin_10.10.6-arm64-musl.tar.xz 77007696 BLAKE2B 377e017d05e746e22f2fbeaf9b857b8a46ac11cd24ccb786def777a95a5adc8c6b23d3db521829da1784d763107323cfb4730ed3f251d579fe782b34947cd23f SHA512 1f86df5f40c98c9c921dfb85e073c3955725532f38c12b767ae58031c4aa4af17f7244f25f5fd8df5cfd41bd5543908ee3318428668eaf52a648ba26835ff92e

View File

@@ -1,77 +0,0 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit pax-utils systemd tmpfiles
DESCRIPTION="Jellyfin puts you in control of managing and streaming your media"
HOMEPAGE="https://jellyfin.readthedocs.io/en/latest/
https://github.com/jellyfin/jellyfin/"
SRC_URI="
arm64? (
elibc_glibc? (
https://repo.jellyfin.org/files/server/linux/stable/v${PV}/arm64/jellyfin_${PV}-arm64.tar.xz
)
elibc_musl? (
https://repo.jellyfin.org/files/server/linux/stable/v${PV}/arm64-musl/jellyfin_${PV}-arm64-musl.tar.xz
)
)
amd64? (
elibc_glibc? (
https://repo.jellyfin.org/files/server/linux/stable/v${PV}/amd64/jellyfin_${PV}-amd64.tar.xz
)
elibc_musl? (
https://repo.jellyfin.org/files/server/linux/stable/v${PV}/amd64-musl/jellyfin_${PV}-amd64-musl.tar.xz
)
)"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
RESTRICT="mirror test"
DEPEND="acct-user/jellyfin
media-libs/fontconfig
sys-libs/zlib"
RDEPEND="${DEPEND}
dev-libs/icu
media-video/ffmpeg[vpx,x264]"
BDEPEND="acct-user/jellyfin"
INST_DIR="/opt/jellyfin"
QA_PREBUILT="${INST_DIR#/}/*.so ${INST_DIR#/}/jellyfin ${INST_DIR#/}/createdump"
src_unpack() {
unpack ${A}
mv jellyfin ${P} || die
}
src_prepare() {
default
# https://github.com/jellyfin/jellyfin/issues/7471
# https://github.com/dotnet/runtime/issues/57784
rm libcoreclrtraceptprovider.so || die
}
src_install() {
keepdir /var/log/jellyfin
fowners jellyfin:jellyfin /var/log/jellyfin
keepdir /etc/jellyfin
fowners jellyfin:jellyfin /etc/jellyfin
insinto ${INST_DIR}
dodir ${INST_DIR}
doins -r "${S}"/*
newtmpfiles - jellyfin.conf <<<"d /var/cache/jellyfin 0775 jellyfin jellyfin -"
chmod 755 "${D}${INST_DIR}/jellyfin"
newinitd "${FILESDIR}/jellyfin.init-r1" "jellyfin"
newconfd "${FILESDIR}"/jellyfin.confd "jellyfin"
systemd_dounit "${FILESDIR}/jellyfin.service"
pax-mark -m "${ED}${INST_DIR}/jellyfin"
}
pkg_postinst() {
tmpfiles_process jellyfin.conf
}