mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Added new package pixman-0.14.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7778 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c81fed47f7
commit
025cfe785a
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "February &day;rd, &year;">
|
||||
<!ENTITY releasedate "February &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -161,6 +161,7 @@ $Date$
|
||||
<!ENTITY fribidi-version "0.10.9">
|
||||
<!ENTITY poppler-version "0.10.1">
|
||||
<!ENTITY jasper-version "1.900.1">
|
||||
<!ENTITY pixman-version "0.14.0">
|
||||
|
||||
<!-- Obsolete
|
||||
<!ENTITY libungif-version "4.1.3">
|
||||
|
@ -42,5 +42,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fribidi.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="poppler.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="jasper.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pixman.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
121
general/graphlib/pixman.xml
Normal file
121
general/graphlib/pixman.xml
Normal file
@ -0,0 +1,121 @@
|
||||
<?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 pixman-download-http "http://cairographics.org/releases/pixman-&pixman-version;.tar.gz">
|
||||
<!ENTITY pixman-download-ftp " ">
|
||||
<!ENTITY pixman-md5sum "da330524bbd975271974378b1c5e7b5d">
|
||||
<!ENTITY pixman-size "468 KB">
|
||||
<!ENTITY pixman-buildsize "13 MB">
|
||||
<!ENTITY pixman-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="pixman" xreflabel="pixman-&pixman-version;">
|
||||
<?dbhtml filename="pixman.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>pixman-&pixman-version;</title>
|
||||
|
||||
<indexterm zone="pixman">
|
||||
<primary sortas="a-pixman">pixman</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to pixman</title>
|
||||
|
||||
<para>The <application>pixman</application> package contains a library that
|
||||
provides low-level pixel manipulation features such as image compositing
|
||||
and trapezoid rasterization.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&pixman-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&pixman-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &pixman-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &pixman-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &pixman-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &pixman-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">pixman Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (required to run the test suite)</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk2"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/pixman"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of pixman</title>
|
||||
|
||||
<para>Install <application>pixman</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. Note that
|
||||
the <application>GTK+2</application> must be installed.</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 Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libpixman-1.{so,a}</seg>
|
||||
<seg>/usr/include/pixman-1</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libpixman1">
|
||||
<term><filename class='libraryfile'>libpixman1.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that provide low-level pixel manipulation
|
||||
features.</para>
|
||||
<indexterm zone="pixman libpixman1">
|
||||
<primary sortas="c-libpixman1">libpixman1.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>February 25th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added new package pixman-0.14.0.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 23rd, 2009</para>
|
||||
<itemizedlist>
|
||||
|
@ -288,8 +288,8 @@
|
||||
Libidn, Libksba, libmpeg2, libmusicbrainz, libquicktime, LZMA-Utils,
|
||||
mcs, MIT Kerberos V5 (many updates and enhancements), MPlayer
|
||||
(extensive overhaul), NSS, Orca, Other Programming Tools, PDL,
|
||||
Perl Modules,
|
||||
pilot-link, PIN-Entry, Poppler, Pth, PyXML, Samba 3 (many additions),
|
||||
Perl Modules, pilot-link,
|
||||
PIN-Entry, pixman, Poppler, Pth, PyXML, Samba 3 (many additions),
|
||||
SANE (original instructions by Alex Kloss),
|
||||
Shadow (rewrite), SLIB, Sound Juicer,
|
||||
Stunnel, Subversion Client (many additions), Sysstat,
|
||||
|
Loading…
Reference in New Issue
Block a user