source: general/graphlib/babl.xml@ 4f5369a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 4f5369a was 4f5369a, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Modify dependencies for babl and mutter
Minor fixes to several pages (mostly URL changes)
Update to gnome-user-docs-3.24.0
Update to Appstream-Glib-0.6.12
Update to Cheese-3.24.0
Update to gdm-3.24.1
Update to gnome-backgrounds-3.24.0
Update to gnome-settings-daemon-3.24.1
Update to gnome-color-manager-3.24.0
Update to gnome-control-center-3.24.1
Update to gnome-shell-3.24.1
Update to gnome-shell-extensions-3.24.1
Update to gnome-session-3.24.1
Update to gvfs-1.32.1
Update to mutter-3.24.1
Update to nautilus-3.24.1
Update to zenity-3.24.0

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

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