2020-06-18 19:05:11 by Nia Alarie | Files touched by this commit (1) |
Log message:
musicpd: Add MESSAGE.NetBSD
|
2020-06-13 20:15:08 by Nia Alarie | Files touched by this commit (2) |
Log message:
musicpd: Update to 0.21.24
ver 0.21.24 (2020/06/10)
* protocol
- "tagtypes" requires no permissions
* database
- simple: fix crash when mounting twice
* decoder
- modplug: fix Windows build failure
- wildmidi: attempt to detect WildMidi using pkg-config
- wildmidi: fix Windows build failure
* player
- don't restart current song if seeking beyond end
* Android
- enable the decoder plugins GME, ModPlug and WildMidi
- fix build failure with Android NDK r21
* Windows
- fix stream playback
- enable the decoder plugins GME, ModPlug and WildMidi
- work around Meson bug breaking the Windows build with GCC 10
* fix unit test failure
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-05-26 15:47:51 by Nia Alarie | Files touched by this commit (1) |
Log message:
musicpd: cc1plus: warning: command line option '-std=gnu99' is valid for C/ObjC \
but not for C++
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) | |
Log message:
revbump after boost update
|
2020-04-28 19:36:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
musicpd: update to 0.21.23.
ver 0.21.23 (2020/04/23)
* protocol
- add tag fallback for AlbumSort
* storage
- curl: fix corrupt "href" values in the presence of XML entities
- curl: unescape "href" values
* input
- nfs: fix crash bug
- nfs: fix freeze bug on reconnect
* decoder
- gme: adapt to API change in the upcoming version 0.7.0
* output
- alsa: implement channel mapping for 5.0 and 7.0
* player
- drain outputs at end of song in "single" mode
* Windows
- fix case insensitive search
|
2020-04-15 10:48:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
musicpd: pkglint cleanup
|
2020-04-15 10:48:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
musicpd: distinfo: regen checksum
|
2020-04-14 14:55:04 by Nia Alarie | Files touched by this commit (3) |
Log message:
musicpd: Various improvements in SolarisOutputPlugin
- Use AUDIO_INITINFO rather than AUDIO_GETINFO for initialization
This is recommended by Solaris and NetBSD documentation.
- Don't open the device with O_NONBLOCK then remove the flag.
AFAIK this is a workaround for old implementations that wouldn't
allow the device to be opened in blocking mode if it was already
in use. Either way, it hasn't been necessary for a long time.
- Support S8 and S32 audio formats.
|