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: mp3burn
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
Standards-Version: 4.6.0
Homepage: https://sourceforge.net/projects/mp3burn/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/mp3burn.git
Vcs-Browser: https://salsa.debian.org/debian/mp3burn
Package: mp3burn
Architecture: all
Depends:
file,
libmp3-info-perl,
libogg-vorbis-header-pureperl-perl,
libstring-shellquote-perl,
mpg123,
vorbis-tools,
wodim,
${misc:Depends},
${perl:Depends},
Suggests:
flac,
libaudio-flac-perl,
Description: burn audio CDs directly from MP3, Ogg Vorbis, or FLAC files
mp3burn is a Perl script that allows you to burn audio CDs composed
of MP3, Ogg Vorbis, or FLAC tracks without an intermediate file conversion
to .cdr or .wav.
The .mp3/.ogg/.flac files *are* converted using a decoder, but are
written to FIFOs so they don't consume filesystem space during the burn.
|