source: gnome/platform/gexiv2.xml@ 04f0df3e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 04f0df3e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.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/0.12/gexiv2-&gexiv2-version;.tar.xz">
9 <!ENTITY gexiv2-download-ftp "&gnome-download-ftp;/gexiv2/0.12/gexiv2-&gexiv2-version;.tar.xz">
10 <!ENTITY gexiv2-md5sum "4c0cd962f021f937507904df147ea750">
11 <!ENTITY gexiv2-size "372 KB">
12 <!ENTITY gexiv2-buildsize "4.5 MB">
13 <!ENTITY gexiv2-time "0.1 SBU">
14]>
15
16<sect1 id="gexiv2" xreflabel="gexiv2-&gexiv2-version;">
17 <?dbhtml filename="gexiv2.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gexiv2-&gexiv2-version;</title>
24
25 <indexterm zone="gexiv2">
26 <primary sortas="a-gexiv2">gexiv2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gexiv2</title>
31
32 <para>
33 gexiv2 is a GObject-based wrapper around the Exiv2 library.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gexiv2-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gexiv2-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gexiv2-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gexiv2-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gexiv2-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gexiv2-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">gexiv2 Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="exiv2"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="vala"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/> (for documentation) and
87 <xref linkend="python2"/> (for the Python2 module)
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/gexiv2"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of gexiv2</title>
97
98 <para>
99 Install <application>gexiv2</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson --prefix=/usr .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 To test the results, run <command>ninja test</command>.
111 </para>
112
113 <para>
114 As the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118
119 </sect2>
120<!--
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <option>-Denable-gtk-doc</option>: Use this parameter if
126 <application>GTK-Doc</application> is installed and you wish to rebuild
127 and install the API documentation.
128 </para>
129
130 </sect2>
131-->
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 None
143 </seg>
144 <seg>
145 libgexiv2.so
146 </seg>
147 <seg>
148 /usr/include/gexiv2
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152<!--
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libgexiv2">
159 <term><filename class="libraryfile">libgexiv2.so</filename></term>
160 <listitem>
161 <para>
162 contains the ??? client API functions.
163 </para>
164 <indexterm zone="gexiv2 libgexiv2">
165 <primary sortas="c-libgexiv2">libgexiv2.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171-->
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.