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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/brasero/3.12/brasero-3.12.3.tar.xz
ダウンロード MD5 sum: ae48248dd36f89282d573eb7a0a1391f
ダウンロードサイズ: 3.0 MB
必要ディスク容量: 105 MB
概算ビルド時間: 1.0 SBU
gst-plugins-base-1.22.7, itstool-2.0.7, libcanberra-0.30, libnotify-0.8.3
gobject-introspection-1.78.1, libburn-1.5.6, libisoburn-1.5.6, libisofs-1.5.6, Nautilus-45.2.1, Tracker-3.6.0, totem-pl-parser-3.26.6
Cdrdao-1.2.4, libdvdcss-1.4.3, Cdrtools-3.02a09, and VCDImager
以下のコマンドを実行して Brasero をビルドします。
./configure --prefix=/usr \ --enable-compile-warnings=no \ --enable-cxx-warnings=no \ --disable-nautilus && make
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
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
: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。