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: | 23 |
Popularity: | 3.14 |
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-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR)
- kdsingleapplication
- libvgm-player-git (libvgm-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- qt6-tools
- taglib (taglib-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (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)
- libarchive (libarchive-gitAUR) (optional) – For the libarchive archive plugin
- libebur128 (libebur128-gitAUR) (optional) – For the ReplayGain scanner plugin
- libgme (libgme-gitAUR) (optional) – For the GME audio input plugin
- libopenmpt (libopenmpt-svnAUR) (optional) – For the OpenMPT audio input plugin
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR) (optional) – For the PipeWire audio output plugin
- libsndfile (libsndfile-gitAUR) (optional) – For the GME audio input plugin
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat) (optional) – For the SDL2 audio output plugin
Latest Comments
1 2 3 4 Next › Last »
zxp19821005 commented on 2025-05-16 05:39 (UTC)
@zorbporc There were something wrong with
libvgm-git
before, which was one the the depends of this package, and it's OK now. You can try to install it first, and build this package again.zorbporc commented on 2025-05-16 02:02 (UTC)
I don't know what you mean. Isn't this something broken in the package? can you fix so everyone doesn't have to do this manual intervention?
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.
1 2 3 4 Next › Last »