debian/0000755000000000000000000000000011663270776007205 5ustar debian/copyright0000644000000000000000000000244011407552027011124 0ustar This package was debianized by Kees Cook on Sun, 1 Oct 2006 09:49:28 -0700 It was downloaded from http://outflux.net/software/pkgs/mp3cd/ Upstream Author: Kees Cook Copyright © 2003-2009 Kees Cook This is free software; see the source for copying conditions. There is NO warranty; the author is NOT RESPONSIBLE for any use of this program. This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2006-2010, Kees Cook and is licensed under the GPL, see above. debian/compat0000644000000000000000000000000211407551374010373 0ustar 7 debian/source/0000755000000000000000000000000011515337167010477 5ustar debian/source/format0000644000000000000000000000001411407551402011673 0ustar 3.0 (quilt) debian/stamp-makefile-build0000644000000000000000000000000011272464264013103 0ustar debian/control0000644000000000000000000000300711663270363010600 0ustar Source: mp3cd Section: sound Priority: extra Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.0-7), libconfig-simple-perl Maintainer: Kees Cook Standards-Version: 3.9.2.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, gstreamer-tools Recommends: flac, vorbis-tools, gstreamer0.10-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/ debian/patches/0000775000000000000000000000000011663270456010631 5ustar debian/patches/fix-readme-url.patch0000664000000000000000000000117311663270456014475 0ustar Description: update the HOWTO URL. Author: Geoff Simmons Index: mp3cd-1.27.0/README =================================================================== --- mp3cd-1.27.0.orig/README 2011-11-23 14:17:33.731379826 -0800 +++ mp3cd-1.27.0/README 2011-11-23 14:17:42.639500799 -0800 @@ -1,7 +1,7 @@ This is the README file for mp3cd, a perl script that implements the suggested methods outlined in the Linux "MP3 CD Burning mini-HOWTO" -http://tldp.org/HOWTO/mini/MP3-CD-Burning/ +http://tldp.org/HOWTO/MP3-CD-Burning/ For more information on how to use the script, see the pod documentation via the command debian/patches/series0000664000000000000000000000002511663270372012040 0ustar fix-readme-url.patch debian/rules0000755000000000000000000000005011407551273010246 0ustar #!/usr/bin/make -f %: dh $@ --parallel debian/changelog0000644000000000000000000000670311663270721011053 0ustar mp3cd (1.27.0-2) unstable; urgency=low * debian/control, debian/patches/fix-readme-url.patch: correct the HOWTO URL, thanks to Geoff Simmons (Closes: 618370). * debian/control: update standards version, no changes needed. -- Kees Cook Wed, 23 Nov 2011 14:15:47 -0800 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. -- Kees Cook Tue, 18 Jan 2011 08:17:41 -0800 mp3cd (1.26.1-4) unstable; urgency=low * Switched to dpkg-source 3.0 (quilt) format and dh7. * debian/copyright: clean up lintian warnings. * debian/patches/fix-manpage-typo.patch: fix small spelling error. -- Kees Cook Sun, 20 Jun 2010 19:52:00 -0700 mp3cd (1.26.1-3) unstable; urgency=low * debian/control: drop unused mpg321, and add sox mp3 support since it was split from the main sox package, thanks to Paul Slootman (Closes: 541263). -- Kees Cook Thu, 29 Oct 2009 21:10:52 -0700 mp3cd (1.26.1-2) unstable; urgency=low * Update watch file to not use /e modifier, thanks to Adam D. Barratt (Closes: 544788). -- Kees Cook Wed, 02 Sep 2009 15:41:21 -0700 mp3cd (1.26.1-1) unstable; urgency=low * New upstream release * debian/watch: actually use uupdate for real. -- Kees Cook Fri, 19 Jun 2009 18:23:54 -0700 mp3cd (1.26.0-1) unstable; urgency=low * New upstream release * debian/control: - add GStreamer depends and recommends (for tag reading). - update description to include mention of CD-TEXT support. - bump standards version (no changes needed). - add misc:Depends to make lintian happy. * debian/copyright: clarify GPL version and update years. * debian/watch: automatically run uupdate. -- Kees Cook Sun, 14 Jun 2009 13:49:14 -0700 mp3cd (1.25.5-1) unstable; urgency=medium * New upstream release. Fixes incompatibility with sox 14.1.0 (Closes: #500964). * debian/control: update standards version, add homepage. -- Kees Cook Sun, 05 Oct 2008 16:44:27 -0700 mp3cd (1.25.4-2) unstable; urgency=low * debian/control: drop "normalized" package Depend, clean up description. * debian/copyright: add license notice for packaging. * debian/watch: created. -- Kees Cook Sat, 16 Jun 2007 00:47:14 -0700 mp3cd (1.25.4-1) unstable; urgency=low * New upstream release (Closes: #415753). -- Kees Cook Thu, 22 Mar 2007 17:54:33 -0700 mp3cd (1.25.3-1) unstable; urgency=low * New upstream release (Closes: #413261). * debian/rules: dropping tarball cdbs method. -- Kees Cook Sat, 3 Mar 2007 11:15:18 -0800 mp3cd (1.25.2-1) unstable; urgency=low * New upstream version (Closes: #396743, #399619). -- Kees Cook Mon, 20 Nov 2006 14:46:17 -0800 mp3cd (1.25.1-2) unstable; urgency=low * debian/control: drop old 'oggdec' Recommends (Closes: 394660), adjust package priority to "extra" to match dependencies. -- Kees Cook Sun, 22 Oct 2006 09:30:48 -0700 mp3cd (1.25.1-1) unstable; urgency=low * Initial release. (Closes: #390371) -- Kees Cook Sun, 1 Oct 2006 09:49:28 -0700 debian/watch0000644000000000000000000000053111515340046010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # HTTP # Handle the horrible, horrible Perl versioning opts=uversionmangle=s|^(\d+)$|$1.|;s|([\.\d]+)|${1}000000|;s|(\d+)\.(\d{3})(\d{3})\d+|$1.$2.$3|;s|\.0+|.0|g;s|\.0(\d+)|.$1|g \ http://outflux.net/software/pkgs/mp3cd/download/mp3cd-(.*)\.tar\.gz \ debian uupdate debian/stamp-makefile-check0000644000000000000000000000000011272464264013061 0ustar