Brasero is an application used to burn CDs and DVDs 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.
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.
下载地址(HTTP):https://download.gnome.org/sources/brasero/3.12/brasero-3.12.3.tar.xz
MD5 校验和:ae48248dd36f89282d573eb7a0a1391f
大小:3.0 MB
预计所需磁盘空间:105 MB
预计构建时间:1.0 SBU
gst-plugins-base-1.28.4, Intltool-0.51.0, itstool-2.0.7, libcanberra-0.30, and libnotify-0.8.8
GLib-2.88.2 (with GObject Introspection), libburn-1.5.8, libisoburn-1.5.8.pl02, and libisofs-1.5.8.pl02, Nautilus-50.2.2, tinysparql-3.11.1, and totem-pl-parser-3.26.7
dvd+rw-tools-7.1 and Gvfs-1.60.1
Cdrdao-1.2.6, libdvdcss-1.5.0, Cdrtools-3.02a09, and VCDImager
First, fix a build issue that occurs with GCC-14:
patch -Np1 -i ../brasero-3.12.3-upstream_fixes-1.patch
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.