source: archive/add/libkdcraw.xml@ d63fed6

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d63fed6 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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