obs-studio/build-aux/modules/50-ntv2.json
tytan652 c28c5333fc build-aux,CI: Add format to Flatpak manifest
- Change Flatpak manifest indent size to 4
- Add a Python script to format manifest files
- Add editorconfig for Flatpak JSONs and Python files
2023-05-13 18:26:17 -07:00

23 lines
524 B
JSON

{
"name": "ntv2",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DAJA_BUILD_OPENSOURCE=ON",
"-DAJA_BUILD_APPS=OFF",
"-DAJA_INSTALL_HEADERS=ON"
],
"cleanup": [
"/include"
],
"sources": [
{
"type": "git",
"url": "https://github.com/aja-video/ntv2.git",
"tag": "v16.2-bugfix5",
"commit": "0acbac70a0b5e6509cca78cfbf69974c73c10db9"
}
]
}