Package Details: puddletag 2.4.0-1

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: 47
Popularity: 0.94
First Submitted: 2018-08-24 07:28 (UTC)
Last Updated: 2024-06-23 11:07 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4

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.

daviding commented on 2018-12-21 04:28 (UTC)

Hi, I'm at newbie at AUR. Can you please advise how to apply the PKGBUILD (or fix this package, so that Puddletag installs)?

I tried deleting and reinstalling python2-pyqt4 using Pamac, but the results are still the same.

Thanks.

bert commented on 2018-12-18 20:32 (UTC)

@0strodamus Thank you! This worked for me: https://gitlab.com/inemum/inemum_archlinux/raw/master/python2-sip-pyqt4/PKGBUILD

0strodamus commented on 2018-12-14 20:00 (UTC)

@bert: see the comments here https://aur.archlinux.org/packages/python2-pyqt4/

bert commented on 2018-12-13 19:32 (UTC) (edited on 2018-12-13 19:33 (UTC) by bert)

Unable to launch program:

$ puddletag

Traceback (most recent call last):

File "/usr/bin/puddletag", line 317, in <module>

from PyQt4.QtGui import QApplication, QPixmap, QSplashScreen, QIcon

ImportError: No module named sip

Xeno_Idaltu commented on 2018-09-18 19:53 (UTC)

It took +20min to install but the result was phenomenal!

No problems so far. Thank you Rojas!