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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Source: libgroove
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
cmake,
libebur128-dev,
libchromaprint-dev,
libavcodec-dev (>= 6:10~),
libavformat-dev (>= 6:10~),
libavfilter-dev (>= 6:10~),
libavutil-dev (>= 6:10~),
libsdl2-dev,
pkg-config
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/multimedia-team/libgroove
Vcs-Git: https://salsa.debian.org/multimedia-team/libgroove.git
Homepage: https://github.com/andrewrk/libgroove
Package: libgroove-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgroove4 (= ${binary:Version}),
${misc:Depends}
Description: audio dispatching library (development files)
This C library provides an sink-based API for decoding and encoding audio.
It is intended to be used as a backend for music player applications, however
it may also be used as a backend for any audio processing utility.
.
Features:
* Uses libav for decoding and encoding.
* Add and remove entries on a playlist for gapless playback.
* Supports idempotent pause, play, and seek.
* Per-playlist-item gain adjustment so you can implement loudness compensation
without audio glitches.
* Read and write metadata tags.
* Extensible sink-based interface. A sink provides resampling and keeps its
buffer full. This package contains the raw sink which provides
reference-counted raw audio buffers. Other sinks are built on top of this
one.
* Thread-safe.
.
This package contains the development files.
Package: libgroove4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: music player backend
This library provides decoding and encoding of audio on a playlist.
It is intended to be used as a backend for music player applications, however
it is generic enough to be used as a backend for any audio processing utility.
.
Features:
* Uses libav for decoding and encoding.
* Add and remove entries on a playlist for gapless playback.
* Supports idempotent pause, play, and seek.
* Per-playlist-item gain adjustment so you can implement loudness compensation
without audio glitches.
* Read and write metadata tags.
* Extensible sink-based interface. A sink provides resampling and keeps its
buffer full. This package contains the raw sink which provides
reference-counted raw audio buffers. Other sinks are built on top of this
one.
* Thread-safe.
.
This package contains the shared library.
Package: libgrooveplayer-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgrooveplayer4 (= ${binary:Version}),
libgroove-dev,
${misc:Depends}
Description: audio device playback sink for libgroove (development files)
This C library provides a GroovePlayer struct which attaches to a
GroovePlaylist and sends audio frames to a sound device. It also includes
dummy player which can simulate playback without actually having access
to a sound device.
.
This package contains the development files.
Package: libgrooveplayer4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: hardware audio playback for libgroove
This libgroove plugin plays audio via a sound device. It includes a dummy
player which can simulate playback without actually having access to a sound
device.
.
This package contains the shared library.
Package: libgrooveloudness-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgrooveloudness4 (= ${binary:Version}),
libgroove-dev,
${misc:Depends}
Description: loudness scanner sink for libgroove (development files)
This C library provides a GrooveLoudness object which attaches to a
GroovePlaylist and uses the EBU R128 standard to detect loudness. The values
it produces are compatible with ReplayGain.
.
This package contains the development files.
Package: libgrooveloudness4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: loudness scanner for libgroove
This libgroove plugin uses the EBU R128 standard to detect loudness.
The values it produces are compatible with ReplayGain.
.
This package contains the shared library.
Package: libgroovefingerprinter-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgroovefingerprinter4 (= ${binary:Version}),
libgroove-dev,
${misc:Depends}
Description: acoustid fingerprinter sink for libgroove (development files)
This C library provides a GrooveFingerprinter object which attaches to a
GroovePlaylist and chromaprint to generate a unique id for media. The id
can be used with the acoustid.org service to find out metadata tags for
the media.
.
This package contains the development files.
Package: libgroovefingerprinter4
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: acoustid fingerprinter for libgroove
This libgroove plugin generates audio fingerprints which can be used with the
acoustid.org service to find out metadata tags for the media.
.
This package contains the shared library.
|