Search Criteria
Package Details: cantata-qt6 3.3.0-2
Package Actions
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) |
Dependencies (22)
- avahi
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libcddb
- libcdio-paranoia (libcdio-paranoia-gitAUR)
- libebur128 (libebur128-gitAUR)
- libmtp (libmtp-gitAUR)
- libmusicbrainz5
- media-player-info
- mpg123 (mpg123-svnAUR, mpg321AUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-svg
- taglib (taglib-gitAUR)
- udisks2
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
- Show 2 more dependencies...
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 """