File: added-meshroom-executable.patch

package info (click to toggle)
meshroom 2025.1.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 4,832 kB
  • sloc: python: 12,641; javascript: 105; sh: 103; modula3: 53; makefile: 28
file content (21 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Dima Kogan <dima@secretsauce.net>
Date: Thu, 28 Aug 2025 15:49:17 -0700
X-Dgit-Generated: 2025.1.0-1 feea91d07928e092cc052a485fc24368105229da
Subject: added "meshroom" executable


---

diff --git a/bin/meshroom b/bin/meshroom
new file mode 100755
index 00000000..75c8c15c
--- /dev/null
+++ b/bin/meshroom
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+MESHROOM_PIPELINE_TEMPLATES_PATH=/usr/share/meshroom \
+MESHROOM_NODES_PATH=/usr/share/meshroom \
+ALICEVISION_SENSOR_DB=/usr/share/aliceVision/cameraSensors.db \
+ALICEVISION_ROOT=/usr \
+python3 /usr/lib/python3/dist-packages/meshroom/ui $*