Search Criteria
Package Details: fooyin 0.8.1-2
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://github.com/ludouzi/fooyin |
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: | 15 |
Popularity: | 3.04 |
First Submitted: | 2024-01-24 02:38 (UTC) |
Last Updated: | 2024-10-22 00:48 (UTC) |
Dependencies (27)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR)
- kdsingleapplication
- libvgm-player-gitAUR
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- qt6-tools
- taglib (taglib-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- icu (icu-gitAUR) (make)
- libarchive (libarchive-gitAUR) (make)
- libebur128 (libebur128-gitAUR) (make)
- libgme (libgme-vgmplay-gitAUR, game_music_emu-kode54-gitAUR, libgme-gitAUR) (make)
- libopenmpt (libopenmpt-svnAUR) (make)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- Show 7 more dependencies...
Latest Comments
1 2 3 Next › Last »
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 谢谢反馈,已经按照你的建议进行了修改。
miffe commented on 2024-08-28 11:55 (UTC)
Needs git in makedepends
ZhangHua commented on 2024-08-28 11:03 (UTC)
The second problem is that libvgm-player-git should be set to
depends
, you can runldd /usr/lib/fooyin/plugins/fyplugin_vgminput.so
to find that it links tolibvgm-player.so
dynamically. If libvgm-player is removed after building fooyin, this library will not be initialized successfully, you can check plugin list in settings to find that.ZhangHua commented on 2024-08-28 10:40 (UTC) (edited on 2024-08-28 10:51 (UTC) by ZhangHua)
Please add
git
intomakedepends
or we will see thatmakechrootpkg
indevtools
complains that it cannot handle git protocol.What's more, may you consider using archive instead git repository? An archive is a repository workspace only and it saves space on large repository. What's more, using archive can build this package with
makechrootpkg
withoutgit
installed. You can setand update checksum to use archive instead git repo. If you choose to use archive, please also update
"${srcdir}/${pkgname}.git"
inPKGBUILD
with"${srcdir}/${pkgname}-${pkgver}"
.Please also note that archive does not contain any git submodule, but it has
3rdparty/libvgm
only, as you build this package with system libvgm, I think this is not a big problem.djustice commented on 2024-08-27 20:56 (UTC)
0.6.0 builds but requires libvgm*git (aur) as deps.
zxp19821005 commented on 2024-07-03 00:00 (UTC)
@ZhangHua 谢谢反馈,已修复。
ZhangHua commented on 2024-07-01 11:22 (UTC)
@zxp19821005 Oh no, it is my fault that I misspelled, the correct arguments to cmake is
-DBUILD_WERROR=ON
and-DINSTALL_HEADERS=ON
. Please correct it so we can build this package successfully.What's more, it seems that you still do not remove
!strip
inPKGBUILD
, which may result worse performance and larger space usage in final binary installed on users' computer.zxp19821005 commented on 2024-07-01 04:37 (UTC)
@ZhangHua 感谢你的建议,已经按照你的建议进行了修改并更新了版本。
1 2 3 Next › Last »