Cdrdao-1.2.4

Cdrdao の概要

Cdrdao パッケージは CD 録音に関するユーティリティーを提供します。 ディスクアットワンス (disk-at-once) モードにて CD を焼く際に有用です。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Cdrdao の依存パッケージ

推奨

Editor Notes: https://wiki.linuxfromscratch.org/blfs/wiki/cdrdao

Cdrdao のインストール

以下のコマンドを実行して Cdrdao をビルドします。

./configure --prefix=/usr --mandir=/usr/share/man &&
make

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install &&
install -v -m755 -d /usr/share/doc/cdrdao-1.2.4 &&
install -v -m644 README /usr/share/doc/cdrdao-1.2.4

コマンド説明

--mandir=/usr/share/man: man ページのインストール先を /usr/man ではなく /usr/share/man とします。

パッケージ構成

インストールプログラム: cdrdao, cue2toc, toc2cddb, toc2cue and optionally toc2mp3
インストールライブラリ: なし
インストールディレクトリ: /usr/share/cdrdao, /usr/share/doc/cdrdao-1.2.4

概略説明

cdrdao

records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents

cue2toc

converts CUE to TOC format for audio CDs

toc2cddb

converts a Cdrdao TOC file into a cddb file and prints it to stdout

toc2cue

converts TOC to CUE format for audio CDs

toc2mp3

converts an audio CD disk image (.toc file) to MP3 files