Looks like upstream switched to a PEP-517-compliant build recently - should be fixed now @frankspace.
Search Criteria
Package Details: puddletag-git 2.3.0.r19.g180463d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/puddletag-git.git (read-only, click to copy) |
---|---|
Package Base: | puddletag-git |
Description: | An audio tag editor for GNU/Linux, git version |
Upstream URL: | https://github.com/puddletag/puddletag |
Keywords: | audio music tag |
Licenses: | GPL-3.0-or-later |
Conflicts: | puddletag |
Provides: | puddletag |
Replaces: | puddletag-qt5-git |
Submitter: | morgenstern |
Maintainer: | morgenstern |
Last Packager: | morgenstern |
Votes: | 32 |
Popularity: | 0.027347 |
First Submitted: | 2020-08-23 06:34 (UTC) |
Last Updated: | 2024-04-29 12:28 (UTC) |
Dependencies (16)
- python-configobj
- python-distro
- python-mutagen (python-mutagen-gitAUR)
- python-pyparsing
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-unidecode
- qt5-svg (qt5-svg-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- chromaprint (chromaprint-gitAUR, chromaprint-fftwAUR) (optional) – AcoustID support
- python-levenshtein (optional) – faster duplicate matching
- python-lxml (optional) – additional tag sources
- quodlibet (quodlibet-gitAUR) (optional) – QuodLibet library support
Required by (0)
Sources (1)
morgenstern commented on 2022-03-30 15:21 (UTC)
frankspace commented on 2022-03-30 14:47 (UTC)
Compilation in a clean chroot (and without any kind of AUR helper) fails unless python-setuptools is installed. May I respectfully suggest adding that to the makedepends array?
morgenstern commented on 2022-01-22 21:36 (UTC)
Fixed.
yochananmarqos commented on 2022-01-22 15:28 (UTC)
This fails to build as there is no source folder. The setup.py
is in the main directory.
morgenstern commented on 2020-10-25 04:44 (UTC)
Fixed, thanks @yochananmarqos
yochananmarqos commented on 2020-10-24 23:33 (UTC) (edited on 2020-10-24 23:34 (UTC) by yochananmarqos)
Please use tags:
pkgver() {
cd "${pkgname}"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
2.0.1.r12.g4ce2b67
morgenstern commented on 2020-08-30 00:35 (UTC) (edited on 2020-08-30 00:35 (UTC) by morgenstern)
Note that Python 3 and Qt5 support is now also available by installing the non-git version of this package --> puddletag.
morgenstern commented on 2020-08-28 05:15 (UTC)
Updated, thanks @yochananmarqos
yochananmarqos commented on 2020-08-26 20:40 (UTC)
@Sanras Yes, this replaces it.
@morgenstern: Speaking of which, these arrays need to be adjusted accordingly:
provides=('puddletag')
conflicts=('puddletag')
replaces=('puddletag-qt5-git')
puddletag-qt5-git
already provided and conflicted with puddletag
, so nothing needed to change there.
Sanras commented on 2020-08-26 18:27 (UTC)
Now that this is qt5 + python 3, I assume I should switch over to this package from puddletag-qt5-git, since that package has been merged into puddletag-git? (I noticed puddletag-qt5-git is now also gone from the AUR)
Pinned Comments
morgenstern commented on 2020-08-30 00:35 (UTC) (edited on 2020-08-30 00:35 (UTC) by morgenstern)
Note that Python 3 and Qt5 support is now also available by installing the non-git version of this package --> puddletag.