source: general/graphlib/babl.xml@ 8dfc5c3

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 8dfc5c3 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

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

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