source: kde/add/libkdcraw.xml@ 83ef2a4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 83ef2a4 was b22a51fa, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to KDE Fraeworks-5.15.
Update to KDE Applications 15.08.2.
Update to KDE Short Descriptions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16568 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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/&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 &amp;&amp;
86
87mkdir build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
91 -DCMAKE_BUILD_TYPE=Release \
92 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
93 -Wno-dev .. &amp;&amp;
94make</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>
Note: See TracBrowser for help on using the repository browser.