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
|
Source: audacious-plugins
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Chris Taylor <ctaylor@debian.org>,
Benjamin Drung <bdrung@ubuntu.com>
Build-Depends: audacious-dev (>= 2.3),
debhelper (>= 7.0.50~),
libasound2-dev (>= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] | libasound-dev (>= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libbinio-dev,
libcddb2-dev (>= 1.2.1) | libcddb-dev (>= 1.2.1),
libcdio-cdda-dev (>= 0.70),
libcue-dev,
libcurl4-gnutls-dev,
libesd0-dev (>= 0.2),
libfaad-dev,
libflac-dev (>= 1.1.2),
libfluidsynth-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libglade2-dev (>= 2.3.1),
libgtk2.0-dev (>= 2.6),
libgtkglext1,
libimlib2-dev (>= 1.1.0),
libjack-dev,
liblircclient-dev,
libmad0-dev,
libmcs-dev,
libmms-dev,
libmtp-dev,
libneon27-gnutls-dev (>= 0.26),
libogg-dev (>= 1.0),
libprojectm-dev,
libpulse-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libresid-builder-dev,
libsamplerate0-dev (>=0.0.15) | libsamplerate-dev (>=0.0.15),
libsdl1.2-dev (>= 1.2.9) | libsdl-dev (>= 1.2.9),
libshout3-dev,
libsidplay2-dev | libsidplay1-dev,
libsndfile1-dev (>= 0.19) | libsndfile-dev (>= 0.19),
libtagc0-dev (>= 1.4),
libvorbis-dev (>= 1.2),
libwavpack-dev,
libxcomposite-dev
Homepage: http://www.audacious-media-player.org/
Standards-Version: 3.9.1
VCS-Browser: http://git.debian.org/?p=pkg-audacious/audacious-plugins.git;a=summary
VCS-Git: git://git.debian.org/pkg-audacious/audacious-plugins.git
Package: audacious-plugins
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: audacious (>= 2.3)
Breaks: audacious (<< 2.3)
Conflicts: audacious-plugins-extra
Replaces: audacious (<< 2.3),
audacious-plugins-extra
Description: Base plugins for audacious
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
* AAC and AAC+
* FLAC
* Windows Media (WMA)
* TTA
* Many module formats and much more!
.
Additionally, Audacious is extendable through plugins, and contains
other useful features like LIRC support.
.
This package contains the plugins for Audacious.
* Audio CD reading
* MPEG support (mp3)
* Ogg Vorbis support
* Windows Media support (WMA)
* AAC support
* FLAC support
* ALAC support
* WAVE support
* ALSA output
* OSS output
* Disk writer output
* And many more!
Package: audacious-plugins-dbg
Section: debug
Priority: extra
Architecture: any
Depends: audacious-plugins (= ${binary:Version}), ${misc:Depends}
Recommends: audacious-dbg
Description: Audacious-Plugins debug symbols
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
* AAC and AAC+
* FLAC
* Windows Media (WMA)
* TTA
* Many module formats and much more!
.
Additionally, Audacious is extendable through plugins, and contains
other useful features like LIRC support.
.
This package contains the debugging symbols for the plugins collection of
Audacious. Please install it before reporting any crashes, as it makes bug
triage an easier process.
|