Search Criteria
Package Details: yesplaymusicosd-origin-electron-git 0.4.5.r45.g5e459bd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yesplaymusicosd-origin-git.git (read-only, click to copy) |
---|---|
Package Base: | yesplaymusicosd-origin-git |
Description: | 高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: 支持桌面歌词!(no fork). (with system electrton) |
Upstream URL: | https://github.com/shih-liang/YesPlayMusicOSD |
Licenses: | MIT |
Conflicts: | yesplaymusic, yesplaymusicosd, yesplaymusicosd-electron |
Provides: | yesplaymusic, yesplaymusicosd, yesplaymusicosd-electron |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-09 08:17 (UTC) |
Last Updated: | 2022-12-25 13:12 (UTC) |
Dependencies (21)
- c-ares
- electron13 (electron13-bin)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-nocuda, ffmpeg-nonvidia, ffmpeg-cuda, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-obs)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- http-parser (http-parser-git)
- libappindicator-gtk3 (libappindicator-bzr)
- libevent (libevent-fb, libevent-git)
- libnotify (libnotify-gtk2, libnotify-id, libnotify-git)
- libvpx (libvpx-1.6, libvpx-full-git, libvpx-1.7, libvpx-git)
- libxslt (libxslt-git)
- libxss
- minizip (minizip-git)
- nss (nss-hg)
- re2 (re2-git)
- snappy (snappy-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- libvips (libvips-git) (make)
- node-gyp (make)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin) (make)
- Show 1 more dependencies...
Latest Comments
ZhangHua commented on 2022-12-13 09:34 (UTC)
@Sparky_14145 确实有这个问题。不过我并不熟悉 js 这边,也找不到解决方案。建议向上游项目反映这个问题。
Sparky_14145 commented on 2022-12-12 03:10 (UTC) (edited on 2022-12-12 03:12 (UTC) by Sparky_14145)
貌似现在桌面歌词存在问题,就是在歌曲更换以后,如果新更换的歌曲没有歌词,那么歌词不会自动改变,而是会一直停在更换歌曲时的那一句歌词(直到重启桌面歌词前无论再如何更换歌曲歌词都不会变化,哪怕后来再更换到有歌词的歌曲)?
ZhangHua commented on 2022-08-15 08:12 (UTC)
@kuohuanhuan That's weird because this package works well on my computer. Also, your package will build AppImage and Arch Linux package, that's useless for AUR building. Maybe it is because that you are using npm as package manager? The original repo uses yarn for package management, if you use npm, the
yarn.lock
will be ignored and you may not have proper dependencies installed. Using npm will results apackage-lock.json
which does the same asyarn.lock
, but I don't find it in your repo, so npm will always use the latest version when runnpm install
command and this may results compatibility problems.kuohuanhuan commented on 2022-08-15 07:38 (UTC)
Note that we use a fork repository is 'coz the origin's build settings WRONG.