source: kde/kf5-apps/libkdcraw.xml

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

Update to kde-gear-24.02.2

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[c0e40ca7]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
[be4bba9d]7 <!ENTITY libkdcraw-download-http "&kf6apps-download-http;/libkdcraw-&kf6apps-version;.tar.xz">
[c0e40ca7]8 <!ENTITY libkdcraw-download-ftp " ">
[be4bba9d]9 <!ENTITY libkdcraw-md5sum "b7dddaabde0c40ee334b01e08579a27c">
[dd15f54a]10 <!ENTITY libkdcraw-size "40 KB">
[f806bbf2]11 <!ENTITY libkdcraw-buildsize "1.7 MB">
[2320f68b]12 <!ENTITY libkdcraw-time "less than 0.1 SBU">
[c0e40ca7]13]>
14
[be4bba9d]15<sect1 id="libkdcraw" xreflabel="libkdcraw-&kf6apps-version;">
[c0e40ca7]16 <?dbhtml filename="libkdcraw.html"?>
17
18
[be4bba9d]19 <title>libkdcraw-&kf6apps-version;</title>
[c0e40ca7]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>
[8558044]29 <application>Libkdcraw</application> is a KDE wrapper around the
30 <xref linkend="libraw"/> library for manipulating image metadata.
[c0e40ca7]31 </para>
32
[f67c5c8]33 &lfs121_checked;
[c0e40ca7]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>
[f806bbf2]68
[c0e40ca7]69 <bridgehead renderas="sect3">libkdcraw Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
[5bfcd23e]73 <xref linkend="kf6-frameworks"/> and
[c0e40ca7]74 <xref linkend="libraw"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libkdcraw</title>
[cb28699]81
[c0e40ca7]82 <para>
83 Install <application>libkdcraw</application> by running the following
84 commands:
85 </para>
86
[5ac58b54]87<screen><userinput>mkdir build &amp;&amp;
[c0e40ca7]88cd build &amp;&amp;
89
[f806bbf2]90cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
[c0e40ca7]91 -DCMAKE_BUILD_TYPE=Release \
92 -DBUILD_TESTING=OFF \
[f806bbf2]93 -DQT_MAJOR_VERSION=6 \
[c0e40ca7]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>
[f806bbf2]122 libKDcrawQt6.so
[c0e40ca7]123 </seg>
124 <seg>
[f806bbf2]125 $KF5_PREFIX/include/KDcrawQt6 and
126 $KF5_PREFIX/lib/cmake/KDcrawQt6
[c0e40ca7]127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.