Brasero is an application used to burn CD/DVD on the GNOME Desktop. It is designed to be as simple as possible and has some unique features that enable users to create their discs easily and quickly.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/brasero/3.12/brasero-3.12.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/brasero/3.12/brasero-3.12.3.tar.xz
Download MD5 sum: ae48248dd36f89282d573eb7a0a1391f
Download size: 3.0 MB
Estimated disk space required: 105 MB
Estimated build time: 1.0 SBU
gst-plugins-base-1.22.0, itstool-2.0.7, libcanberra-0.30, and libnotify-0.8.1
gobject-introspection-1.74.0, libburn-1.5.4, libisoburn-1.5.4, and libisofs-1.5.4, Nautilus-43.2, Tracker-3.4.2, and totem-pl-parser-3.26.6
dvd+rw-tools-7.1 and Gvfs-1.50.3
Cdrdao-1.2.4, libdvdcss-1.4.3, Cdrtools-3.02a09, and VCDImager
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/brasero
Install Brasero by running the following commands:
./configure --prefix=/usr \ --enable-compile-warnings=no \ --enable-cxx-warnings=no \ --disable-nautilus && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-*-warnings=no
:
These switches fix build problems under GCC-6.x compilers.
--disable-nautilus
: This
switch disables building the Nautilus extension since it is
incompatible with the gtk4 version of Nautilus.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.