source: gnome/platform/gexiv2.xml@ 39293507

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 39293507 was 39293507, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Update to gexiv2-0.14.3

  • Property mode set to 100644
File size: 5.2 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 gexiv2-download-http "&gnome-download-http;/gexiv2/&gexiv2-minor;/gexiv2-&gexiv2-version;.tar.xz">
8 <!ENTITY gexiv2-download-ftp " ">
9 <!ENTITY gexiv2-md5sum "d4ca9614baa0bc30d142bcad65f09910">
10 <!ENTITY gexiv2-size "384 KB">
11 <!ENTITY gexiv2-buildsize "3.3 MB (with tests)">
12 <!ENTITY gexiv2-time "0.1 SBU (with parallelism=4 and tests)">
13]>
14
15<sect1 id="gexiv2" xreflabel="gexiv2-&gexiv2-version;">
16 <?dbhtml filename="gexiv2.html"?>
17
18
19 <title>gexiv2-&gexiv2-version;</title>
20
21 <indexterm zone="gexiv2">
22 <primary sortas="a-gexiv2">gexiv2</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to gexiv2</title>
27
28 <para>
29 gexiv2 is a GObject-based wrapper around the Exiv2 library.
30 </para>
31
32 &lfs121_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&gexiv2-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&gexiv2-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &gexiv2-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &gexiv2-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &gexiv2-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &gexiv2-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68<!-- applied in 0.14.2
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 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of gexiv2</title>
105
106<!-- applied in 0.14.2
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
122 <para>
123 Install <application>gexiv2</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>mkdir build &amp;&amp;
128cd build &amp;&amp;
129
130meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
131ninja</userinput></screen>
132
133 <para>
134 To test the results, run:
135 </para>
136
137<screen remap="test"><userinput>meson configure -Dtests=true &amp;&amp;
138ninja test</userinput></screen>
139
140 <para>
141 As the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>ninja install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/meson-buildtype-release.xml"/>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 None
167 </seg>
168 <seg>
169 libgexiv2.so
170 </seg>
171 <seg>
172 /usr/include/gexiv2
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="libgexiv2">
183 <term><filename class="libraryfile">libgexiv2.so</filename></term>
184 <listitem>
185 <para>
186 provides a wrapper around the Exiv2 library
187 </para>
188 <indexterm zone="gexiv2 libgexiv2">
189 <primary sortas="c-libgexiv2">libgexiv2.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.