custom_blfs_packages/general/graphlib/sdl2-image.xml

120 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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 sdl2-image-download-http "https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.3/SDL2_image-2.8.3.tar.gz">
<!ENTITY sdl2-image-download-ftp " ">
<!ENTITY sdl2-image-md5sum "ee23162d40bc57762392bf22ac2c0b94">
<!ENTITY sdl2-image-size "12.6 MB">
<!ENTITY sdl2-image-buildsize "150 MB">
<!ENTITY sdl2-image-time "1 SBU (using parallelism=4)">
]>
<sect1 id="sdl2-image" xreflabel="sdl2-image-&sdl2-image-version;">
<?dbhtml filename="sdl2-image.html"?>
<title>sdl2-image-&sdl2-image-version;</title>
<indexterm zone="sdl2-image">
<primary sortas="a-sdl2-image">sdl2-image</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to sdl2-image</title>
<para>
<application>sdl2-image</application> is a simple library to load images of various formats as SDL surfaces.
</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&sdl2-image-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&sdl2-image-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &sdl2-image-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &sdl2-image-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &sdl2-image-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &sdl2-image-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">sdl2-image Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="sdl2"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of sdl2-image</title>
<para>
Install <application>sdl2-image</application> by running the
following commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
sdl2-image
</seg>
<seg>
None
</seg>
<seg>
/usr/share/sdl2-image
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>