source: general/graphlib/babl.xml@ a6a9fc5

systemd-13485
Last change on this file since a6a9fc5 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

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

  • Property mode set to 100644
File size: 4.6 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
[ac38e9dc]8 "http://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
9 <!ENTITY babl-download-ftp " ">
10 <!ENTITY babl-md5sum "50c8d12cdf5b3991590fa6cba16218a0">
11 <!ENTITY babl-size "628 KB">
12 <!ENTITY babl-buildsize "18 MB">
[9ce06cc9]13 <!ENTITY babl-time "0.2 SBU">
14]>
15
16<sect1 id="babl" xreflabel="babl-&babl-version;">
17 <?dbhtml filename="babl.html"?>
18
19 <sect1info>
[58cb64de]20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
[9ce06cc9]22 </sect1info>
23
24 <title>babl-&babl-version;</title>
25
26 <indexterm zone="babl">
27 <primary sortas="a-Babl">Babl</primary>
28 </indexterm>
29
30 <sect2 role="package">
[67033e54]31 <title>Introduction to Babl</title>
[9ce06cc9]32
[67033e54]33 <para>
34 The <application>Babl</application> package is a dynamic, any to any,
35 pixel format translation library.
36 </para>
[9ce06cc9]37
[ac38e9dc]38 &lfs77_checked;
[9ce06cc9]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[67033e54]43 <para>
44 Download (HTTP): <ulink url="&babl-download-http;"/>
45 </para>
[9ce06cc9]46 </listitem>
47 <listitem>
[67033e54]48 <para>
49 Download (FTP): <ulink url="&babl-download-ftp;"/>
50 </para>
[9ce06cc9]51 </listitem>
52 <listitem>
[67033e54]53 <para>
54 Download MD5 sum: &babl-md5sum;
55 </para>
[9ce06cc9]56 </listitem>
57 <listitem>
[67033e54]58 <para>
59 Download size: &babl-size;
60 </para>
[9ce06cc9]61 </listitem>
62 <listitem>
[67033e54]63 <para>
64 Estimated disk space required: &babl-buildsize;
65 </para>
[9ce06cc9]66 </listitem>
67 <listitem>
[67033e54]68 <para>
69 Estimated build time: &babl-time;
70 </para>
[9ce06cc9]71 </listitem>
72 </itemizedlist>
73
[67033e54]74 <bridgehead renderas="sect3">Babl Dependencies</bridgehead>
[9ce06cc9]75
76 <bridgehead renderas="sect4">Optional</bridgehead>
[67033e54]77 <para role="optional">
[ac38e9dc]78 <xref linkend="gobject-introspection"/>,
79 <xref linkend="librsvg"/> and
80 <xref linkend="which"/>
[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
[45439b9]95<screen><userinput>./configure --prefix=/usr &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;
[ac38e9dc]107install -v -dm755 /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
[9ce06cc9]108install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &amp;&amp;
[f82ac3f]109install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/graphics</userinput></screen>
[9ce06cc9]110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
[67033e54]115 <para>
[ac38e9dc]116 <command>install -v -dm755
117 /usr/share/gtk-doc/html/babl/graphics</command>: This and the subsequent
[67033e54]118 commands install the library html documentation under
119 <filename class="directory">/usr/share/gtk-doc/html</filename> where other
[ac38e9dc]120 <application>GTK+</application> packages put the programmer-oriented
121 documentation.
[67033e54]122 </para>
123
[9ce06cc9]124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
[c3c56b2]130 <segtitle>Installed Programs</segtitle>
[9ce06cc9]131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
[ac38e9dc]135 <seg>
136 None
137 </seg>
138 <seg>
139 libbabl.so
140 </seg>
141 <seg>
142 /usr/include/babl-0.1,
143 /usr/lib/babl-0.1 and
144 /usr/share/gtk-doc/html/babl
145 </seg>
[9ce06cc9]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">
[ac38e9dc]155 <term><filename class="libraryfile">libbabl.so</filename></term>
[9ce06cc9]156 <listitem>
[67033e54]157 <para>
158 contains functions to access BablFishes to convert between formats.
159 </para>
[9ce06cc9]160 <indexterm zone="babl libbabl">
161 <primary sortas="c-libbabl">libbabl.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
[ac38e9dc]165
[9ce06cc9]166 </variablelist>
[ac38e9dc]167
[9ce06cc9]168 </sect2>
[ac38e9dc]169
[9ce06cc9]170</sect1>
Note: See TracBrowser for help on using the repository browser.