Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 863866 - www-apps/jellyfin: ~arm64 keyword request
Summary: www-apps/jellyfin: ~arm64 keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Fredrik Eriksson
URL:
Whiteboard:
Keywords: CC-ARCHES, PullRequest
Depends on:
Blocks:
 
Reported: 2022-08-06 01:27 UTC by Andy
Modified: 2022-08-14 15:55 UTC (History)
3 users (show)

See Also:
Package list:
www-apps/jellyfin ~arm64
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy 2022-08-06 01:27:08 UTC
The ebuilds
jellyfin-10.8.3
jellyfin-10.8.1-r2
jellyfin-10.8.1-r1

all holding a link to the arm64 package, but are not keyworded for arm64, only for amd64.

Reproducible: Always

Steps to Reproduce:
1. Try to emerge jellyfish on an arm64 machine
Actual Results:  
All builds masked due to missing keyword

Expected Results:  
Can emerge jellyfin
Comment 1 Fredrik Eriksson 2022-08-08 06:14:21 UTC
I have no system to test this on. Can you verify it installs properly if you manually unmask it by adding "www-apps/jellyfin **" to /etc/portage/package.accept_keywords?
Comment 2 Andy 2022-08-08 15:46:47 UTC
(In reply to Fredrik Eriksson from comment #1)
> I have no system to test this on. Can you verify it installs properly if you
> manually unmask it by adding "www-apps/jellyfin **" to
> /etc/portage/package.accept_keywords?

Firstly, I had to redo the manifest, as the checksum for the package was wrong
DIST jellyfin_10.8.3_arm64.tar.gz 95980670 BLAKE2B c09f4224f0a3b58e8d32ac8ab9169caf9e84cd60f258ba78115a42cc8648e8871b3159502a200b45efebb68bbf856db4a7b8bf8fc7a4310159d523dc69203144 SHA512 664c3a9ab54e654d4d0c809e2d7c3ac802c12dd106674fa4ab5ee805d226a782f0be5b4e8bede2ac0d87ead9382470754230781da3136adc9f697afaf1b30dbd

I added www-apps/jellyfin ** in /etc/portage/package.accept_keywords/www
The emerge was successful afterwards and jellyfin runs as expected.

Only issue I don't get is the ffmpeg use flag requirements in the jellyfin package, why vpx if I don't use vp8/9 codecs and why leave x265 out?
But that's for another bug request
Comment 3 Fredrik Eriksson 2022-08-14 06:22:26 UTC
Thanks,

Should be fixed with 10.8.4.
Comment 4 Larry the Git Cow gentoo-dev 2022-08-14 12:38:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2af1c6ac675a5da354e1a7455ba1f8d1855ed3c

commit f2af1c6ac675a5da354e1a7455ba1f8d1855ed3c
Author:     Fredrik Eriksson <feffe@fulh.ax>
AuthorDate: 2022-08-14 05:50:08 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2022-08-14 12:38:51 +0000

    www-apps/jellyfin: add 10.8.4
    
    Closes: https://bugs.gentoo.org/863866
    Closes: https://bugs.gentoo.org/864945
    Signed-off-by: Fredrik Eriksson <feffe@fulh.ax>
    Closes: https://github.com/gentoo/gentoo/pull/26854
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 www-apps/jellyfin/Manifest               |  2 ++
 www-apps/jellyfin/jellyfin-10.8.4.ebuild | 58 ++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
Comment 5 Andy 2022-08-14 15:55:58 UTC
Thanks, working as expected.