Package Details: finamp 0.9.22_beta-1

Git Clone URL: https://aur.archlinux.org/finamp.git (read-only, click to copy)
Package Base: finamp
Description: An open source Jellyfin music player
Upstream URL: https://github.com/jmshrv/finamp
Licenses: MPL-2.0
Submitter: Maxr1998
Maintainer: Maxr1998
Last Packager: Maxr1998
Votes: 2
Popularity: 0.20
First Submitted: 2024-06-16 15:09 (UTC)
Last Updated: 2025-12-23 10:02 (UTC)

Latest Comments

Maxr1998 commented on 2025-10-20 19:51 (UTC)

Updated the package to 0.9.20. The flutter-tool and flutter-target-linux dependencies have been moved to optdepends, as they are currently outdated, and nowadays the more common approach seems to be to use fvm, which was also added to optdepends. Make sure to set up your environment (flutter distribution, fvm global, PATH) properly when using fvm.

Maxr1998 commented on 2025-09-04 12:10 (UTC) (edited on 2025-09-04 12:10 (UTC) by Maxr1998)

Package has now been updated to 0.9.19. However, it currently won't build with the AUR version of flutter. It appears that a new dependency essentially hardcodes the dart tool path and causes the build to fail.

To temporarily work around this issue, you'll have to create a soft link like this:

sudo ln -s /opt/dart-sdk /usr/lib/flutter/bin/cache/dart-sdk