debian/changelog: release package version 0.1.7-1.1
[libam7xxx.git] / debian / control
1 Source: libam7xxx
2 Section: libdevel
3 Priority: optional
4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper-compat (= 13), cmake, pkg-config,
6  libusb-1.0-0-dev, libxcb1-dev,
7  libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev,
8  asciidoc, xmlto
9 Build-Depends-Indep: doxygen
10 Standards-Version: 4.6.1
11 Rules-Requires-Root: no
12 Homepage: https://git.ao2.it/libam7xxx.git
13 Vcs-Git: https://git.ao2.it/libam7xxx.git -b debian/master
14 Vcs-Browser: https://git.ao2.it/libam7xxx.git
15
16 Package: libam7xxx0.1
17 Section: libs
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}
20 Recommends: libam7xxx0.1-bin (= ${binary:Version}), usb-modeswitch, usb-modeswitch-data
21 Description: library for accessing am7xxx based devices
22  libam7xxx is an Open Source library to communicate via USB with projectors and
23  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
24  .
25  libam7xxx makes it possible to use these devices as USB displays on
26  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
27  a few, and on non-PC platforms like for instance mobile phones, tablets or
28  game consoles.
29  .
30  Examples of supported devices are:
31    - Acer C110
32    - Acer C112
33    - Aiptek PocketCinema T25
34    - Philips/SagemCom PicoPix 1020
35    - Philips/SagemCom PicoPix 2055
36    - Philips/SagemCom PicoPix 2330
37    - Top-Height/TEC PP700
38  .
39  This package contains the shared library of libam7xxx.
40
41 Package: libam7xxx-dev
42 Architecture: any
43 Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version})
44 Recommends: libam7xxx0.1-doc (= ${source:Version})
45 Description: library for accessing am7xxx devices - development files
46  libam7xxx is an Open Source library to communicate via USB with projectors and
47  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
48  .
49  libam7xxx makes it possible to use these devices as USB displays on
50  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
51  a few, and on non-PC platforms like for instance mobile phones, tablets or
52  game consoles.
53  .
54  Examples of supported devices are:
55    - Acer C110
56    - Acer C112
57    - Aiptek PocketCinema T25
58    - Philips/SagemCom PicoPix 1020
59    - Philips/SagemCom PicoPix 2055
60    - Philips/SagemCom PicoPix 2330
61    - Top-Height/TEC PP700
62  .
63  This is the development package containing the libraries and header for
64  software development with libam7xxx.
65
66 Package: libam7xxx0.1-bin
67 Section: utils
68 Architecture: any
69 Depends: ${shlibs:Depends}, ${misc:Depends}
70 Description: library for accessing am7xxx devices - utilities
71  libam7xxx is an Open Source library to communicate via USB with projectors and
72  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
73  .
74  libam7xxx makes it possible to use these devices as USB displays on
75  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
76  a few, and on non-PC platforms like for instance mobile phones, tablets or
77  game consoles.
78  .
79  Examples of supported devices are:
80    - Acer C110
81    - Acer C112
82    - Aiptek PocketCinema T25
83    - Philips/SagemCom PicoPix 1020
84    - Philips/SagemCom PicoPix 2055
85    - Philips/SagemCom PicoPix 2330
86    - Top-Height/TEC PP700
87  .
88  This package includes utilities and sample programs for libam7xxx.
89
90 Package: libam7xxx0.1-doc
91 Section: doc
92 Architecture: all
93 Depends: ${misc:Depends}
94 Description: library for accessing am7xxx devices - documentation
95  libam7xxx is an Open Source library to communicate via USB with projectors and
96  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
97  .
98  libam7xxx makes it possible to use these devices as USB displays on
99  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
100  a few, and on non-PC platforms like for instance mobile phones, tablets or
101  game consoles.
102  .
103  Examples of supported devices are:
104    - Acer C110
105    - Acer C112
106    - Aiptek PocketCinema T25
107    - Philips/SagemCom PicoPix 1020
108    - Philips/SagemCom PicoPix 2055
109    - Philips/SagemCom PicoPix 2330
110    - Top-Height/TEC PP700
111  .
112  This package contains the documentation of the API of libam7xxx.