Changeset a5a9ff8


Ignore:
Timestamp:
03/06/2010 07:28:21 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
d20c871
Parents:
0908756
Message:

Updated to Freeglut-2.6.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0908756 ra5a9ff8  
    505505<!ENTITY hicolor-icon-theme-version   "0.11">
    506506<!ENTITY libxklavier-version          "4.0">
    507 <!ENTITY freeglut-version             "2.4.0">
     507<!ENTITY freeglut-version             "2.6.0">
    508508<!ENTITY goffice-version              "0.6.1">
    509509<!ENTITY mesalib-version              "7.6">
  • introduction/welcome/changelog.xml

    r0908756 ra5a9ff8  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Freeglut-2.6.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added a patch to the Expect instructions so that it
    4952          is compatible with Tcl-8.5.6.</para>
  • x/lib/freeglut.xml

    r0908756 ra5a9ff8  
    77  <!ENTITY freeglut-download-http "&sourceforge-repo;/freeglut/freeglut-&freeglut-version;.tar.gz">
    88  <!ENTITY freeglut-download-ftp " ">
    9   <!ENTITY freeglut-md5sum        "6d16873bd876fbf4980a927cfbc496a1">
    10   <!ENTITY freeglut-size          "459 KB">
    11   <!ENTITY freeglut-buildsize     "7.6 MB">
     9  <!ENTITY freeglut-md5sum        "39f0f2de89f399529d2b981188082218">
     10  <!ENTITY freeglut-size          "1.1 MB">
     11  <!ENTITY freeglut-buildsize     "14 MB">
    1212  <!ENTITY freeglut-time          "0.2 SBU">
    1313]>
     
    3636    very easy.</para>
    3737
    38     <para>If you built the GLUT library during an installation of
    39     <xref linkend="mesalib"/>, you do not need to install this package.</para>
     38    <!-- <para>If you built the GLUT library during an installation of
     39    <xref linkend="mesalib"/>, you do not need to install this package.</para> -->
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    following commands:</para>
    7878
    79 <screen><userinput>sed 's@-Werror@@g' -i configure &amp;&amp;
    80 ./configure --prefix=/usr &amp;&amp;
     79<screen><userinput>./configure --prefix=<replaceable>&lt;$XORG_PREFIX&gt;</replaceable> &amp;&amp;
    8180make</userinput></screen>
    8281
     
    8685
    8786<screen role="root"><userinput>make install &amp;&amp;
    88 install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &amp;&amp;
    89 install -v -m644 doc/freeglut_user_interface.html \
    90     /usr/share/doc/freeglut-&freeglut-version;</userinput></screen>
     87install -v -D -m644 doc/freeglut_user_interface.html \
     88    /usr/share/doc/freeglut-&freeglut-version;/freeglut_user_interface.html</userinput></screen>
    9189
    9290  </sect2>
    9391
    94   <sect2 role="commands">
     92  <!-- <sect2 role="commands">
    9593    <title>Command Explanations</title>
    9694
     
    10199     coding standards.</para>
    102100
    103   </sect2>
     101  </sect2> -->
    104102
    105103  <sect2 role="content">
     
    114112        <seg>None</seg>
    115113        <seg>libglut.{so,a}</seg>
    116         <seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
     114        <seg>/<replaceable>&lt;$XORG_PREFIX&gt;</replaceable>/share/doc/freeglut-&freeglut-version;</seg>
    117115      </seglistitem>
    118116    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.