pacstall / pacstall-programs

Pacstall's official program repository
https://pacstall.dev/packages
MIT License
172 stars 134 forks source link

Broken: jellyfin-media-player-deb #6061

Closed GianlucaHex closed 3 months ago

GianlucaHex commented 3 months ago

Package name

jellyfin-media-player-deb

Version

1.10.1

Pacstall version

5.1.1

Relevant log output

gianluca@gianluca-ThinkPadL15 ~> pacstall -I jellyfin-media-player-deb
(jellyfin-media-player-deb) Do you want to view/edit the pacscript? [y/N] n
[+] INFO: Sourcing pacscript
[!] ERROR: Package does not contain 'source'
[+] INFO: Cleaning up

Patch for package

No response

GianlucaHex commented 3 months ago

This is happening for fsearch-deb and virtualbox-deb too.

Maybe this is caused by #6047 but I'm not sure.

oklopfer commented 3 months ago

This is happening for fsearch-deb and virtualbox-deb too.

Maybe this is caused by #6047 but I'm not sure.

this would indeed be caused by #6047 - can you please describe what you are running on?

GianlucaHex commented 3 months ago

This is happening for fsearch-deb and virtualbox-deb too. Maybe this is caused by #6047 but I'm not sure.

this would indeed be caused by #6047 - can you please describe what you are running on?

lsb_release -a output:

No LSB modules are available.
Distributor ID: Linuxmint
Description:    Linux Mint 21.3
Release:    21.3
Codename:   virginia

uname -a output:

Linux gianluca-ThinkPadL15 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
oklopfer commented 3 months ago

@Rockstar9604 this will be fixed by the linked PR, to allow for easier else selection with DISTRO enhanced arrays. For now, it should be able to work if you edit the pacscripts, comment out all but 1 of the source options, and then remove the enhancements from that array, making it just “source” and “sha256sums”. Also, fsearch-deb’s links are dead, so that one probably won’t work anyways.