The Nautilus CD Burner package provides an easy method to write files to a CD or DVD burner with GNOME; by drag-and-dropping files using the GNOME file manager, Nautilus.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus-cd-burner/2.14/nautilus-cd-burner-2.14.3.tar.bz2
Download (FTP): http://ftp.gnome.org/pub/gnome/sources/nautilus-cd-burner/2.14/nautilus-cd-burner-2.14.3.tar.bz2
Download MD5 sum: c85642630b3db5ee0a40e2fdbf4fdf94
Download size: 682 KB
Estimated disk space required: 11.8 MB
Estimated build time: 0.3 SBU
intltool-0.34.2, HAL-0.5.7.1, and gnome-mount-0.4
Though Nautilus CD Burner happily passes all the configure script checks and then builds successfully without them, the Cdrtools-2.01 and dvd+rw-tools-6.1 packages are required to be installed or you won't be able to create ISO filesystems or burn CDs and DVDs.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/NautilusCdBurner
Install Nautilus CD Burner by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.14.3 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/nautilus-cd-burner && make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
--sysconfdir=/etc/gnome/2.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.3 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/nautilus-cd-burner: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/nautilus-cd-burner instead of $GNOME_PREFIX/libexec.
Last updated on 2007-01-14 12:11:18 -0600