www-servers/jellyfin-bin: drop old 10.7.1
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
parent
5ca2c41027
commit
8f15da469b
@ -1,6 +1,3 @@
|
||||
DIST jellyfin-bin-10.7.1-server-amd64.deb 37870236 BLAKE2B 49da581371c294d3787eb26796a8578a8c22f285781890891f397095c7279e8ecde9a37c25f7c895e7ba2cd12f54460d43366162db193a4e73155e4fac1c37f5 SHA512 f91d59edbcea0d325910377b8cb59976b0692fd1efff20fcc59d45861ce3787351d6739894238bd9cd41a6ba8ef1d2a2b120312a69b738671d37d074432379f5
|
||||
DIST jellyfin-bin-10.7.1-server-arm64.deb 33818216 BLAKE2B fa8122b70d7702d2484f6c2ca97565bf8c7e27941b235318d46f917acae69f1dac63d95a1ea6adc2bfca21ff5137d353254b14e6bae6a3a0a241386f90482173 SHA512 678e453ef871338a55e0049d9ef42c4bf1dc4e467eae5e577edf363cff9465ec362a6e19a9ecc3d27fe67130430f114fb620672981689e5fc7edf32a376e19fe
|
||||
DIST jellyfin-bin-10.7.1-web.deb 35056504 BLAKE2B 5160f2425fa47973e479d945780c23553867bc90c1ed1d5b861be966d8f6df4c60778dbcbd51782371438b78008576ea3e8417a835e94bd0010d2a2e6846a0a3 SHA512 cb36140b0d65fc7d6de3c568472987aaf7f9c8a244bc136bc21a4f9203ad2c656084060f1161f11d99129abc855efa81f28fc7b269a18e66e3c12b088395beef
|
||||
DIST jellyfin-bin-10.7.2-server-amd64.deb 37875856 BLAKE2B 441ceefb5c3bc38d8670115b9a9ab1953c8fe8c1655129d910b200e23f904955a2e53d4612a10d24c08bc6ced991294deb95ab66a18185f78e2bd2ec5ff9f205 SHA512 8e42d45f3152c605a6fd2ff24afdc3b34b89c1d48dfd4e7eb4cf50b8126f9936920565a17ab43f79219fbdf41efda3dc3f39e9baac4f181116a43dc04a46c1a0
|
||||
DIST jellyfin-bin-10.7.2-server-arm64.deb 33827456 BLAKE2B a3dd894c06c79cebc55efcda22fe91314b029108e9d2f864ff121d52c360d2acb608eb3217da78af64a5513d4963149d991af0eb31c7ef2744d95556fdeefbcf SHA512 4a9b729fe0cbc23a96b8786a64806b136731f43a1f6176f2443f80aca0cc69d35f55d7e911da91ce04a5f89076304b1e00ef840259f6a3c942d6fe65e6d5e614
|
||||
DIST jellyfin-bin-10.7.2-web.deb 35057676 BLAKE2B 824e20dccf5838c01f1b61f806828da9e4aed322858c6661e6efe8edc8166f9e585d7247ccc4efb8ea38adfca2ebe01ec63139bff208ff94ecfb276a802d0253 SHA512 12adefb62f49b42591aa0be7e5f7c119c3a5215885c5b90ea3ff652a074d2a14c964c6dc21a7ddae5b4ad8a45d2c04900cdc4c81495820060e96c4ea4f2a7e6d
|
||||
|
@ -1,107 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="${PN/-bin}"
|
||||
|
||||
if [[ "${PV}" == *_rc* ]]; then
|
||||
# _rc -> ~rc
|
||||
MY_PV="${PV/_rc/~rc}"
|
||||
SRV_SRC="${MY_PN}-server_${MY_PV}"
|
||||
WEB_SRC="${MY_PN}-web_${MY_PV}"
|
||||
RELEASE="stable-rc"
|
||||
else
|
||||
# Add "-1"
|
||||
MY_PV="${PV}"
|
||||
SRV_SRC="${MY_PN}-server_${MY_PV}-1"
|
||||
WEB_SRC="${MY_PN}-web_${MY_PV}-1"
|
||||
RELEASE="stable"
|
||||
fi
|
||||
|
||||
BASE_URI="https://repo.jellyfin.org/releases/server/debian/versions/${RELEASE}"
|
||||
|
||||
inherit unpacker systemd wrapper
|
||||
|
||||
DESCRIPTION="The Free Software Media System"
|
||||
HOMEPAGE="https://jellyfin.org"
|
||||
SRC_URI="
|
||||
amd64? (
|
||||
${BASE_URI}/server/${MY_PV}/${SRV_SRC}_amd64.deb -> ${P}-server-amd64.deb
|
||||
)
|
||||
arm64? (
|
||||
${BASE_URI}/server/${MY_PV}/${SRV_SRC}_arm64.deb -> ${P}-server-arm64.deb
|
||||
)
|
||||
${BASE_URI}/web/${MY_PV}/${WEB_SRC}_all.deb -> ${P}-web.deb
|
||||
"
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
|
||||
DEPEND="
|
||||
!www-servers/jellyfin
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
>=media-video/ffmpeg-4.2.2
|
||||
acct-group/jellyfin
|
||||
acct-user/jellyfin
|
||||
app-crypt/mit-krb5
|
||||
dev-db/sqlite
|
||||
dev-util/lttng-ust
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype
|
||||
"
|
||||
|
||||
QA_PREBUILT="usr/lib/${MY_PN}/bin/*"
|
||||
QA_PRESTRIPPED="${QA_PREBUILT}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${MY_PN}-default.patch"
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
# https://gitlab.com/src_prepare/src_prepare-overlay/-/merge_requests/145
|
||||
if use amd64
|
||||
then
|
||||
unpack_deb "${P}-server-amd64.deb"
|
||||
elif use arm64
|
||||
then
|
||||
unpack_deb "${P}-server-arm64.deb"
|
||||
else
|
||||
die "Unsupported architecture"
|
||||
fi
|
||||
unpack_deb "${P}-web.deb"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# Install the Server part
|
||||
insinto usr/lib/
|
||||
doins -r "usr/lib/${MY_PN}"
|
||||
insinto etc
|
||||
doins -r "etc/${MY_PN}"
|
||||
|
||||
# Install the Web UI part
|
||||
insinto "usr/share/${MY_PN}/web"
|
||||
doins -r "usr/share/${MY_PN}/web"/*
|
||||
|
||||
# Install wrappers
|
||||
make_wrapper "${MY_PN}" "${EPREFIX}/usr/lib/${MY_PN}/bin/${MY_PN}"
|
||||
dosym "${EPREFIX}/usr/bin/${MY_PN}" "${EPREFIX}/usr/bin/${PN}"
|
||||
|
||||
# Install services
|
||||
newinitd "${FILESDIR}/${MY_PN}" "${MY_PN}"
|
||||
doconfd "etc/default/${MY_PN}"
|
||||
dosym "${EPREFIX}/etc/conf.d/${MY_PN}" "${EPREFIX}/etc/default/${MY_PN}"
|
||||
systemd_dounit "lib/systemd/system/${MY_PN}.service"
|
||||
systemd_install_serviced "etc/systemd/system/${MY_PN}.service.d/${MY_PN}.service.conf"
|
||||
|
||||
# Fix permissions
|
||||
chmod +x "${ED}/usr/lib/${MY_PN}"/* || die
|
||||
chmod +x "${ED}/usr/lib/${MY_PN}/bin"/* || die
|
||||
chown -R jellyfin:jellyfin "${ED}/usr/lib/${MY_PN}" || die
|
||||
}
|
Loading…
Reference in New Issue
Block a user