source: general/graphlib/babl.xml@ 452ecee

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 452ecee was 452ecee, checked in by Douglas R. Reno <renodr@…>, 5 years ago

dbus-python: Add optional dependency on pygobject for tests
babl: Remove now-unneeded instruction for i686 systems (tested today)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22200 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 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 babl-download-http "https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.xz">
8 <!ENTITY babl-download-ftp " ">
9 <!ENTITY babl-md5sum "4f2c317328d89242e552fcb5ef66a844">
10 <!ENTITY babl-size "288 KB">
11 <!ENTITY babl-buildsize "17 MB (with tests)">
12 <!ENTITY babl-time "less than 0.1 SBU (Using parallelism=4; with tests)">
13]>
14
15<sect1 id="babl" xreflabel="babl-&babl-version;">
16 <?dbhtml filename="babl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>babl-&babl-version;</title>
24
25 <indexterm zone="babl">
26 <primary sortas="a-Babl">Babl</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Babl</title>
31
32 <para>
33 The <application>Babl</application> package is a dynamic, any to any,
34 pixel format translation library.
35 </para>
36
37 &lfs90_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&babl-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&babl-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &babl-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &babl-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &babl-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &babl-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Babl Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="gobject-introspection"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="lcms2"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url='&blfs-wiki;/babl'/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Babl</title>
92
93 <para>
94 Install <application>Babl</application> by running the following commands:
95 </para>
96
97<screen><userinput>mkdir bld &amp;&amp;
98cd bld &amp;&amp;
99
100meson --prefix=/usr .. &amp;&amp;
101ninja </userinput></screen>
102
103 <para>
104 To test the results, issue: <command>ninja test</command>.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install &amp;&amp;
112
113install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
114install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &amp;&amp;
115install -v -m644 docs/graphics/*.{html,svg} /usr/share/gtk-doc/html/babl/graphics</userinput></screen>
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <command>install -v -m755 -d
123 /usr/share/gtk-doc/html/babl/graphics</command>: This and the subsequent
124 commands install the library html documentation under
125 <filename class="directory">/usr/share/gtk-doc/html</filename> where
126 other gtk packages put the programmer-oriented documentation.
127 </para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>None</seg>
141 <seg>libbabl-0.1.so and libraries in /usr/lib/babl-0.1</seg>
142 <seg>
143 /usr/{include,lib}/babl-0.1 and
144 /usr/share/gtk-doc/html/babl
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="libbabl">
155 <term><filename class='libraryfile'>libbabl-0.1.so</filename></term>
156 <listitem>
157 <para>
158 contains functions to access BablFishes to convert between formats.
159 </para>
160 <indexterm zone="babl libbabl">
161 <primary sortas="c-libbabl">libbabl-0.1.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165 </variablelist>
166 </sect2>
167</sect1>
Note: See TracBrowser for help on using the repository browser.