File: control

package info (click to toggle)
libpisp 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 704 kB
  • sloc: cpp: 6,501; python: 821; makefile: 3
file content (59 lines) | stat: -rw-r--r-- 2,344 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: libpisp
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libboost-log-dev,
               libboost-thread-dev,
               meson,
               nlohmann-json3-dev,
               pkgconf
Standards-Version: 4.7.2
Homepage: https://github.com/raspberrypi/libpisp
Vcs-Browser: https://salsa.debian.org/multimedia-team/libpisp
Vcs-Git: https://salsa.debian.org/multimedia-team/libpisp.git

Package: libpisp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpisp1 (= ${binary:Version}),
         nlohmann-json3-dev,
         ${misc:Depends}
Description: Helper library for the PiSP hardware block (development files)
 This library provides helper functions to generate hardware
 configuration for the PiSP hardware blocks.  The configuration
 includes a hardware register specification together with image tiling
 data to be programmed into the PiSP hardware to fully process a given
 Bayer or RGB/YUV image with a set of user defined configuration.
 .
 This package contains the development files.

Package: libpisp1
Architecture: any
Multi-Arch: same
Depends: libpisp-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Helper library for the PiSP hardware block (runtime)
 This library provides helper functions to generate hardware
 configuration for the PiSP hardware blocks.  The configuration
 includes a hardware register specification together with image tiling
 data to be programmed into the PiSP hardware to fully process a given
 Bayer or RGB/YUV image with a set of user defined configuration.
 .
 This package contains the runtime library.

Package: libpisp-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Helper library for the PiSP hardware block (data files)
 This library provides helper functions to generate hardware
 configuration for the PiSP hardware blocks.  The configuration
 includes a hardware register specification together with image tiling
 data to be programmed into the PiSP hardware to fully process a given
 Bayer or RGB/YUV image with a set of user defined configuration.
 .
 This package contains the architecture-independent data files.