Search Criteria
Package Details: sublime-music-git 0.12.0.r17.g0b4ba69-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sublime-music-git.git (read-only, click to copy) |
---|---|
Package Base: | sublime-music-git |
Description: | A Subsonic/Airsonic/*sonic client |
Upstream URL: | https://github.com/sublime-music/sublime-music |
Licenses: | GPL-3.0-or-later |
Conflicts: | sublime-music |
Provides: | sublime-music |
Submitter: | sumner |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 2 |
Popularity: | 0.001968 |
First Submitted: | 2020-08-01 17:11 (UTC) |
Last Updated: | 2024-06-04 13:37 (UTC) |
Dependencies (22)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-bleach
- python-bottle
- python-dataclasses-jsonAUR
- python-dateutil
- python-deepdiff
- python-mpv (python-mpv-gitAUR)
- python-peewee
- python-pychromecastAUR (python-pychromecast-gitAUR)
- python-requests
- python-semver
- python-thefuzzAUR (python-thefuzz-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-flit (make)
- python-installer (python-installer-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-wheel (make)
- Show 2 more dependencies...
Latest Comments
adam900710 commented on 2024-05-02 05:32 (UTC)
Failed to play any music due to an exception raised from mpv part:
exu commented on 2023-01-13 08:38 (UTC)
Updated the PKGBUILD again to get it builing once more. (change from poetry to flit)
The code lives on github now, so I changed that as well.
exu commented on 2022-12-09 08:51 (UTC) (edited on 2022-12-09 10:32 (UTC) by exu)
I did some patching of the current PKGBUILD. Now the package builds again, though there's still stuff to update or remove.
Edit: Changed the patch below again after making some more changes and fixing what I broke previously.
sumner commented on 2020-11-24 15:52 (UTC)
dataclasses
should be built-in to Python 3.8...halcek commented on 2020-11-24 15:47 (UTC) (edited on 2020-11-24 15:49 (UTC) by halcek)
@sumner Oh! I think it may be because
python-dataclasses
is not declared a dependency ofpython-dataclasses-json
?sumner commented on 2020-11-24 03:17 (UTC)
That is strange... Those should all be dependencies of
python-dataclasses-json
, so Sublime Music should require those through its dependency onpython-dataclasses-json
.halcek commented on 2020-11-22 16:18 (UTC) (edited on 2020-11-22 16:18 (UTC) by halcek)
@sumner Thank you. That fixes it for x86_64, but I have found that adding
'python-dataclasses' 'python-marshmallow-enum' 'python-stringcase'
as dependencies will also make it work on theaarch64
architecture too.sumner commented on 2020-11-22 00:13 (UTC)
@halcek, should be fixed now.
halcek commented on 2020-11-21 22:49 (UTC)
I am getting the error:
python: can't open file 'setup.py': [Errno 2] No such file, or directory
, when I try to makepkg it.