Skip to content

soundtouch: update to 2.4.0 #2263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3801,6 +3801,7 @@
"soundtouch"
],
"versions": [
"2.4.0-1",
"2.3.2-5",
"2.3.2-4",
"2.3.2-3",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/soundtouch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'soundtouch',
'c',
'cpp',
version: '2.3.2',
version: '2.4.0',
license: 'LGPL-2.1-or-later',
default_options: [
'c_std=c11',
Expand All @@ -12,7 +12,7 @@
'cpp_eh=default',
'pkgconfig.relocatable=true',
],
meson_version: '>= 0.53',

Check warning on line 15 in subprojects/packagefiles/soundtouch/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.63.0

0.40.0: compiler.get_define 0.43.0: compiler.get_supported_arguments 0.46.0: pkgconfig.generate optional positional argument 0.47.0: User option "feature" 0.48.0: gnu_symbol_visibility arg in library, gnu_symbol_visibility arg in shared_library 0.53.0: compiler.get_linker_id 0.63.0: c_std in subproject default_options, cpp_std in subproject default_options
)

cpp = meson.get_compiler('cpp')
Expand Down
6 changes: 3 additions & 3 deletions subprojects/soundtouch.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = soundtouch
source_url = https://codeberg.org/soundtouch/soundtouch/archive/2.3.2.tar.gz
source_filename = soundtouch-2.3.2.tar.gz
source_hash = ed714f84a3e748de87b24f385ec69d3bdc51ca47b7f4710d2048b84b2761e7ff
source_url = https://codeberg.org/soundtouch/soundtouch/archive/2.4.0.tar.gz
source_filename = soundtouch-2.4.0.tar.gz
source_hash = 3dda3c9ab1e287f15028c010a66ab7145fa855dfa62763538f341e70b4d10abd
patch_directory = soundtouch

[provide]
Expand Down