-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mkvtoolnix #4622
Merged
Merged
Mkvtoolnix #4622
Conversation
This file contains 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
- update libebml and libmatroska - use generic installer and SPK_COMMANDS
- update to latest version that builds with drake - declare unsupported archs: ARMv5 ARMv7L OLD_PPC_ARCHS
mkvtoolnix updates often increase the required gcc versions. Current mkvtoolnix 56.1.0 (as of april 2021) requires c++17 support that is not even available with gcc 7.3.0 of the DSM7 beta toolchains.
|
68b67c3
to
20ebcc5
Compare
- latest version that builds with gcc 4.9.x - downgrade libebml and libmatroska to fix build for gcc 4.9.x - fix GCC version in ppc853x toolchains
3 tasks
AlexPresso
pushed a commit
to AlexPresso/spksrc
that referenced
this pull request
Jan 30, 2025
* add mkvtoolnix v8.5.2 * update mkvtoolnix dependencies - update libebml and libmatroska - use generic installer and SPK_COMMANDS - declare unsupported archs: ARMv5 ARMv7L OLD_PPC_ARCHS * fix build for DSM7 for x64 and i686 archs * update mkvtoolnix to v22.0.0 - latest version that builds with gcc 4.9.x - downgrade libebml and libmatroska to fix build for gcc 4.9.x - fix GCC version in ppc853x toolchains Co-authored-by: cytec <iamcytec@googlemail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
status/published
Published and activated (may take up to 48h until visible in DSM package manager)
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.
Motivation: Takeover branch of PR #2178
Linked issues: closes #2178, closes #974
Checklist
all-supported
completed successfully (ARMv5, ARMv7L and OLD_PPC_ARCHS are not supported due to missing C++14 support)Remarks
As it was not possible for me to push back #2178 after rebase with current master this is a takeover of the work initiated by @cytec.