Search Criteria
Package Details: fooyin 0.8.1-3
Package Actions
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 |
Last Packager: | zxp19821005 |
Votes: | 21 |
Popularity: | 2.09 |
First Submitted: | 2024-01-24 02:38 (UTC) |
Last Updated: | 2025-04-05 21:59 (UTC) |
Dependencies (27)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- kdsingleapplication
- libvgm-player-git (libvgm-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- qt6-tools
- taglib (taglib-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- icu (icu-gitAUR) (make)
- libarchive (libarchive-gitAUR) (make)
- libebur128 (libebur128-gitAUR) (make)
- libgme (libgme-gitAUR) (make)
- libopenmpt (libopenmpt-svnAUR) (make)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- Show 7 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
zxp19821005 commented on 2025-04-27 02:03 (UTC)
@zorbporc You just need to change
stdbool.h
to_stdbool.h
when you complielibvgm-git
.zorbporc commented on 2025-04-26 00:37 (UTC) (edited on 2025-04-26 00:38 (UTC) by zorbporc)
The pkgbuild is broken. I cannot install the program
rm: cannot remove '/home/zeebpc/.cache/yay/libvgm-git/pkg/libvgm-player-git/usr/include/vgm/stdbool.h': No such file or directory ==> ERROR: A failure occurred in package_libvgm-player-git(). Aborting... -> error making: libvgm-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: libvgm-utils-git - exit status 4 libvgm-common-git - exit status 4 libvgm-player-git - exit status 4 libvgm-emu-git - exit status 4 fooyin - exit status 8
Chatgpt says The failure is caused by this line near the end: rm: cannot remove '/home/zeebpc/.cache/yay/libvgm-git/pkg/libvgm-player-git/usr/include/vgm/stdbool.h': No such file or directory ==> ERROR: A failure occurred in package_libvgm-player-git().
So what's happening is:
Fix
This is a bug in the PKGBUILD script. It's trying to clean up a file that doesn't exist — maybe it did in a previous version or was removed from upstream.
The PKGBUILD script is trying to delete a file called stdbool.h during the packaging step, but the file doesn't exist. This causes the packaging process to fail. Why is this happening?
This is likely a bug in the PKGBUILD — maybe it used to install that file, but no longer does, or the install path changed. But the script is still trying to clean it up unconditionally.
mister commented on 2025-02-13 13:36 (UTC)
just in case anyone else comes here with the same problem. There is a bug already reported on the project github.
TL;DR: if fooyin does not work for you, use "QT_STYLE_OVERRIDE=Fusion fooyin" to launch.
zxp19821005 commented on 2025-02-13 08:11 (UTC)
@mister I've no idea about it,too. I'm not a developer, package porting is just my personal hobby.
mister commented on 2025-02-13 08:05 (UTC)
@zxp19821005 I run a full sys upgrade (-Syyuu) every morning. Today Fooyin was working before the upgrade. After upgrading and rebooting the computer, it just core-dumps.
I never rule out the possibility of this being just a "me problem" but I have no idea how to investigate this further.
zxp19821005 commented on 2025-02-13 07:55 (UTC)
@mister I havn't met the problem. I think maybe you should update your system first and try again.
mister commented on 2025-02-13 07:42 (UTC) (edited on 2025-02-13 07:44 (UTC) by mister)
Since the upgrade to plasma 6.3, fooyin no longer works. For me at least:
from dmesg:
zxp19821005 commented on 2024-10-22 00:49 (UTC)
@ImmortAlex Thanks for your feedback,fixed it.
ImmortAlex commented on 2024-10-18 07:03 (UTC)
Why it depends on taglib, but makedepends on taglib1 ?
zxp19821005 commented on 2024-08-29 01:43 (UTC)
@ZhangHua 谢谢反馈,已经按照你的建议进行了修改。
1 2 3 4 Next › Last »