mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package liboil-0.3.16, thanks to Wayne Blaszczyk for contributing the patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7844 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
295defe56f
commit
29919079f9
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
@ -137,6 +137,7 @@ $Date$
|
||||
<!ENTITY libksba-version "1.0.2">
|
||||
<!ENTITY libmowgli-version "0.7.0">
|
||||
<!ENTITY libmcs-version "0.7.1">
|
||||
<!ENTITY liboil-version "0.3.16">
|
||||
|
||||
<!-- Obsolete
|
||||
<!ENTITY fam-version "2.7.0">
|
||||
|
@ -79,6 +79,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libksba.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mowgli.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mcs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="liboil.xml"/>
|
||||
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> -->
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->
|
||||
|
147
general/genlib/liboil.xml
Normal file
147
general/genlib/liboil.xml
Normal file
@ -0,0 +1,147 @@
|
||||
<?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 liboil-download-http "http://liboil.freedesktop.org/download/liboil-&liboil-version;.tar.gz">
|
||||
<!ENTITY liboil-download-ftp " ">
|
||||
<!ENTITY liboil-md5sum "febb1d9f9bc4c440fcf622dc90f8b6b7">
|
||||
<!ENTITY liboil-size "836 KB">
|
||||
<!ENTITY liboil-buildsize "29.4 MB">
|
||||
<!ENTITY liboil-time "0.6 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="liboil" xreflabel="liboil-&liboil-version;">
|
||||
<?dbhtml filename="liboil.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>liboil-&liboil-version;</title>
|
||||
|
||||
<indexterm zone="liboil">
|
||||
<primary sortas="a-liboil">liboil</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to liboil</title>
|
||||
|
||||
<para><application>Liboil</application> is a library of simple
|
||||
functions that are optimized for various CPUs.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&liboil-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&liboil-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &liboil-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &liboil-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &liboil-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &liboil-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">liboil Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="glib2"/> and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/liboil"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of liboil</title>
|
||||
|
||||
<para>Install <application>liboil</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<!-- <screen><userinput>CONFIGPARMS="- -prefix=/usr"</userinput></screen>
|
||||
|
||||
<para>If you wish to rebuild the API documentation, run
|
||||
the following command:</para>
|
||||
|
||||
<screen><userinput>CONFIGPARMS="$CONFIGPARMS - -enable-gtk-doc"</userinput></screen>
|
||||
|
||||
<para>Run the following commands:</para> -->
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>oil-bugreport</seg>
|
||||
<seg>liboil-0.3{so,a}</seg>
|
||||
<seg>/usr/include/liboil-0.3/liboil and
|
||||
/usr/share/gtk-doc/html/liboil</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="oil-bugreport">
|
||||
<term><command>oil-bugreport</command></term>
|
||||
<listitem>
|
||||
<para>prints out API function stats.</para>
|
||||
<indexterm zone="liboil oil-bugreport">
|
||||
<primary sortas="b-oil-bugreport">oil-bugreport</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="liboil-0.3">
|
||||
<term><filename class='libraryfile'>liboil-0.3.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the liboil API functions.</para>
|
||||
<indexterm zone="liboil liboil-0.3">
|
||||
<primary sortas="c-liboil-0.3">liboil-0.3.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -40,12 +40,22 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 16th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added new package liboil-0.3.16, thanks to Wayne
|
||||
Blaszczyk for contributing the patch.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 15th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[gdalziel] - Updated to XviD-1.2.2.
|
||||
</para>
|
||||
<para>[gdalziel] - Updated to XviD-1.2.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Added a patch to libtiff to fix various vulnerabilities.
|
||||
|
@ -173,6 +173,11 @@
|
||||
<emphasis>Timothy Bauscher</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>liboil:
|
||||
<emphasis>Wayne Blaszczyk</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Fetchmail:<!-- and WvDial: -->
|
||||
<emphasis>Paul Campbell</emphasis></para>
|
||||
|
@ -69,7 +69,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gstreamer"/> and
|
||||
<ulink url="http://www.schleef.org/liboil/">liboil</ulink></para>
|
||||
<xref linkend="liboil"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="alsa"/>,
|
||||
|
@ -83,7 +83,7 @@
|
||||
<ulink url="http://sourceforge.net/projects/mjpeg/">MMX Jpeg</ulink>,
|
||||
<ulink url="http://eetpc20.bd.psu.edu/~rfisher/Research/Libmmx/libmmx.html">libmmx</ulink>,
|
||||
<xref linkend="libmng"/>,
|
||||
<ulink url="http://www.schleef.org/liboil/">liboil</ulink>,
|
||||
<xref linkend="liboil"/>,
|
||||
<xref linkend="libpng"/>,
|
||||
<xref linkend="NASM"/>,
|
||||
<xref linkend="pango"/>, and
|
||||
|
Loading…
Reference in New Issue
Block a user