Package Details: fooyin 0.10.7-1

Git Clone URL: https://aur.archlinux.org/fooyin.git (read-only, click to copy)
Package Base: fooyin
Description: A customisable music player.
Upstream URL: https://www.fooyin.org/
Keywords: alsa audio cpp20 customizable ffmpeg linux music music-player qt taglib
Licenses: GPL-3.0-only
Submitter: zxp19821005
Maintainer: zxp19821005 (ZhangHua)
Last Packager: ZhangHua
Votes: 46
Popularity: 3.84
First Submitted: 2024-01-24 02:38 (UTC)
Last Updated: 2026-05-15 02:43 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

ZhangHua commented on 2026-03-31 03:31 (UTC)

@zxp19821005 Actually, there is no need to use git in makedepends if you choose to use system qcoro. Anyway, we can continue building this now, thank you for your maintaining.

zxp19821005 commented on 2026-03-31 03:24 (UTC)

@spiffeeroo @ZhangHua Thanks for your feedback, added it.

ZhangHua commented on 2026-03-31 03:00 (UTC) (edited on 2026-03-31 03:00 (UTC) by ZhangHua)

@zxp19821005 You need to add qcoro in depends. Or cmake will use a qcoro source cloned from git, which will break in a clean chroot environment, because there is no git specified in makedepends. Adding qcoro lets cmake use system qcoro library instead.

Besides, you may consider adding soundtouch in makedepends and optdepends, this will enable building a dsp plugin based on soundtouch.

What's more, libvgm seems not needed anymore, you can consider removing it from depends.

spiffeeroo commented on 2026-03-31 02:31 (UTC)

If you are building in a chroot, this package needs git make dependency in order for it to git clone qcoro. Otherwise, you will get an error, error: could not find git for clone of qcoro-populate.

DaforLynx commented on 2026-03-28 19:24 (UTC)

Fooyin's received a release version 10, just so you're aware

zxp19821005 commented on 2026-01-12 03:58 (UTC)

@ginnokami Thanks for your feedback, fixed it.

ginnokami commented on 2026-01-11 20:54 (UTC)

Would you consider removing the -j"$(nproc)" so that it doesn't override the user's set option in makepkg.conf? See https://wiki.archlinux.org/title/Makepkg#Parallel_compilation for more info if you were unfamiliar with the feature.

zxp19821005 commented on 2025-12-12 02:27 (UTC)

@aldeano Thanks for your feedback, fixed it.

aldeano commented on 2025-12-12 01:18 (UTC)

Got this error installing this package:


[66/510] Building CXX object src/utils/CMakeFiles/fooyin_utils.dir/actions/proxyaction.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: fooyin-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
fooyin - exit status 4

zxp19821005 commented on 2025-10-17 01:22 (UTC)

@carmik All right. Waiting for the upstream to solve the problems.