debian: initial packaging bits
[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    - Philips/SagemCom PicoPix 1020
30  .
31  This package contains the shared library of libam7xxx.
32
33 Package: libam7xxx-dev
34 Architecture: any
35 Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version})
36 Description: library for accessing am7xxx based devices -- development files
37  libam7xxx is an Open Source library to communicate via USB with projectors and
38  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
39  .
40  libam7xxx makes it possible to use these devices as USB displays on
41  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
42  a few, and on non-PC platforms like for instance mobile phones, tablets or
43  game consoles.
44  .
45  Examples of supported devices are:
46    - Acer C110
47    - Philips/SagemCom PicoPix 1020
48  .
49  This is the development package containing the libraries and header for
50  software development with libam7xxx.
51
52 Package: libam7xxx-bin
53 Section: utils
54 Architecture: any
55 Depends: ${shlibs:Depends}, ${misc:Depends}
56 Description: library for accessing am7xxx devices -- utilities and samples
57  libam7xxx is an Open Source library to communicate via USB with projectors and
58  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
59  .
60  libam7xxx makes it possible to use these devices as USB displays on
61  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
62  a few, and on non-PC platforms like for instance mobile phones, tablets or
63  game consoles.
64  .
65  Examples of supported devices are:
66    - Acer C110
67    - Philips/SagemCom PicoPix 1020
68  .
69  This package includes utilities and sample programs for libam7xxx.
70
71 Package: libam7xxx-doc
72 Section: doc
73 Architecture: all
74 Depends: ${misc:Depends}
75 Description: library for accessing am7xxx devices -- documentation
76  libam7xxx is an Open Source library to communicate via USB with projectors and
77  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
78  .
79  libam7xxx makes it possible to use these devices as USB displays on
80  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
81  a few, and on non-PC platforms like for instance mobile phones, tablets or
82  game consoles.
83  .
84  Examples of supported devices are:
85    - Acer C110
86    - Philips/SagemCom PicoPix 1020
87  .
88  This package contains the documentation of the API of libam7xxx.
89
90 Package: am7xxx
91 Section: libs
92 Architecture: any
93 Depends: ${misc:Depends}, libam7xxx-bin, libam7xxx-dev, libam7xxx0.1,
94  libam7xxx-doc
95 Description: library for accessing am7xxx devices -- metapackage
96  libam7xxx is an Open Source library to communicate via USB with projectors and
97  Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
98  .
99  libam7xxx makes it possible to use these devices as USB displays on
100  non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
101  a few, and on non-PC platforms like for instance mobile phones, tablets or
102  game consoles.
103  .
104  Examples of supported devices are:
105    - Acer C110
106    - Philips/SagemCom PicoPix 1020
107  .
108  This is the metapackage to install all components of the project.