2010-10-11 07:08:20 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2011-12-11 06:10:40 +08:00
|
|
|
<!ENTITY babl-download-http "http://gd.tuwien.ac.at/graphics/gimp/babl/0.1//babl-&babl-version;.tar.bz2">
|
|
|
|
<!ENTITY babl-download-ftp "ftp://ftp.gimp.org/pub/babl/0.1//babl-&babl-version;.tar.bz2">
|
|
|
|
<!ENTITY babl-md5sum "dc960981a5ec5330fc1c177be9f59068">
|
|
|
|
<!ENTITY babl-size "452 KB">
|
|
|
|
<!ENTITY babl-buildsize "11.3 MB">
|
2010-10-11 07:08:20 +08:00
|
|
|
<!ENTITY babl-time "0.2 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="babl" xreflabel="babl-&babl-version;">
|
|
|
|
<?dbhtml filename="babl.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2010-10-11 21:17:48 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2010-10-11 07:08:20 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>babl-&babl-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="babl">
|
|
|
|
<primary sortas="a-Babl">Babl</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to babl</title>
|
|
|
|
|
|
|
|
<para>The <application>babl</application>package is a dynamic, any to any,
|
|
|
|
pixel format translation library.</para>
|
|
|
|
|
2012-03-05 23:41:10 +08:00
|
|
|
&lfs71_checked;
|
2010-10-11 07:08:20 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&babl-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&babl-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &babl-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &babl-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &babl-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &babl-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">babl Dependencies</bridgehead>
|
|
|
|
|
2011-12-11 06:10:40 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended"><xref linkend="pkgconfig"/></para>
|
|
|
|
|
2010-10-11 07:08:20 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2011-12-11 06:10:40 +08:00
|
|
|
<para role="optional"><xref linkend="gobject-introspection"/>
|
|
|
|
<ulink url="http://ftp.gnome.org/pub/gnome/sources/vala/">vala</ulink></para>
|
2010-10-11 07:08:20 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url='&blfs-wiki;/babl'/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of babl</title>
|
|
|
|
|
|
|
|
<para>Install <application>babl</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
|
|
install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &&
|
|
|
|
install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &&
|
|
|
|
install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/graphics
|
|
|
|
</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics</parameter>:
|
|
|
|
This and the subsequent commands install the library html documentation
|
|
|
|
under <filename class="directory">/usr/share/gtk-doc/html</filename> where
|
|
|
|
other gtk packages put the programmer-oriented documentation.</para>
|
|
|
|
|
2011-12-13 01:21:45 +08:00
|
|
|
<para><option>--with-vala</option>: Use <command>vapigen</command>
|
|
|
|
so that <application>vala</application> programs can use this application -
|
|
|
|
not enabled by default, may cause breakage when building
|
|
|
|
<application>gegl</application>.</para>
|
2011-12-11 06:10:40 +08:00
|
|
|
|
2010-10-11 07:08:20 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>libbabl.so, and libraries in /usr/lib/babl-0.1/</seg>
|
|
|
|
<seg>/usr/include/babl-0.1/</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libbabl">
|
|
|
|
<term><filename class='libraryfile'>libbabl.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>contains functions to access BablFishes to convert between
|
|
|
|
formats.</para>
|
|
|
|
<indexterm zone="babl libbabl">
|
|
|
|
<primary sortas="c-libbabl">libbabl.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|