Xfburn is a GTK+ 2 GUI frontend for Libisoburn. This is useful for creating CDs and DVDs from files on your computer or ISO images downloaded from elsewhere.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://archive.xfce.org/src/apps/xfburn/0.4/xfburn-0.4.3.tar.bz2
Download MD5 sum: 147cdc2d909e751125be16103b8dc81f
Download size: 640 KB
Estimated disk space required: 17 MB
Estimated build time: 0.3 SBU
Exo-0.10.2, libxfcegui4-4.10.0, and libisoburn-1.3.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xfburn
Install Xfburn by running the following commands:
sed -i '/<glib.h>/a#include <glib-object.h>' xfburn/xfburn-settings.h && ./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -i '/<glib.h>/a#include <glib-object.h>' xfburn/xfburn-settings.h: This sed is needed to compile with Glib 2.32 installed.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-09-01 11:17:09 -0700