glfs/kde/kf5-apps/libkdcraw.xml
Pierre Labastie d5e4154e46 KF5 applications 20.12.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24037 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-31 14:09:30 +00:00

151 lines
3.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libkdcraw-download-http "&kf5apps-download-http;/libkdcraw-&kf5apps-version;.tar.xz">
<!ENTITY libkdcraw-download-ftp " ">
<!ENTITY libkdcraw-md5sum "f7eadd8590d319f6321623df47fa836a">
<!ENTITY libkdcraw-size "41 KB">
<!ENTITY libkdcraw-buildsize "1.5 MB">
<!ENTITY libkdcraw-time "less than 0.1 SBU">
]>
<sect1 id="libkdcraw" xreflabel="libkdcraw-&kf5apps-version;">
<?dbhtml filename="libkdcraw.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libkdcraw-&kf5apps-version;</title>
<indexterm zone="libkdcraw">
<primary sortas="a-libkdcraw">libkdcraw</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libkdcraw</title>
<para>
<application>Libkdcraw</application> is a KDE wrapper around the
<xref linkend="libraw"/> library for manipulating image metadata.
</para>
&lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libkdcraw-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libkdcraw-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libkdcraw-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libkdcraw-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libkdcraw-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libkdcraw-time;
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink
url="&patch-root;/libkdcraw-&kf5apps-version;-libraw19-1.patch"/>
</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">libkdcraw Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/> and
<xref linkend="libraw"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libkdcraw"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libkdcraw</title>
<para>
Install <application>libkdcraw</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libKF5KDcraw.so
</seg>
<seg>
$KF5_PREFIX/include/KF5/KDCRAW and
$KF5_PREFIX/lib/cmake/KF5KDcraw
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>