source: kde/kf5-apps/libkexiv2.xml

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

Update to kde-gear-24.02.2

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "&kf6apps-download-http;/libkexiv2-&kf6apps-version;.tar.xz">
8 <!ENTITY libkexiv2-download-ftp " ">
9 <!ENTITY libkexiv2-md5sum "f1b1b8cdd54252c47d17bde6a8ad2cd8">
10 <!ENTITY libkexiv2-size "60 KB">
11 <!ENTITY libkexiv2-buildsize "3.6 MB">
12 <!ENTITY libkexiv2-time "0.3 SBU">
13]>
14
15<sect1 id="libkexiv2" xreflabel="libkexiv2-&kf6apps-version;">
16 <?dbhtml filename="libkexiv2.html"?>
17
18
19 <title>libkexiv2-&kf6apps-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 &lfs121_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">libkexiv2 Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="kf6-frameworks"/> and
74 <xref linkend="exiv2"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libkexiv2</title>
81
82 <para>
83 Install <application>libkexiv2</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>mkdir build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
91 -DCMAKE_BUILD_TYPE=Release \
92 -DBUILD_WITH_QT6=ON \
93 -DBUILD_TESTING=OFF \
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>
122 libKExiv2Qt6.so
123 </seg>
124 <seg>
125 $KF5_PREFIX/include/KExiv2Qt6 and
126 $KF5_PREFIX/lib/cmake/KExiv2Qt6
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131<!--
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="libkexiv2-prog">
138 <term><command>libkexiv2</command></term>
139 <listitem>
140 <para>
141 is an X terminal emulation which provides a command-line
142 interface.
143 </para>
144 <indexterm zone="libkexiv2 libkexiv2-prog">
145 <primary sortas="b-libkexiv2">libkexiv2</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="libkexiv2profile5">
151 <term><command>libkexiv2profile</command></term>
152 <listitem>
153 <para>
154 is a command-line tool to change the current tab's profile
155 options.
156 </para>
157 <indexterm zone="libkexiv2 libkexiv2profile5">
158 <primary sortas="b-libkexiv2profile">libkexiv2profile</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162 </variablelist>
163-->
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.