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
|
Source: libkarma
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
libtag-c-dev,
libusb-dev,
zlib1g-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Section: libs
Homepage: https://www.freakysoft.de/libkarma/
Vcs-Git: https://salsa.debian.org/debian/libkarma.git
Vcs-Browser: https://salsa.debian.org/debian/libkarma
Package: karma-tools
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Rio Karma access library [tools]
Some basic utilities for use with the Rio Karma music player.
Includes:
.
* chprop - changes file properties on the Rio Karma
* karma_helper - adjusts the state of the Rio Karma
* riocp - transfers files to and from the Rio Karma
Package: libkarma-dev
Section: libdevel
Architecture: any
Depends:
libkarma0 (= ${binary:Version}),
libtag-c-dev,
${misc:Depends},
Description: Rio Karma access library [development files]
libkarma is a C language library that provides (read/write) access
to the Rio Karma music player using either the usb (with OMFS) or
network (PEARL) interface.
.
libkarma allows developers to do the following:
.
* login
* read, write and delete music or data files
* read and write file information
* write music or taxi files with one function, including setting
all metadata
.
This package contains the development files needed to compile
programs using the facilities provided by libkarma.
Package: libkarma0
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Rio Karma access library [runtime files]
libkarma is a C language library that provides (read/write) access
to the Rio Karma music player using either the usb (with OMFS) or
network (PEARL) interface.
.
This package contains the runtime library needed by programs using
the facilities provided by libkarma.
|