source: archive/core/kfilemetadata.xml@ fa91d2e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.0 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 kfilemetadata-download-http "&kde-download-http;&kde-old-version;/src/kfilemetadata-&kde-old-version;.tar.xz">
8 <!ENTITY kfilemetadata-download-ftp " ">
9 <!ENTITY kfilemetadata-md5sum "2e7143fd470bf84ac05475871119d9eb">
10 <!ENTITY kfilemetadata-size "36 KB">
11 <!ENTITY kfilemetadata-buildsize "4.3 MB">
12 <!ENTITY kfilemetadata-time "0.2 SBU">
13]>
14
15<sect1 id="kfilemetadata" xreflabel="kfilemetadata-&kde-old-version;">
16 <?dbhtml filename="kfilemetadata.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Kfilemetadata-&kde-old-version;</title>
23
24 <indexterm zone="kfilemetadata">
25 <primary sortas="a-kfilemetadata">kfilemetadata</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Kfilemetadata</title>
30
31 <para>Kfilemetadata is a framework for searching and managing metadata.</para>
32
33 &lfs79_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kfilemetadata-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kfilemetadata-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &kfilemetadata-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kfilemetadata-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kfilemetadata-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kfilemetadata-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Kfilemetadata Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required">
61 <xref linkend="kdelibs"/>
62 </para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional">
66 <xref linkend="taglib"/>,
67 <xref linkend="poppler"/>,
68 <xref linkend="exiv2"/>,
69 <xref linkend="ffmpeg"/>,
70 <ulink url="http://sourceforge.net/projects/ebook-tools">libepub</ulink> and
71 <ulink url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket">Mobipocket</ulink>
72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/kfilemetadata"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Kfilemetadata</title>
82
83 <para>Install <application>kfilemetadata</application> by running the following
84 commands:</para>
85
86<screen><userinput>mkdir build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
90 -DCMAKE_BUILD_TYPE=Release \
91 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
92 -Wno-dev .. &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 To run the test suite, issue: <command>make test</command>.
97 </para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>-DCMAKE_MINIMUM_REQUIRED_VERSION=3.0</option>: This switch is
109 needed to avoid a cmake error when using cmake-3.3 and later.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 none
124 </seg>
125 <seg>
126 libkfilemetadata.so and several in &kde-dir;/lib/kde4
127 </seg>
128 <seg>
129 &kde-dir;/include/kfilemetadata and &kde-dir;/lib/cmake/KFileMetaData
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.