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