source: kde/kf5-apps/k3b.xml

trunk
Last change on this file was 5bfcd23e, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Internal cleanup kf5->kf6

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 k3b-download-http "&kf5apps-download-http;/k3b-&kf5apps-version;.tar.xz">
8 <!ENTITY k3b-download-ftp " ">
9 <!ENTITY k3b-md5sum "63d0cc37185c49f759f60c0f265572bc">
10 <!ENTITY k3b-size "10 MB">
11 <!ENTITY k3b-buildsize "128 MB">
12 <!ENTITY k3b-time "1.0 SBU (using parallelism=4)">
13]>
14
15<sect1 id="k3b" xreflabel="k3b-&kf5apps-version;">
16 <?dbhtml filename="k3b.html"?>
17
18
19 <title>k3b-&kf5apps-version;</title>
20
21 <indexterm zone="k3b">
22 <primary sortas="a-K3b">K3b</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to K3b</title>
27
28 <para>
29 The <application>K3b</application> package contains a KF6-based
30 graphical interface to the <application>Cdrtools</application> and
31 <application>dvd+rw-tools</application> CD/DVD manipulation tools. It also
32 combines the capabilities of many other multimedia packages into one
33 central interface to provide a simple-to-operate application that can be
34 used to handle many of your CD/DVD recording and formatting requirements.
35 It is used for creating audio, data, video and mixed-mode CDs as well
36 as copying, ripping and burning CDs and DVDs.
37 </para>
38
39 <para>
40 Though <application>k3b</application> can be used to copy almost any
41 DVD to similar medium, it does not provide a way to copy, or reproduce a
42 double-layer DVD onto single-layer medium. Of course, there is not a
43 program anywhere on any platform that can make an exact duplicate of a
44 double-layer DVD onto a single-layer disk, there are programs on some
45 platforms that can compress the data on a double-layer DVD to fit on a
46 single-layer DVD producing a duplicate, but compressed, image. If you need
47 to copy the contents of a double-layer DVD to single-layer medium, you may
48 want to look at the
49 <ulink url="http://www.mcmurchy.com/rmlcopydvd/">RMLCopyDVD</ulink> package.
50 </para>
51
52 &lfs121_checked;
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>
58 Download (HTTP): <ulink url="&k3b-download-http;"/></para>
59 </listitem>
60 <listitem>
61 <para>
62 Download (FTP): <ulink url="&k3b-download-ftp;"/>
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download MD5 sum: &k3b-md5sum;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Download size: &k3b-size;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated disk space required: &k3b-buildsize;
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Estimated build time: &k3b-time;
83 </para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">K3b Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="kf6-frameworks"/>,
92 <xref linkend="libkcddb"/>,
93 <xref linkend="libsamplerate"/>, and
94 <xref linkend="shared-mime-info"/>
95 </para>
96
97 <para role="required">
98 The CD/DVD drive is detected at run time using <xref linkend="udisks2"
99 role="runtime"/>, which must therefore be installed before running
100 <command>k3b</command>.
101 </para>
102
103 <bridgehead renderas="sect4">Recommended</bridgehead>
104 <para role="recommended">
105 <xref linkend="libburn"/>,
106 <xref linkend="libdvdread"/>, and
107 <xref linkend="taglib"/>
108 </para>
109
110 <para role="recommended">
111 There are programs from three packages that
112 <application>k3b</application> will look for at runtime:
113 <xref role="runtime" linkend="cdrtools"/> (required to burn CD-ROM media),
114 <xref role="runtime" linkend="dvd-rw-tools"/> (required to burn or format
115 DVD media), and <xref role="runtime" linkend="cdrdao"/> (required to burn
116 CD-ROM media in DAO (Disk At Once) mode). If you don't need the
117 capability provided by any of the three packages, you don't have to
118 install it. However, a warning message will be generated every time you
119 run the <command>k3b</command> program if any are not installed.
120 </para>
121
122 <bridgehead renderas="sect4">Optional Runtime </bridgehead>
123 <para role="optional">
124 <xref linkend="ffmpeg"/>
125 </para>
126
127 <bridgehead renderas="sect4">Optional</bridgehead>
128 <para role="optional">
129 <xref linkend="flac"/>,
130 <xref linkend="lame"/>,
131 <xref linkend="libmad"/>,
132 <xref linkend="libsndfile"/>,
133 <xref linkend="libvorbis"/>,
134 <xref linkend="libmusicbrainz"/>, and
135 <ulink url="https://www.musepack.net/">Musepack (libmpcdec)</ulink>
136 </para>
137
138 </sect2>
139
140 <sect2 role="installation">
141 <title>Installation of K3b</title>
142
143 <para>
144 Install <application>K3b</application> by running the following
145 commands:
146 </para>
147
148<screen><userinput>mkdir build &amp;&amp;
149cd build &amp;&amp;
150
151cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
152 -DCMAKE_BUILD_TYPE=Release \
153 -DBUILD_TESTING=OFF \
154 -Wno-dev .. &amp;&amp;
155make</userinput></screen>
156
157 <para>
158 This package does not come with a test suite.
159 </para>
160
161 <para>
162 Now, as the &root; user:
163 </para>
164
165<screen role="root"><userinput>make install</userinput></screen>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>
179 k3b
180 </seg>
181 <seg>
182 libk3bdevice.so,
183 libk3blib.so,
184 and numerous plugin modules for the installed dependencies
185 </seg>
186 <seg>
187 $KF6_PREFIX/share/k3b and
188 $KF6_PREFIX/share/doc/HTML/*/k3b
189 </seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="k3b-prog">
199 <term><command>k3b</command></term>
200 <listitem>
201 <para>
202 is the graphical CD/DVD program
203 </para>
204 <indexterm zone="k3b k3b-prog">
205 <primary sortas="b-k3b">k3b</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.