source: xfce/apps/xfburn.xml@ 9dd3b01

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 9dd3b01 was edbc176, checked in by Thomas Trepl <thomas@…>, 14 months ago

A few tags (mostly on xfce)

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