Search Criteria
Package Details: kawaii-player-git v5.0.0.1.r2.g1a12d2d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kawaii-player-git.git (read-only, click to copy) |
---|---|
Package Base: | kawaii-player-git |
Description: | An Audio/Video Manager and Front End for mpv/mplayer along with functionalities of portable media server |
Upstream URL: | None |
Licenses: | GPL3 |
Conflicts: | kawaii-player |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 4 |
Popularity: | 0.000089 |
First Submitted: | 2018-02-26 13:46 (UTC) |
Last Updated: | 2023-11-06 02:48 (UTC) |
Dependencies (28)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpegthumbnailer
- libnotify (libnotify-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR)
- mplayer (mplayer-vaapiAUR, mplayer-gui-svnAUR)
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-build-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-dbus
- python-lxml
- python-mutagen (python-mutagen-gitAUR)
- python-opengl
- python-pillow (python-pillow-gitAUR)
- python-pycurl
- python-pympv-gitAUR
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyqt5-webengine
- python-pytaglibAUR
- qt5-webengine
- sqlite3 (sqlite)
- Show 8 more dependencies...
Latest Comments
eclairevoyant commented on 2023-05-27 00:10 (UTC)
On further thought - better yet you can patch the build scripts (in
prepare()
) to not install the desktop file and you can just install it manuallyJordanPlayz158 commented on 2023-03-20 18:09 (UTC) (edited on 2023-03-20 18:13 (UTC) by JordanPlayz158)
Not sure if this is the best approach but I fixed it with these changes
Although even with the build not failing, there is still the issue that MPV removed some depreciated APIs kawaii-player used, I did attempt to make an appimage but only got the UI working isolated, the appimage still called/relied on mpv from the host system.
eclairevoyant commented on 2022-11-07 06:48 (UTC) (edited on 2022-11-07 07:10 (UTC) by eclairevoyant)
Missing
python-setuptools
in themakedepends
. I also suggest addingpython-opengl-accelerate
to theoptdepends
.Finally, the folder is no longer located under /usr/lib/python3.9/ but is instead 3.10. Instead of hardcoding this value, I suggest referring to the Python package guidelines which shows a better way to determine the location of the
site-packages
folder:then
$site_packages
will have something like/usr/lib/python3.10/site-packages
stored in it (but instead of 3.10 it will be whatever the correct version is).soraxas commented on 2021-02-03 14:40 (UTC) (edited on 2021-02-03 14:41 (UTC) by soraxas)
I experience the same kind of error as @arun321.
You are hardcoding the install script to use python3.8, i.e., "${pkgdir}/usr/lib/python3.8/site-packages". But Arch's system python is currently at python3.9.
And yes as @ghotrix had said there are missing dependencies
ghotrix commented on 2021-02-01 15:39 (UTC)
it also depends on python-opengl and python-pyqt5-webengine during runtime
ghotrix commented on 2021-02-01 15:35 (UTC)
will not build for python other than 3.8, can you make this build Python version agnostic?
arun321 commented on 2019-12-07 13:45 (UTC)
install: cannot stat '/home/xxx/.cache/yay/kawaii-player-git/pkg/kawaii-player-git/usr/lib/python3.7/site-packages/kawaii_player/resources/kawaii-player.desktop': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Error making: kawaii-player-git