source: kde/add/libkdcraw.xml@ f7412376

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 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 f7412376 was 9f89301, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to kde-14.12.3

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

  • Property mode set to 100644
File size: 3.9 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 "318d060e1d7efb47f8d2121944626f6d">
10 <!ENTITY libkdcraw-size "104 KB">
11 <!ENTITY libkdcraw-buildsize "2.8 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: rthomsen $</othername>
20 <date>$Date: 2014-04-17 04:42:57 -0500 (Thu, 17 Apr 2014) $</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 &lfs77_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 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="libkdcraw-prog">
119 <term><command>libkdcraw</command></term>
120 <listitem>
121 <para>is the KDE image viewer.</para>
122 <indexterm zone="libkdcraw libkdcraw-prog">
123 <primary sortas="b-libkdcraw">libkdcraw</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
129-->
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.