Thanks! Puddletag works now! ))) This is the best tag editor!
Search Criteria
Package Details: puddletag 2.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/puddletag.git (read-only, click to copy) |
---|---|
Package Base: | puddletag |
Description: | An audio tag editor for GNU/Linux |
Upstream URL: | https://docs.puddletag.net/ |
Keywords: | audio music tag |
Licenses: | GPL-3.0-or-later |
Submitter: | arojas |
Maintainer: | morgenstern |
Last Packager: | morgenstern |
Votes: | 53 |
Popularity: | 2.58 |
First Submitted: | 2018-08-24 07:28 (UTC) |
Last Updated: | 2024-12-27 22:31 (UTC) |
Dependencies (15)
- python-configobj
- python-distro
- python-mutagen (python-mutagen-gitAUR)
- python-pyparsing
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-unidecode
- qt5-svg (qt5-svg-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- chromaprint (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)
vegas commented on 2019-04-03 22:00 (UTC) (edited on 2019-04-03 22:02 (UTC) by vegas)
<deleted-account> commented on 2019-04-03 14:41 (UTC)
@morgenstern, thank you, works perfectly now
morgenstern commented on 2019-04-03 00:31 (UTC)
@archont sounds similar to the issues @bert and @daviding were describing earlier.
python2-pyqt4 and python2-sip-pyqt4 (make dependency of python2-pyqt4) were both updated recently, so should be possible to fix by rebuilding from the AUR now. Just tested rebuilding puddletag after upgrading both on my system, and puddletag is running without any issues.
<deleted-account> commented on 2019-04-02 18:27 (UTC)
Building without problems now, but on start i get <Traceback (most recent call last): File "/usr/bin/puddletag", line 317, in <module> from PyQt4.QtGui import QApplication, QPixmap, QSplashScreen, QIcon RuntimeError: the sip module implements API v12.0 to v12.5 but the PyQt4.QtGui module requires API v12.6> Any idea how to resolve this?
morgenstern commented on 2019-03-15 01:50 (UTC)
python2-musicbrainz2 was likely removed from the official Arch repos because it's been deprecated since May 2011. I have gone ahead and packaged it for the AUR --> https://aur.archlinux.org/packages/python2-musicbrainz2/
vegas commented on 2019-03-05 07:06 (UTC)
Hello! Where I can find the python2-musicbrainz2 package now?
daviding commented on 2019-02-21 16:56 (UTC)
@dwellingsoul, thanks for the compiled packages. On Manjaro 18.02, the puddletag installation took a really long time, but completed. I've followed your instructions, but now get an abort.
From the command line, after files are downloaded:
-- begin paste --
[Puddletag]$ sudo pacman -U *.tar.xz [sudo] password for daviding: loading packages... resolving dependencies... warning: cannot resolve "python2-pyqt4", a dependency of "puddletag" :: The following package cannot be upgraded due to unresolvable dependencies: puddletag
:: Do you want to skip the above package for this upgrade? [y/N] y looking for conflicting packages... there is nothing to do
-- end paste --
Then, selecting Puddletag from Pamac, execution ends:
-- begin paste --
/var/tmp/pamac-build-daviding/pyqt4/src/PyQt4_gpl_x11-4.12.3/QtCore/sipQtCoreQSequentialAnimationGroup.cpp:678:1: error: cannot convert ‘std::nullptr_t’ to ‘int’ in initialization }; ^ make[1]: [Makefile:887: sipQtCoreQSequentialAnimationGroup.o] Error 1 make[1]: Leaving directory '/var/tmp/pamac-build-daviding/pyqt4/src/PyQt4_gpl_x11-4.12.3/QtCore' make: [Makefile:60: sub-QtCore-make_default-ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
-- end paste --
(The log has lots of messages, this is where Pamac stopped).
I was trying to do a Puddletag reinstall, because I had to do a complete Manjaro KDE reinstall (after a KWin error on the 18.02 to 18.03 upgrade).
[~]$ lsb_release -rd Description: Manjaro Linux Release: 18.0.3
[~]$ plasmashell --version plasmashell 5.15.0
[~]$ kf5-config --version Qt: 5.12.1 KDE Frameworks: 5.55.0 kf5-config: 1.0
dwellingsoul commented on 2019-01-04 04:28 (UTC)
For those who are really lazy, I compiled the packages and here they are:
python2-sip-pyqt4: https://anonfile.com/ec73Afp1b5/python2-sip-pyqt4-4.19.13-1-x86_64.pkg.tar_xz python-sip-pyqt4: https://anonfile.com/f578Afpab1/python-sip-pyqt4-4.19.13-1-x86_64.pkg.tar_xz puddletag: https://archive.archlinux.org/packages/p/puddletag/puddletag-1.2.0-1-any.pkg.tar.xz
You can install these with pacman -U *.tar.xz. Feel free to compile everything by yourself to confirm that the resulting package is exactly the same. BTW, does someone know why the puddletag package was removed from the official repos?
daviding commented on 2018-12-31 03:22 (UTC)
I really needed newbie instructions to follow through on the pkgbuild, and got them at "How to install PKGBUILD file downloaded manually?" https://forum.manjaro.org/t/how-to-install-pkgbuild-file-downloaded-manually/69365 .
Following that, Puddletag seems to have installed again using Pamac.
morgenstern commented on 2018-12-21 18:05 (UTC)
@daviding Just treat it like a manual AUR build:
$ git clone https://gitlab.com/inemum/inemum_archlinux.git
Then choose which PKGBUILD you want to make (python-sip-pyqt4 or python2-sip-pyqt4) and follow the AUR manual build/install instructions --> https://wiki.archlinux.org/index.php/Arch_User_Repository#Build_and_install_the_package
puddletag is working successfully on my system again after building. Thanks @0strodamus.
Pinned Comments