Search Criteria
Package Details: musikcube 3.0.4-1
Package Actions
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: | BSD-3-Clause |
Submitter: | meanjollies |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 22 |
Popularity: | 0.006432 |
First Submitted: | 2017-07-30 04:45 (UTC) |
Last Updated: | 2024-08-04 00:35 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- faad2 (faad2-gitAUR)
- 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)
- flac (flac-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libev
- libgme (libgme-vgmplay-gitAUR, game_music_emu-kode54-gitAUR, libgme-gitAUR)
- libmicrohttpd (libmicrohttpd-gitAUR)
- libogg (libogg-gitAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- ncurses (ncurses-gitAUR)
- pulse-native-provider (pulseaudio-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse-gitAUR, pipewire-pulse, pulseaudio)
- taglib (taglib-gitAUR)
- asio (asio-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- patchelf (patchelf-gitAUR) (make)
- libopenmpt (libopenmpt-svnAUR) (optional) – OpenMPT support
Latest Comments
« First ‹ Previous 1 2 3
ibrokemypie commented on 2020-09-02 08:00 (UTC)
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 (UTC)
@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 (UTC)
nope, I have boost from distributive.
meanjollies commented on 2019-10-17 12:52 (UTC)
@akaWolf I cannot reproduce this. Do you have some non-standard installation of boost-libs?
akaWolf commented on 2019-10-17 11:10 (UTC) (edited on 2019-10-17 11:11 (UTC) by akaWolf)
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 (UTC)
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 (UTC)
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 (UTC)
Done! Thanks for the suggestion.
twa022 commented on 2018-12-30 15:27 (UTC)
Can you change depends boost to boost-libs and add boost as a makedepends instead (boost package is just the headers)
metanarrative commented on 2018-09-29 00:07 (UTC)
This is awesome! Thank you very much for programming this masterpiece :)
« First ‹ Previous 1 2 3