[soundtouch] update to 2.4.1 - #52867
Merged
Victor Romero (vicroms) merged 2 commits intoJul 27, 2026
Merged
Conversation
Victor Romero (vicroms)
requested changes
Jul 14, 2026
Victor Romero (vicroms)
left a comment
Member
There was a problem hiding this comment.
Please update the license field.
| "version": "2.4.1", | ||
| "description": "SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.", | ||
| "homepage": "https://www.surina.net/soundtouch", | ||
| "license": "LGPL-2.1-only", |
There was a problem hiding this comment.
Suggested change
| "license": "LGPL-2.1-only", | |
| "license": "LGPL-2.1-or-later", |
Victor Romero (vicroms)
marked this pull request as draft
July 14, 2026 08:09
Daniel Schürmann (daschuer)
force-pushed
the
soundtouch_update
branch
from
July 16, 2026 22:28
dc00e1f to
a35bd88
Compare
Daniel Schürmann (daschuer)
marked this pull request as ready for review
July 17, 2026 05:33
Contributor
Author
|
Done |
7 tasks
無常 (FangCunWuChang)
approved these changes
Jul 20, 2026
Contributor
There was a problem hiding this comment.
Victor Romero (@vicroms) The version currently on the master branch cannot be installed, and we are looking forward to this version.
Victor Romero (vicroms)
requested changes
Jul 21, 2026
Victor Romero (vicroms)
left a comment
Member
There was a problem hiding this comment.
The soundtouchdll feature still depends on atlmfc and advertises !staticcrt, but upstream 2.4.1 now uses windows.h in SoundTouchDLL.rc, and the portfile enforces dynamic libraries only. Remove the obsolete atlmfc dependency and change support to !static.
Victor Romero (vicroms)
marked this pull request as draft
July 21, 2026 08:38
Daniel Schürmann (daschuer)
force-pushed
the
soundtouch_update
branch
from
July 24, 2026 05:21
a35bd88 to
c8a77c0
Compare
Daniel Schürmann (daschuer)
marked this pull request as ready for review
July 24, 2026 05:22
Victor Romero (vicroms)
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This just followes a patch version bump to 2.4.1.
The diver was a build failure die to an altered tar ball on code berg for 2.4.0 no longer passing the checksum test.
./vcpkg x-add-version --alland committing the result.