source: general/graphlib/babl.xml@ 17b685f1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 17b685f1 was 17b685f1, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18717 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
8 "http://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
9 <!ENTITY babl-download-ftp " ">
10<!-- <!ENTITY babl-download-ftp
11 "ftp://ftp.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">-->
12 <!ENTITY babl-md5sum "c5dd31d249379a75dec224a152bbf8cb">
13 <!ENTITY babl-size "604 KB">
14 <!ENTITY babl-buildsize "13 MB (with tests)">
15 <!ENTITY babl-time "0.3 SBU (with tests)">
16]>
17
18<sect1 id="babl" xreflabel="babl-&babl-version;">
19 <?dbhtml filename="babl.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>babl-&babl-version;</title>
27
28 <indexterm zone="babl">
29 <primary sortas="a-Babl">Babl</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Babl</title>
34
35 <para>
36 The <application>Babl</application> package is a dynamic, any to any,
37 pixel format translation library.
38 </para>
39
40 &lfs80_checked;
41 &gcc7_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&babl-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&babl-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &babl-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &babl-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &babl-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &babl-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url='&blfs-wiki;/babl'/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Babl</title>
84
85 <para>
86 Install <application>Babl</application> by running the following commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr --disable-docs &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 To test the results, issue: <command>make check</command>.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install &amp;&amp;
101
102install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
103install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &amp;&amp;
104install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/graphics</userinput></screen>
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para>
111 <parameter>--disable-docs</parameter>: This switch disables
112 <filename>BablFishPath.html</filename> and
113 <filename>index.html</filename> generation. Remove it, if you want them.
114 Note that generating the docs takes a long time, up to as much as
115 2.8 SBU.
116 </para>
117
118 <para>
119
120 <command>install -v -m755 -d
121 /usr/share/gtk-doc/html/babl/graphics</command>: This and the subsequent
122 commands install the library html documentation under
123 <filename class="directory">/usr/share/gtk-doc/html</filename> where
124 other gtk packages put the programmer-oriented documentation.
125
126 </para>
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>None</seg>
139 <seg>libbabl-0.1.so and libraries in /usr/lib/babl-0.1</seg>
140 <seg>
141 /usr/{include,lib}/babl-0.1 and
142 /usr/share/gtk-doc/html/babl
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libbabl">
153 <term><filename class='libraryfile'>libbabl-0.1.so</filename></term>
154 <listitem>
155 <para>
156 contains functions to access BablFishes to convert between formats.
157 </para>
158 <indexterm zone="babl libbabl">
159 <primary sortas="c-libbabl">libbabl-0.1.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163 </variablelist>
164 </sect2>
165</sect1>
Note: See TracBrowser for help on using the repository browser.