summary refs log tree commit diff
path: root/pkgs/applications/audio/libopenmpt
Commit message (Collapse)AuthorAge
* libopenmpt: fix build on gcc-12Sergei Trofimovich2021-11-13
| | | | | | | | | | | | | `gcc-12` cleaned up implicit header includes and now requires explicit '<memory>' for 'std::unique_ptr<>': openmpt123/openmpt123.cpp:194:14: error: 'unique_ptr' in namespace 'std' does not name a template type 194 | std::unique_ptr<file_audio_stream_base> impl; | ^~~~~~~~~~ openmpt123/openmpt123.cpp:109:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'? 108 | #include "openmpt123_waveout.hpp" +++ |+#include <memory> 109 |
* libopenmpt: default to supporting pulseaudioCole Mickens2021-09-18
|
* libopenmpt: 0.5.10 -> 0.5.11OPNA26082021-09-08
|
* libopenmpt: split lib and dev outputSandro Jäckel2021-09-05
|
* treewide: rename openmpt123 to libopenmpt to match the name in other distrosSandro Jäckel2021-09-05