mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
b1ebc686d316a0ab3eaebc50880a6e420afbe220
Since version 0.24.0, support for SoundCloud was removed and yajl replaced with with json-for-modern-cpp. Consolidated list of changes: * decoder - ffmpeg: support WMA - mpg123: fix trailing space in tag values - flac: enable chained Ogg decoding * input - qobuz: use nlohmann_json instead of yajl - io_uring: fix stuck seek after I/O error - curl: fix malformed "Range" header * log: include year in time stamp * output - oss: fix error "Resource temporarily unavailable" - shout: fix hang on activating shout output - snapcast: use nlohmann_json instead of yajl to generate JSON tags - sndio: fix rounding error in volume calculation * player - fix stalled playback after queue modification - fix deadlock with "single" mode * playlist - soundcloud: remove defunct plugin * tags - libid3tag: fix Meson subproject configure error - libid3tag: add missing zlib dependency to Meson subproject - fix build failure in the "id3tag" Meson subproject * Linux - allow using io_uring on Linux kernels older than 6.0 - fix build failure with ancient kernel headers - add configure-time check for openat2() - fix use-after-free bug on io_uring shutdown * DSD: support channel conversion Change log: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.3/NEWS Signed-off-by: Andreas Ziegler <br015@umbiko.net> [Julien: - remove test logs from commit log - add the removed config entry in Config.in.legacy ] Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%