source: kde/kf5-apps/libkexiv2.xml@ 80f16c3

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 80f16c3 was 80f16c3, checked in by Pierre Labastie <pierre.labastie@…>, 11 months ago

Fix building libkexiv2 against exiv2-0.28+

Also add changelog entries

  • Property mode set to 100644
File size: 5.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 libkexiv2-download-http "&kf5apps-download-http;/libkexiv2-&kf5apps-version;.tar.xz">
8 <!ENTITY libkexiv2-download-ftp " ">
9 <!ENTITY libkexiv2-md5sum "d7a6a3d10379022649f581572c0d84c2">
10 <!ENTITY libkexiv2-size "60 KB">
11 <!ENTITY libkexiv2-buildsize "3.3 MB">
12 <!ENTITY libkexiv2-time "0.2 SBU">
13]>
14
15<sect1 id="libkexiv2" xreflabel="libkexiv2-&kf5apps-version;">
16 <?dbhtml filename="libkexiv2.html"?>
17
18
19 <title>libkexiv2-&kf5apps-version;</title>
20
21 <indexterm zone="libkexiv2">
22 <primary sortas="a-libkexiv2">libkexiv2</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libkexiv2</title>
27
28 <para>
29 <application>Libkexiv2</application> is a KDE wrapper around the Exiv2
30 library for manipulating image metadata.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libkexiv2-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libkexiv2-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libkexiv2-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libkexiv2-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libkexiv2-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libkexiv2-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch for building against exiv2-0.28 and above.
74 <ulink url="&patch-root;/libkexiv2-&kf5apps-version;-exiv_0_28-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">libkexiv2 Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="kf5-frameworks"/> and
84 <xref linkend="exiv2"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/libkexiv2"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libkexiv2</title>
94
95 <para>
96 First, fix building agains exive2-0.28 and above:
97 </para>
98
99<screen><userinput>patch -Np1 -i ../libkexiv2-&kf5apps-version;-exiv_0_28-1.patch</userinput></screen>
100
101 <para>
102 Install <application>libkexiv2</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>mkdir build &amp;&amp;
107cd build &amp;&amp;
108
109cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
110 -DCMAKE_BUILD_TYPE=Release \
111 -DBUILD_TESTING=OFF \
112 -Wno-dev .. &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 libKF5KExiv2.so
141 </seg>
142 <seg>
143 $KF5_PREFIX/include/KF5/KExiv2 and
144 $KF5_PREFIX/lib/cmake/KF5KExiv2
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149<!--
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="libkexiv2-prog">
156 <term><command>libkexiv2</command></term>
157 <listitem>
158 <para>
159 is an X terminal emulation which provides a command-line
160 interface.
161 </para>
162 <indexterm zone="libkexiv2 libkexiv2-prog">
163 <primary sortas="b-libkexiv2">libkexiv2</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libkexiv2profile5">
169 <term><command>libkexiv2profile</command></term>
170 <listitem>
171 <para>
172 is a command-line tool to change the current tab's profile
173 options.
174 </para>
175 <indexterm zone="libkexiv2 libkexiv2profile5">
176 <primary sortas="b-libkexiv2profile">libkexiv2profile</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180 </variablelist>
181-->
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.