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
|
Source: libnjb
Section: libs
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 8.1.3~),
dh-autoreconf,
libncurses5-dev,
libusb-dev
Build-Depends-Indep:
doxygen
Standards-Version: 3.9.5
Homepage: http://libnjb.sourceforge.net/
Vcs-Git: git://git.debian.org/git/collab-maint/libnjb.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libnjb.git
Package: libnjb5
Architecture: any
Multi-Arch: same
Pre-Depends:
dpkg (>= 1.15.7.2),
${misc:Pre-Depends}
Depends:
udev [linux-any],
${misc:Depends},
${shlibs:Depends}
Conflicts:
libnjb-hotplug
Replaces:
libnjb-hotplug
Description: Creative Labs Nomad Jukebox library
libnjb is a C library and API for communicating with the Creative
NOMAD JukeBox and Dell DJ digital audio. The protocol these devices
use is presumably called PDE (Portable Digital Entertainment protocol)
at Creative. Newer devices using the Microsoft MTP (Media Transfer
Protocol) are not supported.
.
This package contains the shared library.
Package: libnjb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libnjb5 (= ${binary:Version}),
libusb-dev (>> 0.1.7),
${misc:Depends}
Description: Creative Labs Nomad Jukebox library development files
libnjb is a C library and API for communicating with the Creative
NOMAD JukeBox and Dell DJ digital audio. The protocol these devices
use is presumably called PDE (Portable Digital Entertainment protocol)
at Creative. Newer devices using the Microsoft MTP (Media Transfer
Protocol) are not supported.
.
This package contains the headers and development libraries.
Package: libnjb-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Description: Creative Labs Nomad Jukebox library documentation
libnjb is a C library and API for communicating with the Creative
NOMAD JukeBox and Dell DJ digital audio. The protocol these devices
use is presumably called PDE (Portable Digital Entertainment protocol)
at Creative. Newer devices using the Microsoft MTP (Media Transfer
Protocol) are not supported.
.
This package contains the development documentation.
Package: libnjb-tools
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Breaks:
libnjb-examples (<< 2.2.7~dfsg0-3~)
Replaces:
libnjb-examples (<< 2.2.7~dfsg0-3~)
Description: Creative Labs Nomad Jukebox library tools
libnjb is a C library and API for communicating with the Creative
NOMAD JukeBox and Dell DJ digital audio. The protocol these devices
use is presumably called PDE (Portable Digital Entertainment protocol)
at Creative. Newer devices using the Microsoft MTP (Media Transfer
Protocol) are not supported.
.
This package contains the library tools each performing a simple
function, such as transferring a track to the jukebox. The source
code for these tools is in the package libnjb-doc.
|