source: general/graphlib/babl.xml@ b1d19e8d

elogind
Last change on this file since b1d19e8d was b1d19e8d, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21195.

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

  • Property mode set to 100644
File size: 4.9 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.bz2">
8 <!ENTITY babl-download-ftp " ">
9 <!ENTITY babl-md5sum "28fa9d43549378ceebe2871d7721dd46">
10 <!ENTITY babl-size "684 KB">
11 <!ENTITY babl-buildsize "17 MB (with tests)">
12 <!ENTITY babl-time "0.3 SBU (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 &lfs84_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">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="lcms2"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url='&blfs-wiki;/babl'/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Babl</title>
87
88 <para>
89 Install <application>Babl</application> by running the following commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 To test the results, issue: <command>make check</command>.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install &amp;&amp;
104
105install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
106install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &amp;&amp;
107install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/graphics</userinput></screen>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <!-- no longer truei: BablFishPath.html is no longer created, all this
114 now does is disable the creation of the main index.html file
115 <para>
116 <parameter>\-\-disable\-docs</parameter>: This switch disables
117 <filename>BablFishPath.html</filename> and
118 <filename>index.html</filename> generation. Remove it, if you want them.
119 Note that generating the docs takes a long time, up to as much as
120 2.8 SBU.
121 </para> -->
122
123 <para>
124 <command>install -v -m755 -d
125 /usr/share/gtk-doc/html/babl/graphics</command>: This and the subsequent
126 commands install the library html documentation under
127 <filename class="directory">/usr/share/gtk-doc/html</filename> where
128 other gtk packages put the programmer-oriented documentation.
129 </para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>None</seg>
143 <seg>libbabl-0.1.so and libraries in /usr/lib/babl-0.1</seg>
144 <seg>
145 /usr/{include,lib}/babl-0.1 and
146 /usr/share/gtk-doc/html/babl
147 </seg>
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">
157 <term><filename class='libraryfile'>libbabl-0.1.so</filename></term>
158 <listitem>
159 <para>
160 contains functions to access BablFishes to convert between formats.
161 </para>
162 <indexterm zone="babl libbabl">
163 <primary sortas="c-libbabl">libbabl-0.1.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167 </variablelist>
168 </sect2>
169</sect1>
Note: See TracBrowser for help on using the repository browser.