source: general/graphlib/babl.xml@ 57ddf485

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 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 57ddf485 was 57ddf485, checked in by Ken Moffat <ken@…>, 7 years ago

Tags

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[9ce06cc9]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
[67033e54]7 <!ENTITY babl-download-http
[dcb114f]8 "http://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
[c1968e6]9 <!ENTITY babl-download-ftp " ">
10<!-- <!ENTITY babl-download-ftp
11 "ftp://ftp.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">-->
[8b319a8]12 <!ENTITY babl-md5sum "c32245f90a0b59e4714b546308d2ee34">
13 <!ENTITY babl-size "602 KB">
14 <!ENTITY babl-buildsize "15 MB (with tests)">
[b1478b35]15 <!ENTITY babl-time "0.2 SBU (with tests)">
[9ce06cc9]16]>
17
18<sect1 id="babl" xreflabel="babl-&babl-version;">
19 <?dbhtml filename="babl.html"?>
20
21 <sect1info>
[58cb64de]22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
[9ce06cc9]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">
[67033e54]33 <title>Introduction to Babl</title>
[9ce06cc9]34
[67033e54]35 <para>
36 The <application>Babl</application> package is a dynamic, any to any,
37 pixel format translation library.
38 </para>
[9ce06cc9]39
[57ddf485]40 &lfs80_checked;
[9ce06cc9]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[67033e54]45 <para>
46 Download (HTTP): <ulink url="&babl-download-http;"/>
47 </para>
[9ce06cc9]48 </listitem>
49 <listitem>
[67033e54]50 <para>
51 Download (FTP): <ulink url="&babl-download-ftp;"/>
52 </para>
[9ce06cc9]53 </listitem>
54 <listitem>
[67033e54]55 <para>
56 Download MD5 sum: &babl-md5sum;
57 </para>
[9ce06cc9]58 </listitem>
59 <listitem>
[67033e54]60 <para>
61 Download size: &babl-size;
62 </para>
[9ce06cc9]63 </listitem>
64 <listitem>
[67033e54]65 <para>
66 Estimated disk space required: &babl-buildsize;
67 </para>
[9ce06cc9]68 </listitem>
69 <listitem>
[67033e54]70 <para>
71 Estimated build time: &babl-time;
72 </para>
[9ce06cc9]73 </listitem>
74 </itemizedlist>
75
[67033e54]76 <bridgehead renderas="sect3">Babl Dependencies</bridgehead>
[9ce06cc9]77
78 <bridgehead renderas="sect4">Optional</bridgehead>
[67033e54]79 <para role="optional">
[53917fdf]80 <xref linkend="gobject-introspection"/>
[67033e54]81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url='&blfs-wiki;/babl'/>
85 </para>
[9ce06cc9]86 </sect2>
87
88 <sect2 role="installation">
[67033e54]89 <title>Installation of Babl</title>
[9ce06cc9]90
[67033e54]91 <para>
92 Install <application>Babl</application> by running the following commands:
93 </para>
[9ce06cc9]94
[53917fdf]95<screen><userinput>./configure --prefix=/usr --disable-docs &amp;&amp;
[9ce06cc9]96make</userinput></screen>
97
[67033e54]98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
[9ce06cc9]101
[67033e54]102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
[9ce06cc9]105
106<screen role="root"><userinput>make install &amp;&amp;
[b1478b35]107
[9ce06cc9]108install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
109install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &amp;&amp;
[f82ac3f]110install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/graphics</userinput></screen>
[9ce06cc9]111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
[67033e54]116 <para>
[53917fdf]117 <parameter>--disable-docs</parameter>: This switch disables
118 <filename>BablFishPath.html</filename> and
119 <filename>index.html</filename> generation. Remove it, if you want them.
[d278ced]120 Note that generating the docs takes a long time, up to as much as
121 2.8 SBU.
[67033e54]122 </para>
123
124 <para>
[53917fdf]125
126 <command>install -v -m755 -d
127 /usr/share/gtk-doc/html/babl/graphics</command>: This and the subsequent
128 commands install the library html documentation under
129 <filename class="directory">/usr/share/gtk-doc/html</filename> where
130 other gtk packages put the programmer-oriented documentation.
131
[67033e54]132 </para>
[9ce06cc9]133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
[c3c56b2]139 <segtitle>Installed Programs</segtitle>
[9ce06cc9]140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
[c3c56b2]144 <seg>None</seg>
[b1478b35]145 <seg>libbabl-0.1.so and libraries in /usr/lib/babl-0.1</seg>
[53917fdf]146 <seg>
[b1478b35]147 /usr/{include,lib}/babl-0.1 and
[53917fdf]148 /usr/share/gtk-doc/html/babl
149 </seg>
[9ce06cc9]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="libbabl">
[b1478b35]159 <term><filename class='libraryfile'>libbabl-0.1.so</filename></term>
[9ce06cc9]160 <listitem>
[67033e54]161 <para>
162 contains functions to access BablFishes to convert between formats.
163 </para>
[9ce06cc9]164 <indexterm zone="babl libbabl">
[b1478b35]165 <primary sortas="c-libbabl">libbabl-0.1.so</primary>
[9ce06cc9]166 </indexterm>
167 </listitem>
168 </varlistentry>
169 </variablelist>
170 </sect2>
171</sect1>
Note: See TracBrowser for help on using the repository browser.