jellyfin / jellyfin-ffmpeg

FFmpeg for Jellyfin
https://jellyfin.org
Other
478 stars 127 forks source link

Arch Linux Package Out of Date by about 2 months #325

Closed Lucas-V-L closed 8 months ago

Lucas-V-L commented 9 months ago

preface: not sure if this is the right place to report this, but i noticed the arch package was already flagged out of date 2 months ago with no action, so i figured id ask here.

Describe The Bug Out of date package on Arch Linux to the point where installation is impossible with regular ffmpeg also installed (which other things depend on, so i cant just remove that). specifically the issue is that the out of date version of jellyfin-ffmpeg depends on an old version of libplacebo and regular ffmpeg depends on a new one.

Steps To Reproduce try to install jellyfin-ffmpeg on an arch linux system with ffmpeg installed

Expected Behavior it installs with no issue

System (please complete the following information):

MediaInfo N/A

Logs trying to install jellyfin-ffmpeg returns the following:

[lucas@lucasvl-pc ~]$ sudo pacman -S jellyfin-ffmpeg
[sudo] password for lucas: 
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libplacebo (5.264.1-4) breaks dependency 'libplacebo.so=338-64' required by ffmpeg

Additional Context if this is the wrong place to report this, please let me know where to go and i will go there. i have already tried manually installing the specified version of libplacebo with no success. here is the package page - https://archlinux.org/packages/extra/x86_64/jellyfin-ffmpeg/ - i do not have an account to report a bug directly on the package and cannot make one.

nyanmisaka commented 9 months ago

@Lucas-V-L jellyfin-ffmpeg isn't an AUR package anymore. I have no access to push updates to it now. So the timeliness of updates depends on community maintainers.

Generally speaking, you only need to edit the jellyfin-ffmpeg version in the PKGBUILD and rebuild the package with makepkg -si.

grawlinson commented 9 months ago

This issue only happens when testing repository is enabled, it doesn’t happen otherwise.

Additonally, the package is out of date because it fails to build from source and I haven’t had time to look into it.

ebkalderon commented 8 months ago

Good news! The extra package has been updated to version 6.0.1-1 (the current latest) since this issue was created.

Lucas-V-L commented 8 months ago

it appears to indeed be fixed! ill close this issue now :)