Package Details: cantata-qt6 3.3.0-2

Git Clone URL: https://aur.archlinux.org/cantata-qt6.git (read-only, click to copy)
Package Base: cantata-qt6
Description: Qt6 graphical client for Music Player Daemon (MPD), nullobsi fork
Upstream URL: https://github.com/nullobsi/cantata
Licenses: GPL3
Conflicts: cantata
Provides: cantata
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 11
Popularity: 1.91
First Submitted: 2024-05-24 12:32 (UTC)
Last Updated: 2025-04-12 14:14 (UTC)

Latest Comments

suny commented on 2025-04-21 01:55 (UTC)

Hi FabioLolix, it looks like upstream has fixed the include,so your patch may not be needed? https://github.com/nullobsi/cantata/blob/main/models/streamsmodel.cpp

suny commented on 2025-04-21 00:35 (UTC)

Hi FabioLolix thanks for maintaining it for qt6!

sha256sum cantata-QRegularExpression.patch

31d5483607ddbb6628e5b4fbffb2ebca4d378e3cbcafbe140ae330655b73686b

FabioLolix commented on 2025-04-20 17:37 (UTC)

Hi TheLadyOfBees, I'll take a look later, in the meantime you can run the command updpkgsums to update the hash and can you tell its value?

Sometime this happen with github

TheLadyOfBees commented on 2025-04-20 17:34 (UTC)

Hello!

cantata-QRegularExpression.patch does not pass the validity check using sha256 checksums. Could the checksums in the pkgbuild file be updated to match the file?

Many thanks for the qt6 port

kromsam commented on 2025-04-12 11:10 (UTC)

build error:

""" [ 69%] Building CXX object CMakeFiles/cantata.dir/models/streamsmodel.cpp.o /home/sam/.cache/yay/cantata-qt6/src/cantata-nullobsi/models/streamsmodel.cpp: In function ‘QStringList fixGenres(const QString&)’: /home/sam/.cache/yay/cantata-qt6/src/cantata-nullobsi/models/streamsmodel.cpp:1257:58: fout: variable ‘const QRegularExpression brokenXML’ has initializer but incomplete type 1257 | static const QRegularExpression brokenXML("^#x[0-9a-f][0-9a-f]"); | ^ /home/sam/.cache/yay/cantata-qt6/src/cantata-nullobsi/models/streamsmodel.cpp:1263:55: fout: variable ‘const QRegularExpression decade’ has initializer but incomplete type 1263 | static const QRegularExpression decade("^[0-9]0$"); | ^ make[2]: *** [CMakeFiles/cantata.dir/build.make:1677: CMakeFiles/cantata.dir/models/streamsmodel.cpp.o] Fout 1 make[1]: *** [CMakeFiles/Makefile2:384: CMakeFiles/cantata.dir/all] Fout 2 make: *** [Makefile:156: all] Fout 2 ==> FOUT: Er is een fout opgetreden in build(). Afbreken... -> error making: cantata-qt6-exit status 4 """