Search Criteria
Package Details: sonata-git 1.7.0.r11.g48f7456-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sonata-git.git (read-only, click to copy) |
---|---|
Package Base: | sonata-git |
Description: | Elegant GTK+3 music client for MPD (Git Version) |
Upstream URL: | https://github.com/multani/sonata |
Licenses: | GPL3 |
Conflicts: | sonata, sonata-svn |
Provides: | sonata |
Submitter: | Florian |
Maintainer: | intensity |
Last Packager: | Florian |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-06 13:20 (UTC) |
Last Updated: | 2022-04-06 16:04 (UTC) |
Dependencies (8)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject (python-gobject-gitAUR)
- python-mpd2 (python-mpd2-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-dbus (optional) – multimedia keys support
- python-tagpyAUR (optional) – metadata editing support
Latest Comments
Florian commented on 2024-05-21 19:05 (UTC)
Hi, I haven't been using sonata in a while, so I've disowned this package. Please feel free to adopt it and update the PKGBUILD.
intensity commented on 2024-05-21 03:05 (UTC)
There's some errors due to python 3.12. I've put an upstream PR here: https://github.com/multani/sonata/pull/153
Until then, we can make these changes:
and here's the python-3.12.patch contents:
Florian commented on 2023-02-07 21:10 (UTC)
Looks like python-setuptools>=67 started to reject version numbers that aren't conformant according to PEP-440 [1]. The git describe --long string is used internally, which is why the package fails to build.
This is not an issue with packaging, please file a bug upstream [2].
[1] https://peps.python.org/pep-0440/ [2] https://github.com/multani/sonata/issues
wooptoo commented on 2023-02-06 09:58 (UTC)
The build seems to fail with: https://gist.github.com/radupotop/f5d62c8c70b231f0e9f043e218004644
eduard commented on 2021-08-30 06:42 (UTC) (edited on 2021-08-30 06:43 (UTC) by eduard)
Add python-setuptools dependency:
Traceback (most recent call last): File "/home/none/.cache/yay/sonata-git/src/sonata/setup.py", line 11, in <module> from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' ==> ERROR: A failure occurred in package(). Aborting... error making: sonata-git
yochananmarqos commented on 2019-12-13 19:59 (UTC) (edited on 2020-04-10 16:59 (UTC) by yochananmarqos)
Please see VCS package guidelines:
Please add a
build()
function per Python package guidelines.Please use https: