source: archive/add/libkdcraw.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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