Skip to content

Commit c974a40

Browse files
tytan652RytoEX
authored andcommitted
build-aux: Update Flatpak ntv2 module to libajantv2
1 parent aa3f980 commit c974a40

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

build-aux/modules/50-ntv2.json

+14-6
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,27 @@
44
"builddir": true,
55
"config-opts": [
66
"-DCMAKE_BUILD_TYPE=Release",
7-
"-DAJA_BUILD_OPENSOURCE=ON",
8-
"-DAJA_BUILD_APPS=OFF",
9-
"-DAJA_INSTALL_HEADERS=ON"
7+
"-DAJANTV2_BUILD_OPENSOURCE=ON",
8+
"-DAJANTV2_BUILD_SHARED=OFF",
9+
"-DAJANTV2_DISABLE_DEMOS=ON",
10+
"-DAJANTV2_DISABLE_DRIVER=ON",
11+
"-DAJANTV2_DISABLE_TESTS=ON",
12+
"-DAJANTV2_DISABLE_TOOLS=ON",
13+
"-DAJANTV2_DISABLE_PLUGINS=ON",
14+
"-DAJA_INSTALL_HEADERS=ON",
15+
"-DAJA_INSTALL_SOURCES=OFF",
16+
"-DAJA_INSTALL_MISC=OFF",
17+
"-DAJA_INSTALL_CMAKE=OFF"
1018
],
1119
"cleanup": [
1220
"/include"
1321
],
1422
"sources": [
1523
{
1624
"type": "git",
17-
"url": "https://github.com/aja-video/ntv2.git",
18-
"tag": "v16.2-bugfix5",
19-
"commit": "0acbac70a0b5e6509cca78cfbf69974c73c10db9"
25+
"url": "https://github.com/aja-video/libajantv2.git",
26+
"tag": "ntv2_17_0_1",
27+
"commit": "b6acce6b135c3d9ae7a2bce966180b159ced619f"
2028
}
2129
]
2230
}

0 commit comments

Comments
 (0)