source: general/graphlib/babl.xml@ 94b4def9

systemd-13485
Last change on this file since 94b4def9 was 94b4def9, checked in by DJ Lucas <dj@…>, 8 years ago

Merge Chapter 10 changes from trunk, fix boost sed (from trunk).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16844 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 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
[94b4def9]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 "b64a3b2cef5b0bb62caff0afdd32bdb8">
13 <!ENTITY babl-size "704 KB">
14 <!ENTITY babl-buildsize "15 MB (with tests)">
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
[94b4def9]40 &lfs78_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">
[94b4def9]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
[94b4def9]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;
[94b4def9]107
108install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
[9ce06cc9]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>
[94b4def9]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.
120 </para>
121
122 <para>
123
124 <command>install -v -m755 -d
[ac38e9dc]125 /usr/share/gtk-doc/html/babl/graphics</command>: This and the subsequent
[67033e54]126 commands install the library html documentation under
[94b4def9]127 <filename class="directory">/usr/share/gtk-doc/html</filename> where
128 other gtk packages put the programmer-oriented documentation.
[67033e54]129
[94b4def9]130 </para>
[9ce06cc9]131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
[c3c56b2]137 <segtitle>Installed Programs</segtitle>
[9ce06cc9]138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
[94b4def9]142 <seg>None</seg>
143 <seg>libbabl-0.1.so and libraries in /usr/lib/babl-0.1</seg>
[ac38e9dc]144 <seg>
[94b4def9]145 /usr/{include,lib}/babl-0.1 and
[ac38e9dc]146 /usr/share/gtk-doc/html/babl
147 </seg>
[9ce06cc9]148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libbabl">
[94b4def9]157 <term><filename class='libraryfile'>libbabl-0.1.so</filename></term>
[9ce06cc9]158 <listitem>
[67033e54]159 <para>
160 contains functions to access BablFishes to convert between formats.
161 </para>
[9ce06cc9]162 <indexterm zone="babl libbabl">
[94b4def9]163 <primary sortas="c-libbabl">libbabl-0.1.so</primary>
[9ce06cc9]164 </indexterm>
165 </listitem>
166 </varlistentry>
167 </variablelist>
168 </sect2>
169</sect1>
Note: See TracBrowser for help on using the repository browser.