source: archive/add/libkexiv2.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: 3.5 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 libkexiv2-download-http "&kde-download-http;applications/&libkexiv2-version;/src/libkexiv2-&libkexiv2-version;.tar.xz">
8 <!ENTITY libkexiv2-download-ftp " ">
9 <!ENTITY libkexiv2-md5sum "2c30e2ac942e02a9d07e08f42958598e">
10 <!ENTITY libkexiv2-size "136 KB">
11 <!ENTITY libkexiv2-buildsize "5.3 MB">
12 <!ENTITY libkexiv2-time "0.3 SBU">
13]>
14
15<sect1 id="libkexiv2" xreflabel="libkexiv2-&libkexiv2-version;">
16 <?dbhtml filename="libkexiv2.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libkexiv2-&libkexiv2-version;</title>
23
24 <indexterm zone="libkexiv2">
25 <primary sortas="a-libkexiv2">libkexiv2</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libkexiv2</title>
30
31 <para>Libkexiv2 is a KDE wrapper around the <application>Exiv2</application>
32 library for manipulating image metadata.</para>
33
34 &lfs79_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&libkexiv2-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&libkexiv2-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &libkexiv2-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &libkexiv2-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &libkexiv2-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &libkexiv2-time;</para>
55 </listitem>
56 </itemizedlist>
57
58<!--
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/libkexiv2-&kde-version;-fixes-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66-->
67 <bridgehead renderas="sect3">libkexiv2 Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="kdelibs"/> and
72 <xref linkend="exiv2"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/libkexiv2"/>
77 </para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of libkexiv2</title>
83
84 <para>Install <application>libkexiv2</application> by running
85 the following commands:</para>
86
87<screen><userinput>mkdir build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
91 -DCMAKE_BUILD_TYPE=Release \
92 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
93 -Wno-dev .. &amp;&amp;
94make</userinput></screen>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Library</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>none</seg>
112 <seg>libkexiv2.so</seg>
113 <seg>&kde-dir;/include/libkexiv2 and &kde-dir;/share/apps/libkexiv2
114 </seg>
115 </seglistitem>
116 </segmentedlist>
117
118 </sect2>
119
120</sect1>
Note: See TracBrowser for help on using the repository browser.