source: kde/kf5-apps/libkdcraw.xml

trunk
Last change on this file was be4bba9d, checked in by Bruce Dubbs <bdubbs@…>, 6 days ago

Update to kde-gear-24.02.2

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "&kf6apps-download-http;/libkdcraw-&kf6apps-version;.tar.xz">
8 <!ENTITY libkdcraw-download-ftp " ">
9 <!ENTITY libkdcraw-md5sum "b7dddaabde0c40ee334b01e08579a27c">
10 <!ENTITY libkdcraw-size "40 KB">
11 <!ENTITY libkdcraw-buildsize "1.7 MB">
12 <!ENTITY libkdcraw-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libkdcraw" xreflabel="libkdcraw-&kf6apps-version;">
16 <?dbhtml filename="libkdcraw.html"?>
17
18
19 <title>libkdcraw-&kf6apps-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>
29 <application>Libkdcraw</application> is a KDE wrapper around the
30 <xref linkend="libraw"/> library for manipulating image metadata.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libkdcraw-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libkdcraw-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libkdcraw-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libkdcraw-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libkdcraw-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libkdcraw-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libkdcraw Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="kf6-frameworks"/> and
74 <xref linkend="libraw"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libkdcraw</title>
81
82 <para>
83 Install <application>libkdcraw</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>mkdir build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
91 -DCMAKE_BUILD_TYPE=Release \
92 -DBUILD_TESTING=OFF \
93 -DQT_MAJOR_VERSION=6 \
94 -Wno-dev .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 None
120 </seg>
121 <seg>
122 libKDcrawQt6.so
123 </seg>
124 <seg>
125 $KF5_PREFIX/include/KDcrawQt6 and
126 $KF5_PREFIX/lib/cmake/KDcrawQt6
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.