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: | 24 |
Popularity: | 0.025317 |
First Submitted: | 2017-07-30 04:45 (UTC) |
Last Updated: | 2024-08-04 00:35 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- faad2 (faad2-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- 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) (make)
- patchelf (patchelf-gitAUR) (make)
- libopenmpt (libopenmpt-svnAUR) (optional) – OpenMPT support
Latest Comments
« First ‹ Previous 1 2 3
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