Update to MesaLib-10.0.3, split GLU.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12679 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-02-07 13:15:53 +00:00
parent affbf28c5a
commit 8733e8e3b5
6 changed files with 177 additions and 86 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ --> <!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "06"> <!-- Always 2 digits --> <!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2014"> <!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team"> <!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;"> <!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "February 6th, &year;"> <!ENTITY releasedate "February 7th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -532,8 +532,7 @@ export -f as_root</userinput></screen>
<!ENTITY xbitmaps-version "1.1.1"> <!ENTITY xbitmaps-version "1.1.1">
<!ENTITY xcursor-themes-version "1.0.4"> <!ENTITY xcursor-themes-version "1.0.4">
<!ENTITY xkeyboard-config-version "2.11"> <!ENTITY xkeyboard-config-version "2.11">
<!ENTITY mesalib-version "10.0.1"> <!ENTITY mesalib-version "10.0.3">
<!ENTITY glu-version "9.0.0">
<!ENTITY xcb-util-version "0.3.9"> <!ENTITY xcb-util-version "0.3.9">
<!ENTITY xcb-util-image-version "0.3.9"> <!ENTITY xcb-util-image-version "0.3.9">
<!ENTITY xcb-util-keysyms-version "0.3.9"> <!ENTITY xcb-util-keysyms-version "0.3.9">
@ -559,6 +558,7 @@ export -f as_root</userinput></screen>
<!ENTITY clutter-gtk-version "1.4.4"> <!ENTITY clutter-gtk-version "1.4.4">
<!ENTITY freeglut-version "2.8.1"> <!ENTITY freeglut-version "2.8.1">
<!ENTITY gdk-pixbuf-version "2.30.4"> <!ENTITY gdk-pixbuf-version "2.30.4">
<!ENTITY glu-version "9.0.0">
<!ENTITY goffice010-version "0.10.9"> <!ENTITY goffice010-version "0.10.9">
<!ENTITY gtk2-version "2.24.22"> <!ENTITY gtk2-version "2.24.22">
<!ENTITY gtk3-version "3.10.7"> <!ENTITY gtk3-version "3.10.7">

View File

@ -43,6 +43,16 @@
</listitem> </listitem>
--> -->
<listitem>
<para>February 7th, 2014</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to MesaLib-10.0.3, split GLU. Fixes
<ulink url="&blfs-ticket-root;4546">#4546</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>February 6th, 2014</para> <para>February 6th, 2014</para>
<itemizedlist> <itemizedlist>

View File

@ -7,17 +7,11 @@
<!ENTITY mesalib-download-http " "> <!ENTITY mesalib-download-http " ">
<!ENTITY mesalib-download-ftp <!ENTITY mesalib-download-ftp
"ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2"> "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
<!ENTITY mesalib-md5sum "0a72ca5b36046a658bf6038326ff32ed"> <!ENTITY mesalib-md5sum "5f9f463ef08129f6762106b434910adb">
<!ENTITY mesalib-size "6.5 MB"> <!ENTITY mesalib-size "6.5 MB">
<!ENTITY mesalib-buildsize "324 MB (additional 1 MB for the docs)"> <!ENTITY mesalib-buildsize "324 MB (additional 1 MB for the docs)">
<!ENTITY mesalib-time "4.2 SBU"> <!ENTITY mesalib-time "4.2 SBU">
<!ENTITY glu-download-http " ">
<!ENTITY glu-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.bz2">
<!ENTITY glu-md5sum "be9249132ff49275461cf92039083030">
<!ENTITY glu-size "484 KB">
<!ENTITY glu-buildsize "13 MB">
<!ENTITY glu-time "0.2 SBU">
]> ]>
<sect1 id="mesalib" xreflabel="MesaLib-&mesalib-version;"> <sect1 id="mesalib" xreflabel="MesaLib-&mesalib-version;">
@ -78,40 +72,6 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
GLU Download (HTTP): <ulink url="&glu-download-http;"/>
</para>
</listitem>
<listitem>
<para>
GLU Download (FTP): <ulink url="&glu-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
GLU Download MD5 sum: &glu-md5sum;
</para>
</listitem>
<listitem>
<para>
GLU Download size: &glu-size;
</para>
</listitem>
<listitem>
<para>
Estimated GLU disk space required: &glu-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated GLU build time: &glu-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Patches</bridgehead> <bridgehead renderas="sect3">Additional Patches</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
@ -252,29 +212,6 @@ cp -rfv docs/* /usr/share/doc/MesaLib-&mesalib-version;</userinput></screen>
</sect2> </sect2>
<sect2 role="installation">
<title>Installation of GLU</title>
<para>
Install <application>GLU</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &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="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
@ -360,9 +297,6 @@ make</userinput></screen>
<application>LLVM</application>. <application>LLVM</application>.
</para> </para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para> <para>
<option>--enable-r600-llvm-compiler</option>: Use this switch to <option>--enable-r600-llvm-compiler</option>: Use this switch to
enable experimental R600 <application>LLVM</application> backend enable experimental R600 <application>LLVM</application> backend
@ -385,7 +319,7 @@ make</userinput></screen>
</seg> </seg>
<seg> <seg>
libEGL.so, libgbm.so, libglapi.so, libGLESv1_CM.so, libGLESv2.so, libEGL.so, libgbm.so, libglapi.so, libGLESv1_CM.so, libGLESv2.so,
libGL.so, libGLU.so, libOpenVG.so, libOSMesa.so, libxatracker.so, libGL.so, libOpenVG.so, libOSMesa.so, libxatracker.so,
libXvMCnouveau.so and libXvMCr600.so libXvMCnouveau.so and libXvMCr600.so
</seg> </seg>
<seg> <seg>
@ -498,19 +432,6 @@ make</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="libGLU">
<term><filename class="libraryfile">libGLU.so</filename></term>
<listitem>
<para>
is the <application>Mesa</application> OpenGL
Utility library.
</para>
<indexterm zone="mesalib libGLU">
<primary sortas="c-libGLU">libGLU.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libOpenVG"> <varlistentry id="libOpenVG">
<term><filename class="libraryfile">libOpenVG.so</filename></term> <term><filename class="libraryfile">libOpenVG.so</filename></term>
<listitem> <listitem>

View File

@ -78,7 +78,7 @@
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
<para role="required"> <para role="required">
<xref linkend="mesalib"/> <xref linkend="glu"/>
</para> </para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:

159
x/lib/glu.xml Normal file
View File

@ -0,0 +1,159 @@
<?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 glu-download-http " ">
<!ENTITY glu-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.bz2">
<!ENTITY glu-md5sum "be9249132ff49275461cf92039083030">
<!ENTITY glu-size "484 KB">
<!ENTITY glu-buildsize "13 MB">
<!ENTITY glu-time "0.2 SBU">
]>
<sect1 id="glu" xreflabel="GLU-&glu-version;">
<?dbhtml filename="glu.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GLU-&glu-version;</title>
<indexterm zone="glu">
<primary sortas="a-GLU">GLU</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GLU</title>
<para>
This package provides the Mesa OpenGL Utility library.
</para>
&lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
GLU Download (HTTP): <ulink url="&glu-download-http;"/>
</para>
</listitem>
<listitem>
<para>
GLU Download (FTP): <ulink url="&glu-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
GLU Download MD5 sum: &glu-md5sum;
</para>
</listitem>
<listitem>
<para>
GLU Download size: &glu-size;
</para>
</listitem>
<listitem>
<para>
Estimated GLU disk space required: &glu-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated GLU build time: &glu-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GLU Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="mesalib"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/glu"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GLU</title>
<para>
Install <application>GLU</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &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="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libGLU.so
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libGLU">
<term><filename class="libraryfile">libGLU.so</filename></term>
<listitem>
<para>
is the <application>Mesa</application> OpenGL
Utility library.
</para>
<indexterm zone="mesalib libGLU">
<primary sortas="c-libGLU">libGLU.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -37,6 +37,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glu.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goffice010.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goffice010.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+3.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+3.xml"/>