Merge tag 'v0.23.16'
release v0.23.16
This commit is contained in:
11
NEWS
11
NEWS
@@ -20,7 +20,6 @@ ver 0.24 (not yet released)
|
|||||||
- searching stored playlists respond now with song position
|
- searching stored playlists respond now with song position
|
||||||
* database
|
* database
|
||||||
- attribute "added" shows when each song was added to the database
|
- attribute "added" shows when each song was added to the database
|
||||||
- fix integer overflows with 64-bit inode numbers
|
|
||||||
- proxy: require MPD 0.21 or later
|
- proxy: require MPD 0.21 or later
|
||||||
- proxy: require libmpdclient 2.15 or later
|
- proxy: require libmpdclient 2.15 or later
|
||||||
* archive
|
* archive
|
||||||
@@ -46,8 +45,6 @@ ver 0.24 (not yet released)
|
|||||||
- sidplay: require libsidplayfp (drop support for the original sidplay)
|
- sidplay: require libsidplayfp (drop support for the original sidplay)
|
||||||
- wavpack: require libwavpack version 5
|
- wavpack: require libwavpack version 5
|
||||||
- fix MixRamp bug
|
- fix MixRamp bug
|
||||||
* filter
|
|
||||||
- ffmpeg: fix for filters producing no output
|
|
||||||
* resampler
|
* resampler
|
||||||
- soxr: require libsoxr 0.1.2 or later
|
- soxr: require libsoxr 0.1.2 or later
|
||||||
* player
|
* player
|
||||||
@@ -72,6 +69,14 @@ ver 0.24 (not yet released)
|
|||||||
* documentation: switch to sphinx-rtd-theme
|
* documentation: switch to sphinx-rtd-theme
|
||||||
* require Meson 1.0
|
* require Meson 1.0
|
||||||
|
|
||||||
|
ver 0.23.16 (2024/12/03)
|
||||||
|
* database
|
||||||
|
- fix integer overflows with 64-bit inode numbers
|
||||||
|
* filter
|
||||||
|
- ffmpeg: fix for filters producing no output
|
||||||
|
* support libfmt 11
|
||||||
|
* support ICU 76
|
||||||
|
|
||||||
ver 0.23.15 (2023/12/20)
|
ver 0.23.15 (2023/12/20)
|
||||||
* decoder
|
* decoder
|
||||||
- ffmpeg: fix build failure with FFmpeg 6.1
|
- ffmpeg: fix build failure with FFmpeg 6.1
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
#include "WindowsCond.hxx"
|
#include "WindowsCond.hxx"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <system_error> // for std::error_category
|
||||||
#include <variant>
|
#include <variant>
|
||||||
|
|
||||||
enum class WinFutureErrc : int {
|
enum class WinFutureErrc : int {
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = sqlite-amalgamation-3470000
|
directory = sqlite-amalgamation-3470100
|
||||||
source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip
|
source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470100.zip
|
||||||
source_filename = sqlite-amalgamation-3470000.zip
|
source_filename = sqlite-amalgamation-3470100.zip
|
||||||
source_hash = 2842fddbb1cc33f66c7da998a57535f14a6bfee159676a07bb4bf3e59375d93e
|
source_hash = 9da21e6b14ef6a943cdc30f973df259fb390bb4483f77e7f171b9b6e977e5458
|
||||||
patch_filename = sqlite3_3.47.0-1_patch.zip
|
patch_filename = sqlite3_3.47.1-1_patch.zip
|
||||||
patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.47.0-1/get_patch
|
patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.47.1-1/get_patch
|
||||||
patch_hash = 7f112ea0432874d5972de4d5b7dc33cf5a935d34a3100a8ea1fc8b355ca9d4f7
|
patch_hash = 7a298e69c663abfccd2d3632c6897b4f90627d36fd7fa137240c1d97c9a86466
|
||||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.47.0-1/sqlite-amalgamation-3470000.zip
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.47.1-1/sqlite-amalgamation-3470100.zip
|
||||||
wrapdb_version = 3.47.0-1
|
wrapdb_version = 3.47.1-1
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
sqlite3 = sqlite3_dep
|
sqlite3 = sqlite3_dep
|
||||||
|
Reference in New Issue
Block a user