Sfoglia il codice sorgente

build-aux: Update Flatpak ntv2 module to libajantv2

tytan652 1 anno fa
parent
commit
c974a40b51
1 ha cambiato i file con 14 aggiunte e 6 eliminazioni
  1. 14 6
      build-aux/modules/50-ntv2.json

+ 14 - 6
build-aux/modules/50-ntv2.json

@@ -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"
         }
     ]
 }