build-aux: Update Flatpak ntv2 module to libajantv2

This commit is contained in:
tytan652 2024-05-05 01:17:12 +02:00 committed by Ryan Foster
parent aa3f980603
commit c974a40b51

View file

@ -4,9 +4,17 @@
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DAJA_BUILD_OPENSOURCE=ON",
"-DAJA_BUILD_APPS=OFF",
"-DAJA_INSTALL_HEADERS=ON"
"-DAJANTV2_BUILD_OPENSOURCE=ON",
"-DAJANTV2_BUILD_SHARED=OFF",
"-DAJANTV2_DISABLE_DEMOS=ON",
"-DAJANTV2_DISABLE_DRIVER=ON",
"-DAJANTV2_DISABLE_TESTS=ON",
"-DAJANTV2_DISABLE_TOOLS=ON",
"-DAJANTV2_DISABLE_PLUGINS=ON",
"-DAJA_INSTALL_HEADERS=ON",
"-DAJA_INSTALL_SOURCES=OFF",
"-DAJA_INSTALL_MISC=OFF",
"-DAJA_INSTALL_CMAKE=OFF"
],
"cleanup": [
"/include"
@ -14,9 +22,9 @@
"sources": [
{
"type": "git",
"url": "https://github.com/aja-video/ntv2.git",
"tag": "v16.2-bugfix5",
"commit": "0acbac70a0b5e6509cca78cfbf69974c73c10db9"
"url": "https://github.com/aja-video/libajantv2.git",
"tag": "ntv2_17_0_1",
"commit": "b6acce6b135c3d9ae7a2bce966180b159ced619f"
}
]
}