mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
85506b2de4
Update to file-roller-3.40.0 Update to gdk-pixbuf-2.42.6 Update to postfix-3.6.0 Update to cbindgen-0.19.0
283 lines
9.0 KiB
XML
283 lines
9.0 KiB
XML
<?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;
|
|
|
|
<!ENTITY gdk-pixbuf-download-http
|
|
"&gnome-download-http;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
|
|
<!ENTITY gdk-pixbuf-download-ftp
|
|
"&gnome-download-ftp;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
|
|
<!ENTITY gdk-pixbuf-md5sum "7cd2fdaa3c55e2302316fe36968f7425">
|
|
<!ENTITY gdk-pixbuf-size "7.4 MB">
|
|
<!ENTITY gdk-pixbuf-buildsize "71 MB (with tests)">
|
|
<!ENTITY gdk-pixbuf-time "0.2 SBU (Using parallelism=4; with tests)">
|
|
]>
|
|
|
|
<sect1 id="gdk-pixbuf" xreflabel="gdk-pixbuf-&gdk-pixbuf-version;">
|
|
<?dbhtml filename="gdk-pixbuf.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gdk-pixbuf-&gdk-pixbuf-version;</title>
|
|
|
|
<indexterm zone="gdk-pixbuf">
|
|
<primary sortas="a-gdk-pixbuf">gdk-pixbuf</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Gdk Pixbuf</title>
|
|
|
|
<para>
|
|
The <application>Gdk Pixbuf</application> package is a toolkit for image
|
|
loading and pixel buffer manipulation. It is used by
|
|
<application>GTK+ 2</application> and <application>GTK+ 3</application> to
|
|
load and manipulate images. In the past it was distributed as part of
|
|
<application>GTK+ 2</application> but it was split off into a separate
|
|
package in preparation for the change to <application>GTK+ 3</application>.
|
|
</para>
|
|
|
|
&lfs101_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gdk-pixbuf-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gdk-pixbuf-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gdk-pixbuf-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gdk-pixbuf-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gdk-pixbuf-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gdk-pixbuf-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Gdk Pixbuf Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="glib2"/>,
|
|
<xref linkend="libjpeg"/>,
|
|
<xref linkend="libpng"/>, and
|
|
<xref linkend="shared-mime-info"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref role="runtime" linkend="librsvg"/> (runtime dependency, needed for
|
|
loading symbolic icons) and
|
|
<xref linkend="libtiff"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<!--<xref linkend="jasper"/> and-->
|
|
<xref linkend="gtk-doc"/> and
|
|
<ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Gdk Pixbuf</title>
|
|
|
|
<para>
|
|
Install <application>Gdk Pixbuf</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr -Dgtk_doc=false .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>ninja test</command>. The tests
|
|
make a heavy use of disk.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
<note>
|
|
<para>
|
|
If you installed the package on to your system using a
|
|
<quote>DESTDIR</quote> method, an important file was not installed and
|
|
should be copied and/or generated. Generate it using the following
|
|
command as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
|
|
</note>
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>-Dgtk_doc=true</option>: Use this parameter if
|
|
<application>GTK-Doc</application> is installed and you wish to rebuild
|
|
and install the API documentation.
|
|
<!-- -Dgtk_doc is set to "yield=true" in meson_options.txt -->
|
|
</para>
|
|
<!-- Removed in 2.42.0
|
|
<para>
|
|
<option>-Djasper=true</option>: If you've installed
|
|
<xref linkend="jasper"/> and you want
|
|
<application>Gdk Pixbuf</application> to use it to compile a
|
|
JPEG2000 image loader, pass this switch to meson.
|
|
</para>
|
|
-->
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gdk-pixbuf-csource,
|
|
gdk-pixbuf-pixdata,
|
|
gdk-pixbuf-query-loaders, and
|
|
gdk-pixbuf-thumbnailer
|
|
</seg>
|
|
<seg>
|
|
libgdk_pixbuf-2.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/{include,lib}/gdk-pixbuf-2.0,
|
|
/usr/libexec/installed-tests/gdk-pixbuf,
|
|
/usr/share/installed-tests/gdk-pixbuf,
|
|
/usr/share/gtk-doc/html/gdk-pixbuf, and
|
|
/usr/share/thumbnailers
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gdk-pixbuf-csource">
|
|
<term><command>gdk-pixbuf-csource</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a small utility that generates C code containing images, used
|
|
for compiling images directly into programs
|
|
</para>
|
|
<indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
|
|
<primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gdk-pixbuf-pixdata">
|
|
<term><command>gdk-pixbuf-pixdata</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a tool used to convert GdkPixbuf to GdkPixdata
|
|
</para>
|
|
<indexterm zone="gdk-pixbuf gdk-pixbuf-pixdata">
|
|
<primary sortas="b-gdk-pixbuf-pixdata">gdk-pixbuf-pixdata</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gdk-pixbuf-query-loaders">
|
|
<term><command>gdk-pixbuf-query-loaders</command></term>
|
|
<listitem>
|
|
<para>
|
|
collects information about loadable modules for
|
|
<application>Gdk Pixbuf</application> and writes it
|
|
to the default cache file location, or to stdout
|
|
</para>
|
|
<indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
|
|
<primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gdk-pixbuf-thumbnailer">
|
|
<term><command>gdk-pixbuf-thumbnailer</command></term>
|
|
<listitem>
|
|
<para>
|
|
creates thumbnails of pictures for use in other applications
|
|
</para>
|
|
<indexterm zone="gdk-pixbuf gdk-pixbuf-thumbnailer">
|
|
<primary sortas="b-gdk-pixbuf-thumbnailer">gdk-pixbuf-thumbnailer</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgdk_pixbuf-2">
|
|
<term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions used to load and render images
|
|
</para>
|
|
<indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
|
|
<primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<!-- Split off into gdk-pixbuf-xlib
|
|
<varlistentry id="libgdk_pixbuf_xlib-2">
|
|
<term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions used to manipulate images and interfaces with
|
|
<application>Xlib</application>
|
|
</para>
|
|
<indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
|
|
<primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|