source: x/lib/kimageannotator.xml@ d3d5ad0

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 d3d5ad0 was d3d5ad0, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Add kImageAnnotator-0.6.0 to supoprt Gwenview.

  • Property mode set to 100644
File size: 3.5 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 <!ENTITY kimageannotator-download-http "https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v&kimageannotator-version;/kImageAnnotator-&kimageannotator-version;.tar.gz">
8 <!ENTITY kimageannotator-download-ftp " ">
9 <!ENTITY kimageannotator-md5sum "129cf1fa60991091da91ef18cc587b65">
10 <!ENTITY kimageannotator-size "252 KB">
11 <!ENTITY kimageannotator-buildsize "30 MB">
12 <!ENTITY kimageannotator-time "0.4 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="kimageannotator" xreflabel="kimageannotator-&kimageannotator-version;">
16 <?dbhtml filename="kimageannotator.html"?>
17
18 <title>kImageAnnotator-&kimageannotator-version;</title>
19
20 <indexterm zone="kimageannotator">
21 <primary sortas="a-kimageannotator">kimageannotator</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to kImageAnnotator</title>
26
27 <para>
28 kImageAnnotator is a tool for annotating images.
29 </para>
30
31 &lfs111_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&kimageannotator-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&kimageannotator-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &kimageannotator-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &kimageannotator-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &kimageannotator-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &kimageannotator-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">kImageAnnotator Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="kcolorpicker"/>
72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/kimageannotator"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of kImageAnnotator</title>
81
82 <para>
83 Install <application>kImageAnnotator</application> by
84 running the following commands:
85 </para>
86
87<screen><userinput>mkdir build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_INSTALL_PREFIX=/usr \
91 -DCMAKE_BUILD_TYPE=Release \
92 .. &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the &root; user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>none</seg>
117 <seg>
118 libkImageAnnotator.a
119 </seg>
120 <seg>
121 /usr/include/kImageAnnotator,
122 /usr/lib/cmake/kImageAnnotator, and
123 /usr/share/kImageAnnotator
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.