mp3cd 1.27.0-1 source package in Ubuntu

Changelog

mp3cd (1.27.0-1) unstable; urgency=low

  * New upstream release
    - debian/patches/fix-manpage-typo.patch: dropped, fixed upstream.
  * debian/control:
    - update standards, no changes needed.
    - add mplayer to Recommends for unknown file types.
  * debian/watch: attempt to handle trailing/missing "0" micro version.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:19:12 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Kees Cook
Architectures:
all
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mp3cd_1.27.0.orig.tar.gz 20.0 KiB bcee0374b06c94cd3ccd9e8ccca9e3cec58ec38c262b6cd77ad606768a4553dd
mp3cd_1.27.0-1.debian.tar.gz 3.3 KiB 7d44e5b17e85df75bbbb9f6bc3b7907bc52fa804847d69fbde67391c3d8efe57
mp3cd_1.27.0-1.dsc 1.7 KiB 03ca721731536abc9600ad88fb90b6aa0f19c7aed3d069a80803b8c5d017ce83

Available diffs

View changes file

Binary packages built by this source

mp3cd: 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/