source: gnome/platform/gexiv2.xml@ b8c25c0a

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b8c25c0a was 274ac683, checked in by Xi Ruoyao <xry111@…>, 12 months ago

gnome: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 5.3 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<!-- gexiv2 -->
8 <!ENTITY gexiv2-download-http "&gnome-download-http;/gexiv2/&gexiv2-minor;/gexiv2-&gexiv2-version;.tar.xz">
9 <!ENTITY gexiv2-download-ftp "&gnome-download-ftp;/gexiv2/&gexiv2-minor;/gexiv2-&gexiv2-version;.tar.xz">
10 <!ENTITY gexiv2-md5sum "b4a7b5e0f2e50a8d295bb2782e071a7f">
11 <!ENTITY gexiv2-size "379 KB">
12 <!ENTITY gexiv2-buildsize "3.7 MB (with tests)">
13 <!ENTITY gexiv2-time "0.1 SBU (with parallelism=4 and tests)">
14]>
15
16<sect1 id="gexiv2" xreflabel="gexiv2-&gexiv2-version;">
17 <?dbhtml filename="gexiv2.html"?>
18
19
20 <title>gexiv2-&gexiv2-version;</title>
21
22 <indexterm zone="gexiv2">
23 <primary sortas="a-gexiv2">gexiv2</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to gexiv2</title>
28
29 <para>
30 gexiv2 is a GObject-based wrapper around the Exiv2 library.
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="&gexiv2-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gexiv2-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gexiv2-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gexiv2-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gexiv2-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gexiv2-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 to build against exiv2-0.28 and above:
74 <ulink url="&patch-root;/gexiv2-&gexiv2-version;-exiv_0_28-1.patch"/>
75 </para>
76 <para>
77 Required patch to build on i686 systems:
78 <ulink url="&patch-root;/gexiv2-&gexiv2-version;-buildfixes-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83
84 <bridgehead renderas="sect3">gexiv2 Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="exiv2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="vala"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/> (for documentation)
99<!-- <xref linkend="python2"/> (for the Python2 module) -->
100 </para>
101
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of gexiv2</title>
106
107 <para>
108 First apply some fixes allowing to build against exiv2-0.28 and above:
109 </para>
110
111<screen><userinput remap="pre">patch -Np1 -i ../gexiv2-&gexiv2-version;-exiv_0_28-1.patch</userinput></screen>
112
113 <para>
114 Next, if you are on an i686 system, fix the build by adjusting types:
115 </para>
116
117<screen><userinput remap="pre">case $(uname -m) in
118 i?86) patch -Np1 -i ../gexiv2-&gexiv2-version;-buildfixes-1.patch ;;
119esac</userinput></screen>
120
121 <para>
122 Install <application>gexiv2</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>mkdir build &amp;&amp;
127cd build &amp;&amp;
128
129meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
130ninja</userinput></screen>
131
132 <para>
133 To test the results, run:
134 </para>
135
136<screen remap="test"><userinput>meson configure -Dtests=true &amp;&amp;
137ninja test</userinput></screen>
138
139 <para>
140 As the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>ninja install</userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/meson-buildtype-release.xml"/>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 None
166 </seg>
167 <seg>
168 libgexiv2.so
169 </seg>
170 <seg>
171 /usr/include/gexiv2
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libgexiv2">
182 <term><filename class="libraryfile">libgexiv2.so</filename></term>
183 <listitem>
184 <para>
185 provides a wrapper around the Exiv2 library
186 </para>
187 <indexterm zone="gexiv2 libgexiv2">
188 <primary sortas="c-libgexiv2">libgexiv2.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.