source: xfce/apps/xfburn.xml@ a4d9519

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a4d9519 was a4d9519, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to libpng-1.6.10, sqlite-3.8.4.1, nspr-4.10.4, nss-3.15.5 and xfburn-0.5.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12858 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[17bcb81]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0658150]7 <!ENTITY xfburn-download-http
[a4d9519]8 "http://archive.xfce.org/src/apps/xfburn/0.5/xfburn-&xfburn-version;.tar.bz2">
[0658150]9 <!ENTITY xfburn-download-ftp " ">
[a4d9519]10 <!ENTITY xfburn-md5sum "e84620b9f755623a605f3c8ec2af6431">
11 <!ENTITY xfburn-size "732 KB">
[0658150]12 <!ENTITY xfburn-buildsize "17 MB">
[a4d9519]13 <!ENTITY xfburn-time "0.1 SBU">
[17bcb81]14]>
15
[a14e9fc]16<sect1 id="xfburn" xreflabel="Xfburn-&xfburn-version;">
[0658150]17 <?dbhtml filename="xfburn.html"?>
[17bcb81]18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[a14e9fc]24 <title>Xfburn-&xfburn-version;</title>
[17bcb81]25
[0658150]26 <indexterm zone="xfburn">
[a14e9fc]27 <primary sortas="a-Xfburn">Xfburn</primary>
[17bcb81]28 </indexterm>
29
30 <sect2 role="package">
[0658150]31 <title>Introduction to Xfburn</title>
[17bcb81]32
33 <para>
[a14e9fc]34 <application>Xfburn</application> is a <application>GTK+ 2</application>
[0658150]35 GUI frontend for <application>Libisoburn</application>. This is useful for
36 creating CDs and DVDs from files on your computer or ISO images downloaded
37 from elsewhere.
[17bcb81]38 </para>
39
[0eda55a9]40 &lfs75_checked;
[17bcb81]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
[0658150]46 Download (HTTP): <ulink url="&xfburn-download-http;"/>
[17bcb81]47 </para>
48 </listitem>
49 <listitem>
50 <para>
[0658150]51 Download (FTP): <ulink url="&xfburn-download-ftp;"/>
[17bcb81]52 </para>
53 </listitem>
54 <listitem>
55 <para>
[0658150]56 Download MD5 sum: &xfburn-md5sum;
[17bcb81]57 </para>
58 </listitem>
59 <listitem>
60 <para>
[0658150]61 Download size: &xfburn-size;
[17bcb81]62 </para>
63 </listitem>
64 <listitem>
65 <para>
[0658150]66 Estimated disk space required: &xfburn-buildsize;
[17bcb81]67 </para>
68 </listitem>
69 <listitem>
70 <para>
[0658150]71 Estimated build time: &xfburn-time;
[17bcb81]72 </para>
73 </listitem>
74 </itemizedlist>
75
[0658150]76 <bridgehead renderas="sect3">Xfburn Dependencies</bridgehead>
[17bcb81]77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
[0658150]80 <xref linkend="exo"/>,
[a4d9519]81 <xref linkend="libxfce4util"/>, and
[a14e9fc]82 <xref linkend="libisoburn"/>
[17bcb81]83 </para>
84
[a4d9519]85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="gst-plugins-base"/>
88 </para>
89
[17bcb81]90 <para condition="html" role="usernotes">
[0658150]91 User Notes: <ulink url="&blfs-wiki;/xfburn"/>
[17bcb81]92 </para>
93 </sect2>
94
95 <sect2 role="installation">
[0658150]96 <title>Installation of Xfburn</title>
[17bcb81]97
98 <para>
[0658150]99 Install <application>Xfburn</application> by running the following
[17bcb81]100 commands:
101 </para>
102
[a4d9519]103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[17bcb81]104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
[a14e9fc]115
[17bcb81]116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
[a14e9fc]121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
[17bcb81]124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
[0658150]130 <segtitle>Installed Program</segtitle>
[c3c56b2]131 <segtitle>Installed Libraries</segtitle>
[0658150]132 <segtitle>Installed Directory</segtitle>
[17bcb81]133
134 <seglistitem>
[a14e9fc]135 <seg>
136 xfburn
137 </seg>
138 <seg>
139 None
140 </seg>
141 <seg>
142 /usr/share/xfburn
143 </seg>
[17bcb81]144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
[0658150]152 <varlistentry id="xfburn-prog">
153 <term><command>xfburn</command></term>
[17bcb81]154 <listitem>
155 <para>
[a14e9fc]156 is a <application>GTK+ 2</application> application for
157 creating CDs and DVDs.
[17bcb81]158 </para>
[0658150]159 <indexterm zone="xfburn xfburn-prog">
160 <primary sortas="b-xfburn">xfburn</primary>
[17bcb81]161 </indexterm>
162 </listitem>
163 </varlistentry>
[a14e9fc]164
[17bcb81]165 </variablelist>
[a14e9fc]166
[17bcb81]167 </sect2>
[a14e9fc]168
[17bcb81]169</sect1>
Note: See TracBrowser for help on using the repository browser.