Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: cantata-git 2.0.50.r6188.165fc53-1
Git Clone URL: | https://aur-dev.archlinux.org/cantata-git.git (read-only) |
---|---|
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 player qt |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | goetzc |
Maintainer: | goetzc |
Last Packager: | goetzc |
Votes: | 15 |
Popularity: | 0.026927 |
First Submitted: | 2015-05-11 20:14 |
Last Updated: | 2016-10-17 02:54 |
Dependencies (19)
- cdparanoia (cdparanoia-overread)
- hicolor-icon-theme
- libcddb
- libmtp (libmtp-gvfs-git, libmtp-git)
- libmusicbrainz5
- media-player-info
- mpg123 (mpg321)
- qt5-multimedia (qt5-multimedia-git)
- qt5-svg (qt5-svg-git)
- speex
- taglib-extras
- udisks2 (storaged, udisks2-nosystemd)
- cmake (cmake-git) (make)
- git (git-git) (make)
- qt5-svg (qt5-svg-git) (make)
- qt5-tools (qt5-tools-git) (make)
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-git, ffmpeg-full, ffmpeg-full-git, ffmpeg-libfdk_aac, ffmpeg-mmal, ffmpeg-headless, ffmpeg-full-nvenc, ffmpeg-nvenc, ffmpeg-nvenc-manjaro, ffmpeg-decklink, ffmpeg-semifull-git) (optional) – ReplayGain support
- mpd (mpd-git, mpd-sacd, mpd-minimal, mpd-server-minimal, mpd-light-pulse, mpd-light) (optional) – playback
- perl-uri (optional) – dynamic playlist
Latest Comments
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)