source: x/lib/gdk-pixbuf-xlib.xml@ 2b7420b

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 2b7420b was 2b7420b, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tag printer stack, window managers, and misc

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

  • Property mode set to 100644
File size: 4.8 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 gdk-pixbuf-xlib-download-http "&sources-anduin-http;/gdk-pixbuf-xlib/gdk-pixbuf-xlib-3116b8ae.tar.xz">
8 <!ENTITY gdk-pixbuf-xlib-download-ftp "&sources-anduin-ftp;/gdk-pixbuf-xlib/gdk-pixbuf-xlib-3116b8ae.tar.xz">
9 <!ENTITY gdk-pixbuf-xlib-md5sum "c9a46e43baa132b3ecc0636a50689a80">
10 <!ENTITY gdk-pixbuf-xlib-size "52 KB">
11 <!ENTITY gdk-pixbuf-xlib-buildsize "1.5 MB">
12 <!ENTITY gdk-pixbuf-xlib-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gdk-pixbuf-xlib" xreflabel="gdk-pixbuf-xlib-&gdk-pixbuf-xlib-version;">
16 <?dbhtml filename="gdk-pixbuf-xlib.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gdk-pixbuf-xlib-&gdk-pixbuf-xlib-version;</title>
24
25 <indexterm zone="gdk-pixbuf-xlib">
26 <primary sortas="a-gdk-pixbuf-xlib">gdk-pixbuf-xlib</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gdk-pixbuf-xlib</title>
31
32 <para>
33 The <application>gdk-pixbuf-xlib</application> package provides
34 a deprecated Xlib interface to gdk-pixbuf, which is needed for some
35 applications which have not been ported to use the new interfaces yet.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gdk-pixbuf-xlib-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gdk-pixbuf-xlib-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gdk-pixbuf-xlib-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gdk-pixbuf-xlib-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gdk-pixbuf-xlib-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gdk-pixbuf-xlib-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">gdk-pixbuf-xlib Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gdk-pixbuf"/> and
79 <xref linkend="xorg7-lib"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf-xlib"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of gdk-pixbuf-xlib</title>
94
95 <para>
96 Install <application>gdk-pixbuf-xlib</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson --prefix=/usr .. &amp;&amp;
104ninja</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>ninja install</userinput></screen>
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <option>-Dgtk_doc=true</option>: Use this option if
122 <xref linkend="gtk-doc" role="nodep"/> is installed and you wish to
123 rebuild and install the API documentation.
124 </para>
125
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>
138 None
139 </seg>
140 <seg>
141 libgdk_pixbuf_xlib-2.0.so
142 </seg>
143 <seg>
144 /usr/include/gdk-pixbuf-2.0/gdk-pixbuf-xlib
145 </seg>
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="libgdk_pixbuf_xlib-2.0">
155 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
156 <listitem>
157 <para>
158 provides a Xlib interface to gdk-pixbuf
159 </para>
160 <indexterm zone="gdk-pixbuf-xlib libgdk_pixbuf_xlib-2.0">
161 <primary sortas="c-libgdk_pixbuf_xlib-2.0">libgdk_pixbuf_xlib-2.0.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165 </variablelist>
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.