mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
27d65b64c2
- Update mbedTLS to 3.4.0 - Update aom to 3.6.1 - Update libsrt to 1.5.2 - Update SVT-AV1 to 1.6.0 - Update LuaJIT to 8635cbabf3 - Update Asio to 1.28.0
build-aux folder
This folder contains:
- The Flatpak manifest used to build OBS Studio
- The script
format-manifest.pywhich format manifest JSON files
OBS Studio Flatpak Manifest
The manifest is composed of multiple files:
- The main manifest
com.obsproject.Studio.json - The
modulesfolder which contains OBS Studio dependencies modules
Manifest modules
Modules are ordered/dispatched in numbered categories following a short list of rules:
- A module must not depend on another module from the same category, so a module can only depend on modules from lower numbered categories.
- A module without dependencies must be placed in the highest numbered category in use, excluding categories meant for specific types of dependency.
Actual categories:
99-: CEF90-: Headers-only libraries that are dependencies of only OBS Studio50-: Modules that are dependencies of only OBS Studio40-: Modules that are dependencies of the50-category30-: FFmpeg20-: Modules that are dependencies of FFmpeg10-: Modules that are dependencies of the20-category