Changeset 11ad0b0 for x/lib


Ignore:
Timestamp:
01/23/2011 04:30:42 AM (13 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
29e0cb92
Parents:
c4195a6
Message:

Updated to MesaLib-7.9.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/mesalib.xml

    rc4195a6 r11ad0b0  
    77  <!ENTITY mesalib-download-http " ">
    88  <!ENTITY mesalib-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
    9   <!ENTITY mesalib-md5sum        "6be2d343a0089bfd395ce02aaf8adb57">
    10   <!ENTITY mesalib-size          "4.9 MB">
    11   <!ENTITY mesalib-buildsize     "226 MB">
    12   <!ENTITY mesalib-time          "3.0 SBU">
    13 
    14   <!ENTITY mesademos-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaDemos-&mesalib-version;.tar.bz2">
    15   <!ENTITY mesademos-md5sum        "757d9e2e06f48b1a52848be9b0307ced">
    16   <!ENTITY mesademos-size          "15.5 MB">
    17 
     9  <!ENTITY mesalib-md5sum        "82c740c49d572baa6da2b1a1eee90bca">
     10  <!ENTITY mesalib-size          "5.4 MB">
     11  <!ENTITY mesalib-buildsize     "249 MB">
     12  <!ENTITY mesalib-time          "3.1 SBU">
    1813]>
    1914
     
    5651      </listitem>
    5752      <listitem>
    58         <para>Estimated disk space required (including recommended download):
     53        <para>Estimated disk space required:
    5954        &mesalib-buildsize;</para>
    6055      </listitem>
    6156      <listitem>
    62         <para>Estimated build time (including recommended download):
     57        <para>Estimated build time:
    6358        &mesalib-time;</para>
    6459      </listitem>
    6560    </itemizedlist>
    66 
    67     <bridgehead renderas="sect3">Additional Download</bridgehead>
    68 
    69     <itemizedlist spacing="compact">
    70       <title>Recommended demonstration and diagnostic utilities for
    71       verifying OpenGL operation</title>
    72       <listitem>
    73         <para>Download (FTP): <ulink url="&mesademos-download-ftp;"/></para>
    74       </listitem>
    75       <listitem>
    76         <para>Download MD5 sum: &mesademos-md5sum;</para>
    77       </listitem>
    78       <listitem>
    79         <para>Download size: &mesademos-size;</para>
    80       </listitem>
    81     </itemizedlist>
    82 
    83 <!--
    84     <note><para>Mesa's GLUT library is not released under a free software
    85     license, and is no longer tested by the BLFS developers. Permission
    86     is granted by the copyright holder of MesaGLUT for its use within the Mesa
    87     distribution.  <xref linkend="freeglut"/> is recommended over Mesa's GLUT
    88     library.</para></note>
    89 -->
    9061
    9162    <bridgehead renderas="sect3">MesaLib Dependencies</bridgehead>
     
    10980    <title>Installation of MesaLib</title>
    11081
    111     <para>Extract both tarballs from the same top-level directory as both
    112     will extract to the
     82    <note><para>Unlike other packages, the
     83    <filename>MesaLib-&mesalib-version;.tar.bz2</filename>
     84    archive will extract to the
    11385    <filename class="directory">Mesa-&mesalib-version;</filename>
    114     directory.</para>
     86    directory.</para></note>
    11587
    11688    <para>Install <application>MesaLib</application> by running the following
     
    129101install -v -m644    docs/* \
    130102                    ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
    131 
    132     <para>If you built the demo programs, install them using the following
    133     command as the <systemitem class="username">root</systemitem> user:</para>
    134 
    135 <screen role="root"><userinput>install -v -m755 progs/xdemos/glx{info,gears} ${XORG_PREFIX}/bin</userinput></screen>
    136103
    137104    <para>Finally, if installing to any prefix other than
Note: See TracChangeset for help on using the changeset viewer.