File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ VERSION 0.6
33bionic :
44 FROM ubuntu:18.04
55
6- focal :
7- FROM ubuntu:20.04
6+ # focal:
7+ # FROM ubuntu:20.04
88
99jammy :
1010 FROM ubuntu:22.04
1111
12+ noble :
13+ FROM ubuntu:24.04
14+
1215image :
1316 ARG TARGETARCH
1417 ARG DISTRIBUTION= bionic
2427 RUN apt-get install -y --no-install-recommends libfreeimage-dev libusb-1.0-0-dev libtbb-dev
2528
2629deps :
27- ARG EMERGENT= 0.1.3
30+ ARG EMERGENT= 0.1.10
2831
2932 FROM +image
3033 RUN curl -Ls -o libemergent-dev.deb https://github.com/emergent-design/libemergent/releases/download/v$EMERGENT /libemergent-dev_${EMERGENT }_all.deb \
@@ -42,7 +45,7 @@ package:
4245 SAVE ARTIFACT libpsinc*.deb AS LOCAL build/$DISTRIBUTION /
4346
4447all-dists :
45- BUILD +package --DISTRIBUTION = bionic --DISTRIBUTION = focal --DISTRIBUTION = jammy
48+ BUILD +package --DISTRIBUTION = bionic --DISTRIBUTION = jammy --DISTRIBUTION = noble
4649
4750check :
4851 BUILD +build
Original file line number Diff line number Diff line change 1+ libpsinc0 (0.2.4) unstable; urgency=medium
2+
3+ * Fix missing register value for mt9
4+ * Border fix for the new demosaic algorithm
5+ * Added 24.04 (noble) builds
6+ * Force disconnect on instrument re-initialisation
7+
8+ -- Dan Parnham <
[email protected] > Mon, 09 Jun 2025 13:15:43 +0100
9+
110libpsinc0 (0.2.3) unstable; urgency=medium
211
312 * Temporarily disabled the new parallelised algorithms due to the effect
Original file line number Diff line number Diff line change 1- 0.2.3
1+ 0.2.4
Original file line number Diff line number Diff line change 11#include " psinc/Psinc.h"
22
3- #define PSINC_VERSION " 0.2.3 "
3+ #define PSINC_VERSION " 0.2.4 "
44
55
66namespace psinc
You can’t perform that action at this time.
0 commit comments