source: xfce/apps/xfburn.xml@ 6a9e822

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 6a9e822 was 6a9e822, checked in by Ken Moffat <ken@…>, 11 years ago

more tags for 7.3

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
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
7 <!ENTITY xfburn-download-http
8 "http://archive.xfce.org/src/apps/xfburn/0.4/xfburn-&xfburn-version;.tar.bz2">
9 <!ENTITY xfburn-download-ftp " ">
10 <!ENTITY xfburn-md5sum "147cdc2d909e751125be16103b8dc81f">
11 <!ENTITY xfburn-size "640 KB">
12 <!ENTITY xfburn-buildsize "17 MB">
13 <!ENTITY xfburn-time "0.3 SBU">
14]>
15
16<sect1 id="xfburn" xreflabel="Xfburn-&xfburn-version;">
17 <?dbhtml filename="xfburn.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xfburn-&xfburn-version;</title>
25
26 <indexterm zone="xfburn">
27 <primary sortas="a-Xfburn">Xfburn</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfburn</title>
32
33 <para>
34 <application>Xfburn</application> is a <application>GTK+ 2</application>
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.
38 </para>
39
40 &lfs73_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&xfburn-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xfburn-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xfburn-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xfburn-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xfburn-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xfburn-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Xfburn Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="exo"/>,
81 <xref linkend="libxfcegui4"/> and
82 <xref linkend="libisoburn"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/xfburn"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Xfburn</title>
92
93 <para>
94 Install <application>Xfburn</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>sed -i '/&lt;glib.h&gt;/a#include &lt;glib-object.h&gt;' xfburn/xfburn-settings.h &amp;&amp;
99./configure --prefix=/usr --disable-static &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <command>sed -i '/&lt;glib.h&gt;/a#include &lt;glib-object.h&gt;'
119 xfburn/xfburn-settings.h</command>: This sed is needed to compile with
120 <application>Glib</application> 2.32 installed.
121 </para>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directory</segtitle>
135
136 <seglistitem>
137 <seg>
138 xfburn
139 </seg>
140 <seg>
141 None
142 </seg>
143 <seg>
144 /usr/share/xfburn
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="xfburn-prog">
155 <term><command>xfburn</command></term>
156 <listitem>
157 <para>
158 is a <application>GTK+ 2</application> application for
159 creating CDs and DVDs.
160 </para>
161 <indexterm zone="xfburn xfburn-prog">
162 <primary sortas="b-xfburn">xfburn</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.