|
| 1 | +app-id: org.ngscopeclient.ngscopeclient |
| 2 | +runtime: org.gnome.Platform |
| 3 | +runtime-version: "50" |
| 4 | +sdk: org.gnome.Sdk |
| 5 | +command: ngscopeclient |
| 6 | +rename-desktop-file: ngscopeclient.desktop |
| 7 | +rename-icon: ngscopeclient |
| 8 | +finish-args: |
| 9 | + - --share=ipc |
| 10 | + - --share=network |
| 11 | + - --socket=fallback-x11 |
| 12 | + - --socket=wayland |
| 13 | + - --device=dri |
| 14 | + - --device=all |
| 15 | + - --filesystem=xdg-documents:rw |
| 16 | + - --filesystem=xdg-download:rw |
| 17 | +cleanup: |
| 18 | + - /include |
| 19 | + - /lib/cmake |
| 20 | + - /lib/pkgconfig |
| 21 | + - /share/doc |
| 22 | + - /share/man |
| 23 | +modules: |
| 24 | + - name: yaml-cpp |
| 25 | + buildsystem: cmake-ninja |
| 26 | + config-opts: |
| 27 | + - -DCMAKE_BUILD_TYPE=Release |
| 28 | + - -DCMAKE_POLICY_VERSION_MINIMUM=3.5 |
| 29 | + - -DYAML_BUILD_SHARED_LIBS=ON |
| 30 | + - -DYAML_CPP_BUILD_TESTS=OFF |
| 31 | + - -DYAML_CPP_BUILD_TOOLS=OFF |
| 32 | + sources: |
| 33 | + - type: git |
| 34 | + url: https://github.com/jbeder/yaml-cpp.git |
| 35 | + commit: f7320141120f720aecc4c32be25586e7da9eb978 |
| 36 | + - type: patch |
| 37 | + path: patches/yaml-cpp-gcc15-cstdint.patch |
| 38 | + |
| 39 | + - name: libsigcplusplus |
| 40 | + buildsystem: meson |
| 41 | + config-opts: |
| 42 | + - -Dbuild-documentation=false |
| 43 | + - -Dbuild-examples=false |
| 44 | + - -Dbuild-tests=false |
| 45 | + - -Dmaintainer-mode=false |
| 46 | + sources: |
| 47 | + - type: git |
| 48 | + url: https://github.com/libsigcplusplus/libsigcplusplus.git |
| 49 | + commit: eb7db8ef3b5cba44ec4b46d158ec03e2aa3c537a |
| 50 | + |
| 51 | + - name: hidapi |
| 52 | + buildsystem: cmake-ninja |
| 53 | + config-opts: |
| 54 | + - -DCMAKE_BUILD_TYPE=Release |
| 55 | + - -DBUILD_SHARED_LIBS=ON |
| 56 | + - -DHIDAPI_BUILD_HIDTEST=OFF |
| 57 | + - -DHIDAPI_WITH_HIDRAW=ON |
| 58 | + - -DHIDAPI_WITH_LIBUSB=OFF |
| 59 | + sources: |
| 60 | + - type: git |
| 61 | + url: https://github.com/libusb/hidapi.git |
| 62 | + commit: dbff4ea89f55a572aeb0c53a7b32ea70853ec260 |
| 63 | + |
| 64 | + - name: glfw |
| 65 | + buildsystem: cmake-ninja |
| 66 | + config-opts: |
| 67 | + - -DCMAKE_BUILD_TYPE=Release |
| 68 | + - -DGLFW_BUILD_DOCS=OFF |
| 69 | + - -DGLFW_BUILD_EXAMPLES=OFF |
| 70 | + - -DGLFW_BUILD_TESTS=OFF |
| 71 | + sources: |
| 72 | + - type: git |
| 73 | + url: https://github.com/glfw/glfw.git |
| 74 | + commit: a74efa0d5628b74adc0426af4c5710e287fa7c2c |
| 75 | + |
| 76 | + - name: spirv-headers |
| 77 | + buildsystem: cmake-ninja |
| 78 | + config-opts: |
| 79 | + - -DCMAKE_BUILD_TYPE=Release |
| 80 | + sources: |
| 81 | + - type: git |
| 82 | + url: https://github.com/KhronosGroup/SPIRV-Headers.git |
| 83 | + commit: 09913f088a1197aba4aefd300a876b2ebbaa3391 |
| 84 | + |
| 85 | + - name: spirv-tools |
| 86 | + buildsystem: cmake-ninja |
| 87 | + config-opts: |
| 88 | + - -DCMAKE_BUILD_TYPE=Release |
| 89 | + - -DSPIRV_SKIP_TESTS=ON |
| 90 | + - -DSPIRV_WERROR=OFF |
| 91 | + sources: |
| 92 | + - type: git |
| 93 | + url: https://github.com/KhronosGroup/SPIRV-Tools.git |
| 94 | + commit: f289d047f49fb60488301ec62bafab85573668cc |
| 95 | + - type: git |
| 96 | + url: https://github.com/KhronosGroup/SPIRV-Headers.git |
| 97 | + commit: 09913f088a1197aba4aefd300a876b2ebbaa3391 |
| 98 | + dest: external/spirv-headers |
| 99 | + |
| 100 | + - name: glslang |
| 101 | + buildsystem: cmake-ninja |
| 102 | + config-opts: |
| 103 | + - -DCMAKE_BUILD_TYPE=Release |
| 104 | + - -DBUILD_TESTING=OFF |
| 105 | + - -DBUILD_EXTERNAL=OFF |
| 106 | + - -DALLOW_EXTERNAL_SPIRV_TOOLS=ON |
| 107 | + - -DENABLE_OPT=ON |
| 108 | + sources: |
| 109 | + - type: git |
| 110 | + url: https://github.com/KhronosGroup/glslang.git |
| 111 | + commit: 7200bc12a8979d13b22cd52de80ffb7d41939615 |
| 112 | + |
| 113 | + - name: ngscopeclient |
| 114 | + buildsystem: cmake-ninja |
| 115 | + builddir: true |
| 116 | + config-opts: |
| 117 | + - -DCMAKE_BUILD_TYPE=Release |
| 118 | + - -DDISABLE_PCH=ON |
| 119 | + - -DBUILD_TESTING=OFF |
| 120 | + - -DBUILD_DOCS=OFF |
| 121 | + - -DBUILD_DEVDOCS=OFF |
| 122 | + - -DNGSCOPECLIENT_PACKAGE_VERSION=v0.1 |
| 123 | + - -DNGSCOPECLIENT_PACKAGE_VERSION_LONG=v0.1-0 |
| 124 | + sources: |
| 125 | + - type: dir |
| 126 | + path: ../.. |
0 commit comments