File: control

package info (click to toggle)
mpg321 0.3.2-3.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 784 kB
  • sloc: ansic: 5,371; sh: 767; makefile: 75
file content (24 lines) | stat: -rw-r--r-- 1,132 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
20
21
22
23
24
Source: mpg321
Section: sound
Priority: optional
Maintainer: Nanakos Chrysostomos <nanakos@wired-net.gr>
Homepage: http://mpg321.sourceforge.net
Build-Depends: debhelper (>> 7.0.0),libmad0-dev, libao-dev (>= 1.0.0), libid3tag0-dev, zlib1g-dev, dpkg-dev (>= 1.15.8.10), libasound2-dev (>= 1.0.23-2.1) [linux-any]
Standards-Version: 3.9.3

Package: mpg321
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: mpg123, mp3-decoder
Recommends: libaudio-scrobbler-perl
Description: Simple and lightweight command line MP3 player
 mpg321 is a clone of the popular mpg123 command-line mp3 player. It should
 function as a drop-in replacement for mpg123 in many cases. While some of
 the functionality of mpg123 is not yet implemented, mpg321 should function 
 properly in most cases for most people, such as for frontends such as
 gqmpeg. 
 .
 mpg321 is based on the mad MPEG audio decoding library. It therefore is
 highly accurate, and also uses only fixed-point calculation, making it
 more efficient on machines without a floating-point unit. It is not as
 fast as mpg123 on systems which have a floating point unit.