Search Criteria
Package Details: cantata-git 2.3.3.r35.g4c1b8fd49-1
Git Clone URL: | https://aur.archlinux.org/cantata-git.git (read-only, click to copy) |
---|---|
Package Base: | cantata-git |
Description: | Qt5 graphical client for Music Player Daemon (MPD) - git version. |
Upstream URL: | https://github.com/cdrummond/cantata |
Keywords: | GUI media mpd music player qt |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | goetzc |
Maintainer: | goetzc (chowbok) |
Last Packager: | chowbok |
Votes: | 22 |
Popularity: | 0.44 |
First Submitted: | 2015-05-11 20:14 |
Last Updated: | 2019-02-22 14:20 |
Dependencies (16)
- libcdio-paranoia (libcdio-paranoia-git)
- libmtp (libmtp-gvfs-git, libmtp-git)
- libmusicbrainz5
- media-player-info
- mpg123 (mpg321, mpg123-svn)
- qt5-multimedia (qt5-multimedia-git)
- qt5-svg (qt5-svg-git)
- taglib-extras
- udisks2 (udisks2-nosystemd)
- cmake (cmake-git) (make)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-ubuntu-bionic, ffmpeg-svt, ffmpeg-decklink, ffmpeg-git, ffmpeg-headless, ffmpeg-git-nc, ffmpeg-mmal, ffmpeg-full-nvenc, ffmpeg-full, ffmpeg-qsv-git, ffmpeg-amd-full-git, ffmpeg-cuda, ffmpeg-qsv, ffmpeg-full-git, ffmpeg-libfdk_aac, ffmpeg-intel-full-git) (make)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-ubuntu-bionic, ffmpeg-svt, ffmpeg-decklink, ffmpeg-git, ffmpeg-headless, ffmpeg-git-nc, ffmpeg-mmal, ffmpeg-full-nvenc, ffmpeg-full, ffmpeg-qsv-git, ffmpeg-amd-full-git, ffmpeg-cuda, ffmpeg-qsv, ffmpeg-full-git, ffmpeg-libfdk_aac, ffmpeg-intel-full-git) (optional) – ReplayGain support
- mpd (mpd-git, mpd-lightest, mpd-sacd, mpd-light-pulse, mpd-server-minimal, mpd-minimal, mpd-light, mpd-sidplay) (optional) – playback
- perl-uri (optional) – dynamic playlist
Latest Comments
chowbok commented on 2019-02-18 20:56
Can you add "aarch64" to the supported architectures? It compiles on there fine.
thechitowncubs commented on 2019-01-05 17:30
I don't understand, if this is supposed to pull git code for cantata, why is it still building 2.3.2?
My library was missing data in 2.3.2 and I had to update to 2.4.0 to fix.
Why doesn't this package build from the github repo?
Sorry if stupid question.
goetzc commented on 2018-09-03 18:50
Thanks Scrumplex, there is no need for a daily update of -git packages, unless they don't build. https://wiki.archlinux.org/index.php/Arch_User_Repository#Foo_in_the_AUR_is_outdated.3B_what_should_I_do.3F
Scrumplex commented on 2018-09-03 07:56
Are you willing to hand over the maintenance of the package? I would be updating it daily.
ssri commented on 2016-03-01 21:23
Build failure from 0278b57 commit:
/home/user/Projects/cantata-git/src/cantata-git/replaygain/ffmpeginput.cpp:24:36: fatal error: libavutil/audioconvert.h: No such file or directory
compilation terminated.
The current ffmpeg package (1.3.0) lacks the header file: https://www.archlinux.org/packages/extra/x86_64/ffmpeg/files/
It appears that the header has been deprecated upstream (ffmpeg): http://permalink.gmane.org/gmane.comp.video.libav.scm/17242
This issue is also tracked upstream (cantata): https://github.com/CDrummond/cantata/issues/813
goetzc commented on 2016-02-05 02:55
@f1u77y, you are right, LibVLC is only used by default. Thanks, I will update the PKGBUILD.
f1u77y commented on 2016-02-04 07:31
@goetzc, why do you disable mpd http stream playback when libvlc is disabled? it's also supported by enabling qt5-multimedia, so if you build with ENABLE_LIBVLC=OFF, playback will be supported with qt5-multimedia
goetzc commented on 2015-12-10 17:50
@agapito PKGBUILD updated, please try now.
agapito commented on 2015-12-10 03:23
-- Found FFMPEG: /usr/lib64/libavcodec.so
-- Found MPG123: /usr/lib64/libmpg123.so
-- Checking for module 'libmtp'
-- Found libmtp, version 1.1.10
-- Found MTP: /usr/lib64/libmtp.so
CMake Error at cmake/FindLIBVLC.cmake:90 (MESSAGE):
Could not find LibVLC (install libvlc-dev ad libvlccore-dev)
Call Stack (most recent call first):
CMakeLists.txt:317 (find_package)