source: gnome/platform/gexiv2.xml@ cb594b6c

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 cb594b6c was 28448a7, checked in by Douglas R. Reno <renodr@…>, 12 months ago

Fix building gexiv2 on i686 systems.

  • Property mode set to 100644
File size: 5.4 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 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gexiv2"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of gexiv2</title>
109
110 <para>
111 First apply some fixes allowing to build against exiv2-0.28 and above:
112 </para>
113
114<screen><userinput remap="pre">patch -Np1 -i ../gexiv2-&gexiv2-version;-exiv_0_28-1.patch</userinput></screen>
115
116 <para>
117 Next, if you are on an i686 system, fix the build by adjusting types:
118 </para>
119
120<screen><userinput remap="pre">case $(uname -m) in
121 i?86) patch -Np1 -i ../gexiv2-&gexiv2-version;-buildfixes-1.patch ;;
122esac</userinput></screen>
123
124 <para>
125 Install <application>gexiv2</application> by running the following
126 commands:
127 </para>
128
129<screen><userinput>mkdir build &amp;&amp;
130cd build &amp;&amp;
131
132meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
133ninja</userinput></screen>
134
135 <para>
136 To test the results, run:
137 </para>
138
139<screen remap="test"><userinput>meson configure -Dtests=true &amp;&amp;
140ninja test</userinput></screen>
141
142 <para>
143 As the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>ninja install</userinput></screen>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/meson-buildtype-release.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 None
169 </seg>
170 <seg>
171 libgexiv2.so
172 </seg>
173 <seg>
174 /usr/include/gexiv2
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="libgexiv2">
185 <term><filename class="libraryfile">libgexiv2.so</filename></term>
186 <listitem>
187 <para>
188 provides a wrapper around the Exiv2 library
189 </para>
190 <indexterm zone="gexiv2 libgexiv2">
191 <primary sortas="c-libgexiv2">libgexiv2.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.