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
|
Source: libaudclient
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Andrew Shadura <andrewsh@debian.org>
Homepage: http://www.audacious-media-player.org/
Build-Depends:
debhelper-compat (= 10),
libdbus-1-dev (>= 0.60),
libdbus-glib-1-dev (>= 0.60),
audacious-dev (>= 3.5)
Standards-Version: 3.9.5
Package: libaudclient-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libaudclient2 (= ${binary:Version}),
audacious-dev (>= 3.5),
${misc:Depends}
Description: audacious D-Bus remote control library (development files)
Audacious is a fork of beep-media-player which supports Winamp skins
and many codecs.
.
In the default install, the following codecs are supported:
.
* MP3
* Ogg Vorbis / Theora
* AAC and AAC+
* FLAC
* ALAC
* Windows Media (WMA)
* WAVE
.
Additionally, Audacious is extendable through plugins, and contains
other useful features like LIRC support. Support for many more codecs
can also be added through plugins.
.
This package contains a development files and headers for the library
used to remote control audacious.
Package: libaudclient2
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: audacious D-Bus remote control library
Audacious is a fork of beep-media-player which supports Winamp skins
and many codecs.
.
In the default install, the following codecs are supported:
.
* MP3
* Ogg Vorbis / Theora
* AAC and AAC+
* FLAC
* ALAC
* Windows Media (WMA)
* WAVE
.
Additionally, Audacious is extendable through plugins, and contains
other useful features like LIRC support. Support for many more codecs
can also be added through plugins.
.
This package contains a library used to remote control audacious.
|