source: kde/add/libkdcraw.xml@ 00dc654

7.6-blfs 7.6-systemd kde5-14686 systemd-13485
Last change on this file since 00dc654 was 00dc654, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated kde to latest. Manually added gnome-menu fixes from trunk to kdelib page.

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

  • Property mode set to 100644
File size: 3.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 libkdcraw-download-http "&kde-download-http;&kde-version;/src/libkdcraw-&kde-version;.tar.xz">
8 <!ENTITY libkdcraw-download-ftp " ">
9 <!ENTITY libkdcraw-md5sum "d5497ccf5d8ffe89842317bed460b5dd">
10 <!ENTITY libkdcraw-size "97 KB">
11 <!ENTITY libkdcraw-buildsize "3.7 MB">
12 <!ENTITY libkdcraw-time "0.1 SBU">
13]>
14
15<sect1 id="libkdcraw" xreflabel="libkdcraw-&kde-version;">
16 <?dbhtml filename="libkdcraw.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: rthomsen $</othername>
20 <date>$Date: 2014-04-17 04:42:57 -0500 (Thu, 17 Apr 2014) $</date>
21 </sect1info>
22
23 <title>libkdcraw-&kde-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 &lfs76_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>mkdir build &amp;&amp;
85cd build &amp;&amp;
86
87cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
88 -DCMAKE_BUILD_TYPE=Release \
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="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Library</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>None</seg>
108 <seg>libkdcraw.so</seg>
109 <seg>&kde-dir;/include/libkdcraw and &kde-dir;/share/apps/libkdcraw</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 </sect2>
114
115</sect1>
Note: See TracBrowser for help on using the repository browser.