File: control

package info (click to toggle)
madplay 0.15.2b-8.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,200 kB
  • ctags: 2,079
  • sloc: ansic: 17,882; sh: 9,397; makefile: 503; yacc: 288; sed: 16
file content (19 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: madplay
Priority: optional
Section: sound
Build-Depends: cdbs, debhelper (>= 4.1.0), gettext, zlib1g-dev, libesd0-dev, libmad0-dev (>= 0.15.0), libid3tag0-dev (>= 0.15.0), autotools-dev, libtool, autoconf, automake1.11, libasound2-dev
Maintainer: Mad Maintainers <pkg-mad-maintainers@lists.alioth.debian.org>
Uploaders: Sam Clegg <samo@debian.org>, Kurt Roeckx <kurt@roeckx.be>, Clément Stenac <zorglub@debian.org>
Standards-Version: 3.6.1

Package: madplay
Architecture: any
Section: sound
Depends: ${shlibs:Depends}
Description: MPEG audio player in fixed point
 MAD is an MPEG audio decoder. It currently only supports the MPEG 1
 standard, but fully implements all three audio layers (Layer I, Layer II,
 and Layer III, the latter often colloquially known as MP3.).  There is also
 full support for ID3 tags.
 .
 All work is done in fixed point, so it even works on machines without an FPU.