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.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/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.7, itstool-2.0.7, libcanberra-0.30, and libnotify-0.8.3
gobject-introspection-1.78.1, libburn-1.5.6, libisoburn-1.5.6, and libisofs-1.5.6, Nautilus-45.1, Tracker-3.6.0, and totem-pl-parser-3.26.6
dvd+rw-tools-7.1 and Gvfs-1.52.1
Cdrdao-1.2.4, libdvdcss-1.4.3, Cdrtools-3.02a09, and VCDImager
Install Brasero by running the following commands:
./configure --prefix=/usr \
--enable-compile-warnings=no \
--enable-cxx-warnings=no \
--disable-nautilus &&
makeThis 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.