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.7 platform.

Package Information

SimpleBurn Dependencies

Required

CMake-3.1.3 and GTK+-2.24.26

Recommended

Optional

FLAC-1.3.1, mpg123-1.22.0, vorbis-tools-1.4.0, LAME-3.99.5, MPlayer-2015-02-20, 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:

sed -i -e 's|DESTINATION doc|DESTINATION share/doc|' CMakeLists.txt &&

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

All optical devices are not accessible for any user except root and members of the cdrom group. Add any users that might use the optical devices to that group:

usermod -a -G cdrom <username>

Command Explanations

sed ...: Ensure the documentation is installed in /usr/share/doc.

-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 2015-02-27 16:21:33 -0800