File: control

package info (click to toggle)
mp3cd 1.27.0-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 188 kB
  • ctags: 38
  • sloc: perl: 591; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,545 bytes parent folder | download
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
Source: mp3cd
Section: sound
Priority: extra
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7), libconfig-simple-perl
Maintainer: Kees Cook <kees@debian.org>
Standards-Version: 3.9.8.0
Homepage: http://outflux.net/software/pkgs/mp3cd/

Package: mp3cd
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libconfig-simple-perl, cdrdao, sox (>= 14.1.0-1), libsox-fmt-mp3, normalize-audio, gstreamer1.0-tools
Recommends: flac, vorbis-tools, gstreamer1.0-plugins-good, mplayer
Description: Burns normalized audio CDs from lists of MP3s/WAVs/Oggs/FLACs
 This script burns a playlist (.m3u, XMLPlaylist or command line list) of
 MP3s, Oggs, and/or WAVs to an audio CD. The ".m3u" format is really
 nothing more than a list of fully qualified filenames. The script
 handles making the WAVs sane by resampling if needed, and normalizing the
 volume across all tracks. Reading tags and writing CD-TEXT is supported.
 .
 If a failure happens, earlier stages can be skipped with the '-s' flag.
 The file "tool-output.txt" in the temp directory can be examined to see
 what went wrong during the stage. Some things are time-consuming (like
 writing the WAVs from MP3s) and if the CD burn failed, it's much nicer
 not to have to start over from scratch. When doing this, you will not
 need the m3u file any more, since the files have already been built.
 See the list of stages using '-h'.
 .
 This script implements the suggested methods outlined in the Linux MP3
 CD Burning mini-HOWTO:
  http://tldp.org/HOWTO/MP3-CD-Burning/