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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: libam7xxx
Section: libdevel
Priority: optional
Maintainer: Antonio Ospite <ao2@ao2.it>
Build-Depends: debhelper-compat (= 13), cmake, pkg-config,
libusb-1.0-0-dev, libxcb1-dev,
libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev,
asciidoc, xmlto
Build-Depends-Indep: doxygen
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://git.ao2.it/libam7xxx.git
Vcs-Git: https://git.ao2.it/libam7xxx.git -b debian/master
Vcs-Browser: https://git.ao2.it/libam7xxx.git
Package: libam7xxx0.1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libam7xxx0.1-bin (= ${binary:Version}), usb-modeswitch, usb-modeswitch-data
Description: library for accessing am7xxx based devices
libam7xxx is an Open Source library to communicate via USB with projectors and
Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
.
libam7xxx makes it possible to use these devices as USB displays on
non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
a few, and on non-PC platforms like for instance mobile phones, tablets or
game consoles.
.
Examples of supported devices are:
- Acer C110
- Acer C112
- Aiptek PocketCinema T25
- Philips/SagemCom PicoPix 1020
- Philips/SagemCom PicoPix 2055
- Philips/SagemCom PicoPix 2330
- Top-Height/TEC PP700
.
This package contains the shared library of libam7xxx.
Package: libam7xxx-dev
Architecture: any
Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version})
Recommends: libam7xxx0.1-doc (= ${source:Version})
Description: library for accessing am7xxx devices - development files
libam7xxx is an Open Source library to communicate via USB with projectors and
Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
.
libam7xxx makes it possible to use these devices as USB displays on
non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
a few, and on non-PC platforms like for instance mobile phones, tablets or
game consoles.
.
Examples of supported devices are:
- Acer C110
- Acer C112
- Aiptek PocketCinema T25
- Philips/SagemCom PicoPix 1020
- Philips/SagemCom PicoPix 2055
- Philips/SagemCom PicoPix 2330
- Top-Height/TEC PP700
.
This is the development package containing the libraries and header for
software development with libam7xxx.
Package: libam7xxx0.1-bin
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for accessing am7xxx devices - utilities
libam7xxx is an Open Source library to communicate via USB with projectors and
Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
.
libam7xxx makes it possible to use these devices as USB displays on
non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
a few, and on non-PC platforms like for instance mobile phones, tablets or
game consoles.
.
Examples of supported devices are:
- Acer C110
- Acer C112
- Aiptek PocketCinema T25
- Philips/SagemCom PicoPix 1020
- Philips/SagemCom PicoPix 2055
- Philips/SagemCom PicoPix 2330
- Top-Height/TEC PP700
.
This package includes utilities and sample programs for libam7xxx.
Package: libam7xxx0.1-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: library for accessing am7xxx devices - documentation
libam7xxx is an Open Source library to communicate via USB with projectors and
Digital Picture Frames based on the Actions Micro AM7XXX family if ICs.
.
libam7xxx makes it possible to use these devices as USB displays on
non-Windows Operating Systems like GNU/Linux or Android/Linux just to name
a few, and on non-PC platforms like for instance mobile phones, tablets or
game consoles.
.
Examples of supported devices are:
- Acer C110
- Acer C112
- Aiptek PocketCinema T25
- Philips/SagemCom PicoPix 1020
- Philips/SagemCom PicoPix 2055
- Philips/SagemCom PicoPix 2330
- Top-Height/TEC PP700
.
This package contains the documentation of the API of libam7xxx.
|