@@ -2,17 +2,22 @@ Source: pomidaq
2
2
Section: science
3
3
Priority: optional
4
4
Maintainer: Matthias Klumpp <
[email protected] >
5
- Build-Depends: debhelper-compat (= 12) ,
5
+ Build-Depends: appstream ,
6
6
cmake,
7
+ debhelper-compat (= 13),
7
8
libavcodec-dev,
8
9
libavformat-dev,
9
10
libkf5configwidgets-dev,
11
+ libopencv-dev,
10
12
libqt5opengl5-dev,
13
+ libqt5svg5-dev,
11
14
libswscale-dev,
15
+ ninja-build,
16
+ pybind11-dev,
12
17
python3-dev,
13
18
python3-numpy,
14
19
qtbase5-dev
15
- Standards-Version: 4.5.0
20
+ Standards-Version: 4.6.2
16
21
17
22
Package: pomidaq
18
23
Architecture: any
@@ -25,3 +30,25 @@ Description: Portable Miniscope Data Acquisition
25
30
.
26
31
Recorded data is encoded with the FFV1 codec by default, to allow
27
32
for smaller video files at the same quality.
33
+
34
+ Package: libminiscope0
35
+ Architecture: any
36
+ Depends: ${misc:Depends},
37
+ ${shlibs:Depends}
38
+ Description: Miniscope Data Acquisition Library
39
+ The UCLA Miniscope allows for recording of calcium activity
40
+ in freely moving animals.
41
+ .
42
+ This package contains the libminiscope library to embed Miniscope
43
+ functionality into other applications.
44
+
45
+ Package: libminiscope-dev
46
+ Architecture: any
47
+ Depends: ${misc:Depends},
48
+ ${shlibs:Depends}
49
+ Description: Miniscope Data Acquisition Library - Development Files
50
+ The UCLA Miniscope allows for recording of calcium activity
51
+ in freely moving animals.
52
+ .
53
+ This package contains development files for the libminiscope library,
54
+ to embed Miniscope functionality into other applications.
0 commit comments