SimpleBurn-1.6.5

Introduction to SimpleBurn

SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs.

This package is known to build and work properly using an LFS-7.6 systemd platform.

Package Information

SimpleBurn Dependencies

Required

CMake-3.0.1 and GTK+-2.24.24

Recommended

Optional

FLAC-1.3.0, mpg123-1.20.1, vorbis-tools-1.4.0, LAME-3.99.5, MPlayer-1.1.1, normalize, libcdio, mpg321, cdrtools, and cdrkit

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/simpleburn

Installation of SimpleBurn

Install SimpleBurn by running the following commands:

mkdir build &&
cd build &&
cmake -DCMAKE_BUILD_TYPE=Release \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DBURNING=LIBBURNIA .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

-DBURNING=LIBBURNIA: This switch changes the burning suite from the default cdrtools.

Contents

Installed Programs: simpleburn, simpleburn-abort-operation, simpleburn-blank-media, simpleburn-burn-audio, simpleburn-burn-data, simpleburn-burning-suite, simpleburn-burn-iso, simpleburn-copy-audio, simpleburn-copy-data, simpleburn-extract-audio, simpleburn-extract-iso, simpleburn-gauges, simpleburn-get-datasize, simpleburn-media-detection, simpleburn-ripdvd-detection, and simpleburn-ripdvd-encoding
Installed Libraries: None
Installed Directories: /usr/share/doc/simpleburn-1.6.5 and /usr/share/simpleburn

Short Descriptions

simpleburn

is the graphical program.

Last updated on 2014-08-25 07:57:00 -0700