File: control

package info (click to toggle)
libmegapixels 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ansic: 3,859; sh: 19; makefile: 13; python: 8
file content (54 lines) | stat: -rw-r--r-- 1,808 bytes parent folder | download | duplicates (2)
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
Source: libmegapixels
Section: libs
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders: Arnaud Ferraris <aferraris@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libconfig-dev,
 libdng-dev,
 meson,
 pkgconf,
Standards-Version: 4.7.2
Homepage: https://gitlab.com/megapixels-org/libmegapixels
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/libmegapixels
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/libmegapixels.git
Rules-Requires-Root: no

Package: libmegapixels1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Device abstraction library for Megapixels -- Shared library
 Megapixels is a GTK4 camera application that knows how to deal with the V4L2
 media request API. It now relies on libmegapixels for handling all the device
 and platform-specific code.
 .
 This package contains the shared library itself.

Package: libmegapixels-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends},
 libmegapixels1 (= ${binary:Version}),
Description: Device abstraction library for Megapixels -- Development files
 libmegapixels is the device abstraction layer used by Megapixels, a GTK4
 camera application supporting multiple mobile devices.
 .
 This package contains the development files for building software based on
 libmegapixels.

Package: libmegapixels-utils
Section: graphics
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Device abstraction library for Megapixels -- Utility programs
 libmegapixels is the device abstraction layer used by Megapixels, a GTK4
 camera application supporting multiple mobile devices.
 .
 This package contains command-line utilities that can be useful for creating
 and improving device configurations.