~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to cdda2wav/cdda2mp3

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-0mibp3jcbifarjue
Tags: 4:1.10-7
* The seventh-time-lucky release. This should go into Woody.
* Simplified the old crap^h^h^h^hdebconf interaction part, moved makedev
  calls to cdrecord.postinst, since makedev != essential. Closes: #141905

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# the post processor is fed through a pipe to avoid space waste
24
24
# specify the post processing program and its options
25
25
MP_CODER=lame
26
 
#MP_OPTIONS=''
 
26
MP_OPTIONS=''
27
27
 
28
28
FILEPREFIX=${1:-audiotrack}
29
29
 
 
30
. /etc/default/cdda2mp3 2>/dev/null || true
 
31
 
30
32
TRACK=1
31
33
while :
32
34
do