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 libkdcraw-download-http "&kde-download-http;applications/&kde-apps-version;/src/libkdcraw-&kde-apps-version;.tar.xz">
|
---|
8 | <!ENTITY libkdcraw-download-ftp " ">
|
---|
9 | <!ENTITY libkdcraw-md5sum "ce2c520d99b0ff8108c6944e1ec287bd">
|
---|
10 | <!ENTITY libkdcraw-size "100 KB">
|
---|
11 | <!ENTITY libkdcraw-buildsize "2.9 MB">
|
---|
12 | <!ENTITY libkdcraw-time "0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="libkdcraw" xreflabel="libkdcraw-&kde-apps-version;">
|
---|
16 | <?dbhtml filename="libkdcraw.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>libkdcraw-&kde-apps-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="libkdcraw">
|
---|
26 | <primary sortas="a-libkdcraw">libkdcraw</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to libkdcraw</title>
|
---|
31 |
|
---|
32 | <para>Libkdcraw is a C++ interface around the LibRaw library used to decode RAW
|
---|
33 | picture files.</para>
|
---|
34 |
|
---|
35 | &lfs78_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing="compact">
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&libkdcraw-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&libkdcraw-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &libkdcraw-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &libkdcraw-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &libkdcraw-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &libkdcraw-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">Libkdcraw Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
62 | <para role="required">
|
---|
63 | <xref linkend="kdelibs"/> and
|
---|
64 | <xref linkend="libraw"/>
|
---|
65 | </para>
|
---|
66 |
|
---|
67 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
68 | <para role="optional">
|
---|
69 | <xref linkend="openssl"/>
|
---|
70 | </para>
|
---|
71 |
|
---|
72 | <para condition="html" role="usernotes">User Notes:
|
---|
73 | <ulink url="&blfs-wiki;/libkdcraw"/>
|
---|
74 | </para>
|
---|
75 |
|
---|
76 | </sect2>
|
---|
77 |
|
---|
78 | <sect2 role="installation">
|
---|
79 | <title>Installation of libkdcraw</title>
|
---|
80 |
|
---|
81 | <para>Install <application>libkdcraw</application> by running
|
---|
82 | the following commands:</para>
|
---|
83 |
|
---|
84 | <screen><userinput>sed -e '/3/a add_definitions(${KDE4_ENABLE_EXCEPTIONS})' \
|
---|
85 | -i libkdcraw/CMakeLists.txt &&
|
---|
86 |
|
---|
87 | mkdir build &&
|
---|
88 | cd build &&
|
---|
89 |
|
---|
90 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
91 | -DCMAKE_BUILD_TYPE=Release \
|
---|
92 | -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
|
---|
93 | -Wno-dev .. &&
|
---|
94 | make</userinput></screen>
|
---|
95 |
|
---|
96 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
97 |
|
---|
98 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
99 |
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="commands">
|
---|
103 | <title>Command Explanations</title>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | <command>sed ... libkdcraw/CMakeLists.txt</command>: Allow C++ exceptions
|
---|
107 | that are needed for libraw-0.16.2 headers.
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | </sect2>
|
---|
111 |
|
---|
112 | <sect2 role="content">
|
---|
113 | <title>Contents</title>
|
---|
114 |
|
---|
115 | <segmentedlist>
|
---|
116 | <segtitle>Installed Programs</segtitle>
|
---|
117 | <segtitle>Installed Library</segtitle>
|
---|
118 | <segtitle>Installed Directories</segtitle>
|
---|
119 |
|
---|
120 | <seglistitem>
|
---|
121 | <seg>None</seg>
|
---|
122 | <seg>libkdcraw.so</seg>
|
---|
123 | <seg>&kde-dir;/include/libkdcraw and &kde-dir;/share/apps/libkdcraw</seg>
|
---|
124 | </seglistitem>
|
---|
125 | </segmentedlist>
|
---|
126 | <!--
|
---|
127 | <variablelist>
|
---|
128 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
129 | <?dbfo list-presentation="list"?>
|
---|
130 | <?dbhtml list-presentation="table"?>
|
---|
131 |
|
---|
132 | <varlistentry id="libkdcraw-prog">
|
---|
133 | <term><command>libkdcraw</command></term>
|
---|
134 | <listitem>
|
---|
135 | <para>is the KDE image viewer.</para>
|
---|
136 | <indexterm zone="libkdcraw libkdcraw-prog">
|
---|
137 | <primary sortas="b-libkdcraw">libkdcraw</primary>
|
---|
138 | </indexterm>
|
---|
139 | </listitem>
|
---|
140 | </varlistentry>
|
---|
141 |
|
---|
142 | </variablelist>
|
---|
143 | -->
|
---|
144 | </sect2>
|
---|
145 |
|
---|
146 | </sect1>
|
---|