Brasero-3.12.2

Introduction to Brasero

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-9.1 platform.

Package Information

Brasero Dependencies

Required

gst-plugins-base-1.16.2, itstool-2.0.6, libcanberra-0.30, and libnotify-0.7.8

Recommended

Optional

GTK-Doc-1.32 and Tracker-2.3.2

Recommended (Runtime)

Optional (Runtime)

Cdrdao-1.2.4, libdvdcss-1.4.2, Cdrtools-3.02a09, and VCDImager

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/brasero

Installation of Brasero

Install Brasero by running the following commands:

./configure --prefix=/usr                \
            --enable-compile-warnings=no \
            --enable-cxx-warnings=no     &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--enable-*-warnings=no: These switches fix build problems under GCC-6.x compilers.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: brasero
Installed Libraries: libbrasero-{burn,media,utils}3.so, and /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
Installed Directories: /usr/include/brasero3, /usr/lib/brasero3, /usr/share/brasero, /usr/share/gtk-doc/html/libbrasero-{burn,media}, and /usr/share/help/*/brasero

Short Descriptions

brasero

is a simple and easy to use CD/DVD burning application for the GNOME Desktop.

libbrasero-burn3.so

contains the Burning API functions.

libbrasero-media3.so

contains the Media API functions.

libbrasero-utils3.so

contains the Brasero API functions.

Last updated on 2020-02-27 13:05:33 -0800