Search Criteria
Package Details: sublime-music-git v0.11.16.r49.g430895e-1
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 native Subsonic/Airsonic/*sonic client for Linux. Built using Python and GTK+. |
Upstream URL: | https://sublimemusic.app |
Licenses: | GPL3 |
Conflicts: | sublime-music |
Provides: | sublime-music |
Submitter: | sumner |
Maintainer: | exu |
Last Packager: | exu |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-01 17:11 (UTC) |
Last Updated: | 2023-01-14 13:12 (UTC) |
Dependencies (21)
- python (python32AUR, python37AUR, python310AUR)
- python-bleach
- python-dataclasses-jsonAUR
- python-dateutil
- python-deepdiff
- python-gobject (python-gobject-gitAUR)
- python-levenshtein
- python-mpv (python-mpv-gitAUR)
- python-peewee
- python-requests
- python-semver
- python-thefuzzAUR (python-thefuzz-gitAUR)
- python-flit (make)
- python-pip (make)
- python-sphinx (python-sphinx-gitAUR, python-sphinx71AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- libnm-glib (optional) – for changing the Subsonic server address depending on what SSID you are connected to
- libnotify (libnotify-gtk2AUR, libnotify-gitAUR) (optional) – for system song notification support
- python-bottle (optional) – support for casting downloaded files to Chromecasts on the same LAN
- python-keyring (optional) – support for storing passwords in the system keyring
- Show 1 more dependencies...
Latest Comments
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.