Skip to content

Commit

Permalink
build-aux: Update Flatpak ntv2 module to libajantv2
Browse files Browse the repository at this point in the history
  • Loading branch information
tytan652 authored and RytoEX committed May 10, 2024
1 parent aa3f980 commit c974a40
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions build-aux/modules/50-ntv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,27 @@
"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"
],
"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"
}
]
}

0 comments on commit c974a40

Please sign in to comment.