source: multimedia/cdwriteutils/k3b.xml@ ef3f063

systemd-13485
Last change on this file since ef3f063 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

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