source: gnome/platform/gexiv2.xml@ fcc4d96d

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since fcc4d96d was 98fd8b9, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package updates and tags

Update to cups-filters-1.28.12
Update to qpdf-10.6.2
Update to php-8.1.3

  • 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/&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 "b4b1ac55bf9d32fb36a35eb346e1728e">
11 <!ENTITY gexiv2-size "380 KB">
12 <!ENTITY gexiv2-buildsize "3.4 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 &lfs111_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 --buildtype=release .. &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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/meson-buildtype-release.xml"/>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 None
140 </seg>
141 <seg>
142 libgexiv2.so
143 </seg>
144 <seg>
145 /usr/include/gexiv2
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149<!--
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="libgexiv2">
156 <term><filename class="libraryfile">libgexiv2.so</filename></term>
157 <listitem>
158 <para>
159 contains the ??? client API functions.
160 </para>
161 <indexterm zone="gexiv2 libgexiv2">
162 <primary sortas="c-libgexiv2">libgexiv2.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168-->
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.