From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A013A158128 for ; Sun, 15 Jun 2025 21:00:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8AFD834261D for ; Sun, 15 Jun 2025 21:00:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 85CA21104D9; Sun, 15 Jun 2025 21:00:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 73B591104D9 for ; Sun, 15 Jun 2025 21:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3478F34261D for ; Sun, 15 Jun 2025 21:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98D8F1F9C for ; Sun, 15 Jun 2025 21:00:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750021190.6a7723e704423541073f7aab6ef72b5fa75b5d20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jellyfin-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jellyfin-bin/jellyfin-bin-10.10.7.ebuild www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1-r1.ebuild www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1.ebuild X-VCS-Directories: www-apps/jellyfin-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a7723e704423541073f7aab6ef72b5fa75b5d20 X-VCS-Branch: master Date: Sun, 15 Jun 2025 21:00:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 950532b6-4d82-470c-8eaa-5e11fff21f99 X-Archives-Hash: 4f260b0b131923551b042917ad8befe1 commit: 6a7723e704423541073f7aab6ef72b5fa75b5d20 Author: Fredrik Eriksson fulh ax> AuthorDate: Sun Jun 15 18:42:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 15 20:59:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7723e7 www-apps/jellyfin-bin: unkeyword 10.11.0_rc1 Unkeyword RC-release and add warning about required database migration. While here: update jellyfin project URL Closes: https://bugs.gentoo.org/958196 Signed-off-by: Fredrik Eriksson fulh.ax> Part-of: https://github.com/gentoo/gentoo/pull/42611 Closes: https://github.com/gentoo/gentoo/pull/42611 Signed-off-by: Sam James gentoo.org> www-apps/jellyfin-bin/jellyfin-bin-10.10.7.ebuild | 2 +- ...10.11.0_rc1.ebuild => jellyfin-bin-10.11.0_rc1-r1.ebuild} | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/www-apps/jellyfin-bin/jellyfin-bin-10.10.7.ebuild b/www-apps/jellyfin-bin/jellyfin-bin-10.10.7.ebuild index 9717d920dc5d..7d7d863581dd 100644 --- a/www-apps/jellyfin-bin/jellyfin-bin-10.10.7.ebuild +++ b/www-apps/jellyfin-bin/jellyfin-bin-10.10.7.ebuild @@ -6,7 +6,7 @@ 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/ +HOMEPAGE="https://jellyfin.org/ https://github.com/jellyfin/jellyfin/" SRC_URI=" diff --git a/www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1.ebuild b/www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1-r1.ebuild similarity index 79% rename from www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1.ebuild rename to www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1-r1.ebuild index 07582006f9fd..77557aad50c2 100644 --- a/www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1.ebuild +++ b/www-apps/jellyfin-bin/jellyfin-bin-10.11.0_rc1-r1.ebuild @@ -6,13 +6,14 @@ 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/ +HOMEPAGE="https://jellyfin.org/ https://github.com/jellyfin/jellyfin/" MY_PV="${PV//_rc/-rc}" if [[ "${PV}" == *"rc"* ]]; then MY_TYPE="preview" else MY_TYPE="stable" + KEYWORDS="-* ~amd64 ~arm64" fi SRC_URI=" arm64? ( @@ -34,7 +35,6 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~arm64" RESTRICT="mirror test" DEPEND="acct-user/jellyfin @@ -79,4 +79,12 @@ src_install() { pkg_postinst() { tmpfiles_process jellyfin.conf + + ewarn "If you are upgrading from a previous version jellyfin will automatically" + ewarn "migrate to the new database backend during first startup. This may take" + ewarn "a long time but must not be aborted or the database could be left in an" + ewarn "inconsistent state." + ewarn "Note that upgrading from versions earlier than 10.10.7 is not supported." + ewarn "For more information see:" + ewarn " https://notes.jellyfin.org/v10.11.0_features#Release-Notes" }