Search Criteria
Package Details: musikcube 0.96.3-1
Git Clone URL: | https://aur.archlinux.org/musikcube.git (read-only, click to copy) |
---|---|
Package Base: | musikcube |
Description: | A terminal-based cross-platform music player, audio engine, metadata indexer, and server |
Upstream URL: | https://github.com/clangen/musikcube |
Licenses: | |
Conflicts: | |
Submitter: | meanjollies |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 13 |
Popularity: | 0.050556 |
First Submitted: | 2017-07-30 04:45 |
Last Updated: | 2020-12-25 15:57 |
Dependencies (18)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- boost-libs (boost171, boost-libs-git)
- curl (curl-git, curl-minimal-git)
- faad2 (faad2-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- lame (lame-svn, lame-altivec)
- libev (milter-manager-git)
- libmicrohttpd (libmicrohttpd-git)
- libogg (libogg-git)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-nosystemd, pulseaudio-git, libpulse-hsphfpd, libpulse-nosystemd-git, pulseaudio-dummy, libpulse-nosystemd-minimal-git)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv)
- ncurses (ncurses-nohex, ncurses-git)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-git, pulseaudio-hsphfpd, pipewire-pulse-git, pipewire-common-pulse-git, pulseaudio-nosystemd-git, pulseaudio-dummy, pulseaudio-nosystemd-minimal-git, pipewire-pulse)
- taglib (taglib-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- libopenmpt (libopenmpt-svn) (optional) – OpenMPT support
Latest Comments
1 2 Next › Last »
ibrokemypie commented on 2020-09-02 08:34
Solved it, you were right it was path related, the issue was that my login manager was overwriting my path for some reason, and changing it to be the standard copied from another machine made cmake and boost happy again!
ibrokemypie commented on 2020-09-02 08:00
I have the exact same issue regarding boost. Boost and boost libs are standard 72 from the default repos
path is as follows if it helps: echo $PATH /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/pie/go/bin
I have posted about it in the forum too, as this issue isnt only with musikcube for me, but also yuzu
https://bbs.archlinux.org/viewtopic.php?pid=1924141#p1924141
meanjollies commented on 2019-10-19 14:39
@akaWolf are you using LXDM? Also, can you paste the value of your $PATH? I'm wondering if you have /bin at the beginning, which appears to cause this.
akaWolf commented on 2019-10-19 09:52
nope, I have boost from distributive.
meanjollies commented on 2019-10-17 12:52
@akaWolf I cannot reproduce this. Do you have some non-standard installation of boost-libs?
akaWolf commented on 2019-10-17 11:10
doesn't compile for now
CMake Error in src/core/CMakeLists.txt: Imported target "Boost::system" includes non-existent path /include
arisinfenix commented on 2019-01-08 09:42
taglib is a dependency
In file included from /build/musikcube/src/musikcube-0.60.1/src/plugins/taglib_plugin/taglib_plugin.cpp:36: /build/musikcube/src/musikcube-0.60.1/src/plugins/taglib_plugin/TaglibMetadataReader.h:48:14: fatal error: taglib/tlist.h: No such file or directory #include <taglib/tlist.h> ^~~~~~~~~~~~~~~~ compilation terminated.
clangen commented on 2019-01-02 20:42
Note that 0.60.0 and newer versions of musikcube add support for a bunch of additional audio formats via
ffmpeg
, so it should be added as a dependency. Alternatively, you can build withoutffmpeg
by specifying-DFFMPEG_DECODER=false
in the cmake invocation.meanjollies commented on 2018-12-30 16:16
Done! Thanks for the suggestion.
twa022 commented on 2018-12-30 15:27
Can you change depends boost to boost-libs and add boost as a makedepends instead (boost package is just the headers)