norihiro/OBS Studio development environment
Extracts development environment for OBS Studio plugins.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| arch | Architecture, x86_64 or arm64 (macOS only). | no | x86_64 |
| obs | Version of OBS Studio | yes | — |
| path | Location to extract (macOS and Linux only). | no | /tmp/obs-deps |
| qt | Prepare Qt library | no | true |
| ubuntu | Ubuntu version (Linux only). If not specified, automatically selected. | no | "" |
| verbose | Enable printing command lines. | no | false |
Outputs
| name | description |
|---|---|
| OBS_QT_VERSION_MAJOR | QT major version required by OBS |
| MACOSX_DEPLOYMENT_TARGET | Deployment target version for macOS |
| PLUGIN_CMAKE_OPTIONS | Recommended CMake options to build plugins |
| PLUGIN_CMAKE_OPTIONS_PS | Recommended CMake options to build plugins for powershell |