mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
3727a4c736
Update to gimp-2.10.14. Update to decorator-4.4.1. Update to telepathy-mission-control-5.16.5. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22321 af4574ff-66df-0310-9fd7-8a98e5e911e0
158 lines
4.1 KiB
XML
158 lines
4.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libburn-download-http
|
|
"http://files.libburnia-project.org/releases/libburn-&libburn-version;.tar.gz">
|
|
<!ENTITY libburn-download-ftp " ">
|
|
<!ENTITY libburn-md5sum "096f4acfba00f1210a84fb7650f7693d">
|
|
<!ENTITY libburn-size "968 KB">
|
|
<!ENTITY libburn-buildsize "15 MB">
|
|
<!ENTITY libburn-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libburn" xreflabel="libburn-&libburn-version;">
|
|
<?dbhtml filename="libburn.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libburn-&libburn-version;</title>
|
|
|
|
<indexterm zone="libburn">
|
|
<primary sortas="a-libburn">libburn</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libburn</title>
|
|
|
|
<para>
|
|
<application>libburn</application> is a library for writing preformatted
|
|
data onto optical media: CD, DVD and BD (Blu-Ray).
|
|
</para>
|
|
|
|
&lfs90_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libburn-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libburn-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libburn-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libburn-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libburn-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libburn-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/libburn"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libburn</title>
|
|
|
|
<para>
|
|
Install <application>libburn</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
cdrskin
|
|
</seg>
|
|
<seg>
|
|
libburn.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libburn
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="cdrskin">
|
|
<term><command>cdrskin</command></term>
|
|
<listitem>
|
|
<para>
|
|
burns preformatted data to CD, DVD, and BD via
|
|
<application>libburn</application>.
|
|
</para>
|
|
<indexterm zone="libburn cdrskin">
|
|
<primary sortas="b-cdrskin">cdrskin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libburn-lib">
|
|
<term><filename class="libraryfile">libburn.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libburn</application> API functions.
|
|
</para>
|
|
<indexterm zone="libburn libburn-lib">
|
|
<primary sortas="c-libburn">libburn.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|