Changeset 8733e8e for x


Ignore:
Timestamp:
02/07/2014 01:15:53 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79904cf
Parents:
affbf28
Message:

Update to MesaLib-10.0.3, split GLU.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12679 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    raffbf28 r8733e8e  
    88  <!ENTITY mesalib-download-ftp
    99  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
    10   <!ENTITY mesalib-md5sum        "0a72ca5b36046a658bf6038326ff32ed">
     10  <!ENTITY mesalib-md5sum        "5f9f463ef08129f6762106b434910adb">
    1111  <!ENTITY mesalib-size          "6.5 MB">
    1212  <!ENTITY mesalib-buildsize     "324 MB (additional 1 MB for the docs)">
    1313  <!ENTITY mesalib-time          "4.2 SBU">
    1414
    15   <!ENTITY glu-download-http " ">
    16   <!ENTITY glu-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.bz2">
    17   <!ENTITY glu-md5sum        "be9249132ff49275461cf92039083030">
    18   <!ENTITY glu-size          "484 KB">
    19   <!ENTITY glu-buildsize     "13 MB">
    20   <!ENTITY glu-time          "0.2 SBU">
    2115]>
    2216
     
    7569        <para>
    7670          Estimated build time: &mesalib-time;
    77         </para>
    78       </listitem>
    79     </itemizedlist>
    80 
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>
    85           GLU Download (HTTP): <ulink url="&glu-download-http;"/>
    86         </para>
    87       </listitem>
    88       <listitem>
    89         <para>
    90           GLU Download (FTP): <ulink url="&glu-download-ftp;"/>
    91         </para>
    92       </listitem>
    93       <listitem>
    94         <para>
    95           GLU Download MD5 sum: &glu-md5sum;
    96         </para>
    97       </listitem>
    98       <listitem>
    99         <para>
    100           GLU Download size: &glu-size;
    101         </para>
    102       </listitem>
    103       <listitem>
    104         <para>
    105           Estimated GLU disk space required: &glu-buildsize;
    106         </para>
    107       </listitem>
    108       <listitem>
    109         <para>
    110           Estimated GLU build time: &glu-time;
    11171        </para>
    11272      </listitem>
     
    253213  </sect2>
    254214
    255   <sect2 role="installation">
    256     <title>Installation of GLU</title>
    257 
    258     <para>
    259       Install <application>GLU</application> by running the following
    260       commands:
    261     </para>
    262 
    263 <screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &amp;&amp;
    264 make</userinput></screen>
    265 
    266     <para>
    267       This package does not come with a test suite.
    268     </para>
    269 
    270     <para>
    271       Now, as the <systemitem class="username">root</systemitem> user:
    272     </para>
    273 
    274 <screen role="root"><userinput>make install</userinput></screen>
    275 
    276   </sect2>
    277 
    278215  <sect2 role="commands">
    279216    <title>Command Explanations</title>
     
    361298    </para>
    362299
    363     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    364       href="../../xincludes/static-libraries.xml"/>
    365 
    366300    <para>
    367301      <option>--enable-r600-llvm-compiler</option>: Use this switch to
     
    386320        <seg>
    387321          libEGL.so, libgbm.so, libglapi.so, libGLESv1_CM.so, libGLESv2.so,
    388           libGL.so, libGLU.so, libOpenVG.so, libOSMesa.so, libxatracker.so,
     322          libGL.so, libOpenVG.so, libOSMesa.so, libxatracker.so,
    389323          libXvMCnouveau.so and libXvMCr600.so
    390324        </seg>
     
    499433      </varlistentry>
    500434
    501       <varlistentry id="libGLU">
    502         <term><filename class="libraryfile">libGLU.so</filename></term>
    503         <listitem>
    504           <para>
    505             is the <application>Mesa</application> OpenGL
    506             Utility library.
    507           </para>
    508           <indexterm zone="mesalib libGLU">
    509             <primary sortas="c-libGLU">libGLU.so</primary>
    510           </indexterm>
    511         </listitem>
    512       </varlistentry>
    513 
    514435      <varlistentry id="libOpenVG">
    515436        <term><filename class="libraryfile">libOpenVG.so</filename></term>
  • x/lib/freeglut.xml

    raffbf28 r8733e8e  
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="mesalib"/>
     81      <xref linkend="glu"/>
    8282    </para>
    8383
  • x/lib/lib.xml

    raffbf28 r8733e8e  
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/>
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glu.xml"/>
    4041  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goffice010.xml"/>
    4142  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+2.xml"/>
Note: See TracChangeset for help on using the changeset viewer.