File: control

package info (click to toggle)
cdrdao 1%3A1.2.3-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 11,692 kB
  • sloc: ansic: 62,898; cpp: 51,119; sh: 5,506; perl: 673; makefile: 533; pascal: 41; xml: 41
file content (33 lines) | stat: -rw-r--r-- 1,151 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
32
33
Source: cdrdao
Section: otherosfs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 antlr,
 debhelper (>= 9),
 dh-autoreconf,
 libao-dev,
 libcam-dev [kfreebsd-any],
 libgconf2-dev,
 libvorbis-dev
Standards-Version: 3.9.8
Homepage: http://cdrdao.sourceforge.net/

Package: cdrdao
Architecture: kfreebsd-any linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libperl4-corelibs-perl | perl (<< 5.12.3-7)
Description: records CDs in Disk-At-Once (DAO) mode
 cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a
 textual description of the CD contents.
 .
 Recording in disk-at-once mode writes the complete disc, i.e. lead-in, one or
 more tracks and lead-out, in a single step. The commonly used track-at-once
 (TAO) mode writes each track independently which requires link blocks between
 two tracks. You probably want to use this if you're copying a CD with multiple
 tracks, like most audio CDs.
 .
 cdrdao can also handle the bin/cue format commonly used for VCDs or disks with
 subchannel data.
 .
 If you just want to burn a normal data CD, you probably want wodim instead.