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.5 platform.
Download (HTTP): http://simpleburn.tuxfamily.org/IMG/bz2/simpleburn-1.6.5.tar.bz2
Download MD5 sum: de658ab5af00e7bcb1e948d5c45da7b9
Download size: 44 KB
Estimated disk space required: 1.7 MB
Estimated build time: 0.1 SBU
CMake-2.8.12.2 and GTK+-2.24.22
libisoburn-1.3.4, CDParanoia-III-10.2, and Cdrdao-1.2.3
FLAC-1.3.0, mpg123-1.18.0, 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
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
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>
-DBURNING=LIBBURNIA
: This
switch changes the burning suite from the default cdrtools.
Last updated on 2014-02-25 03:54:44 -0800