Open
Conversation
- Supports building on Linux, macOS, and Windows (MSVC & MinGW).
- Builds both static and shared libraries on Unix-like systems and MinGW.
- Enforces a static-only build when using the MSVC toolchain to avoid
platform-specific DLL export complexity and library name collisions.
- Generates and installs a CMake package that provides modern imported
alias targets for easy consumption:
- `OBUParse::static`
- `OBUParse::shared` (not available on MSVC)
- Includes a convenient `uninstall` target.
- Builds the `obudump` command-line tool.
Export include directory.
Asd-g
added a commit
to HomeOfAviSynthPlusEvolution/l-smash
that referenced
this pull request
Jun 30, 2025
- Supports building on Linux, macOS, and Windows (MSVC & MinGW). - Builds both static and shared libraries across all supported platforms. - Finds and links against a CMake-installed OBUParse dependency. (dwbuiten/obuparse#16) - Generates and installs a CMake package that provides imported alias targets for easy consumption: - `LSMASH::static` - `LSMASH::shared` - Builds the command-line tools (muxer, remuxer, boxdumper, timelineeditor) as separate executables. - Includes a convenient `uninstall` target.
Asd-g
added a commit
to HomeOfAviSynthPlusEvolution/l-smash
that referenced
this pull request
Jun 30, 2025
- Supports building on Linux, macOS, and Windows (MSVC & MinGW). - Builds both static and shared libraries across all supported platforms. - Finds and links against a CMake-installed OBUParse dependency. (dwbuiten/obuparse#16) - Generates and installs a CMake package that provides imported alias targets for easy consumption: - `LSMASH::static` - `LSMASH::shared` - Builds the command-line tools (muxer, remuxer, boxdumper, timelineeditor) as separate executables. - Includes a convenient `uninstall` target.
Asd-g
added a commit
to HomeOfAviSynthPlusEvolution/l-smash
that referenced
this pull request
Jul 5, 2025
- Supports building on Linux, macOS, and Windows (MSVC & MinGW). - Builds both static and shared libraries across all supported platforms. - Finds and links against a CMake-installed OBUParse dependency. (dwbuiten/obuparse#16) - Generates and installs a CMake package that provides imported alias targets for easy consumption: - `LSMASH::static` - `LSMASH::shared` - Builds the command-line tools (muxer, remuxer, boxdumper, timelineeditor) as separate executables. - Includes a convenient `uninstall` target.
Asd-g
added a commit
to HomeOfAviSynthPlusEvolution/l-smash
that referenced
this pull request
Jul 5, 2025
- Supports building on Linux, macOS, and Windows (MSVC & MinGW). - Builds both static and shared libraries across all supported platforms. - Finds and links against a CMake-installed OBUParse dependency. (dwbuiten/obuparse#16) - Generates and installs a CMake package that provides imported alias targets for easy consumption: - `LSMASH::static` - `LSMASH::shared` - Builds the command-line tools (muxer, remuxer, boxdumper, timelineeditor) as separate executables. - Includes a convenient `uninstall` target.
Owner
|
To be honest, I don't really like the idea of this; it goes against the point of obuparse being a single file drop-in. All this build stuff around one C file with no platform specific code seems silly. |
|
It does help when packaging obuparse for repos, it doesn't however cover the version script in its current form. |
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Aug 31, 2025
Instead of patching Makefile pull in a minimal variant of upstream PR #16 Changelog: https://github.com/dwbuiten/obuparse/releases/tag/v2.0.1 Reference: dwbuiten/obuparse#16
Author
|
The current obuparse building system is not complete. E.g. like this. It requires manual modification for different building environments. |
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.
OBUParse::staticOBUParse::shared(not available on MSVC)uninstalltarget.obudumpcommand-line tool.