Changeset 372da32


Ignore:
Timestamp:
02/19/2012 02:00:16 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
6be27f3
Parents:
352f326
Message:

freeglut-2.8.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r352f326 r372da32  
    611611<!ENTITY hicolor-icon-theme-version   "0.12">
    612612<!ENTITY libxklavier-version          "5.1">
    613 <!ENTITY freeglut-version             "2.6.0">
     613<!ENTITY freeglut-version             "2.8.0">
    614614<!ENTITY goffice-version              "0.8.17">
    615615<!ENTITY mesalib-version              "7.9">
  • introduction/welcome/changelog.xml

    r352f326 r372da32  
    6060          <para>[abenton] - libtiff 4.0.1.</para>
    6161        </listitem>
     62        <listitem>
     63          <para>[abenton] - freeglut 2.8.0.</para>
     64        </listitem>
    6265      </itemizedlist>
    6366    </listitem>
  • x/lib/freeglut.xml

    r352f326 r372da32  
    55  %general-entities;
    66
    7   <!ENTITY freeglut-download-http "&sourceforge-repo;/freeglut/freeglut-&freeglut-version;.tar.gz">
     7  <!ENTITY freeglut-download-http
     8  "&sourceforge-repo;/freeglut/freeglut-&freeglut-version;.tar.gz">
    89  <!ENTITY freeglut-download-ftp " ">
    9   <!ENTITY freeglut-md5sum        "39f0f2de89f399529d2b981188082218">
    10   <!ENTITY freeglut-size          "1.1 MB">
    11   <!ENTITY freeglut-buildsize     "14 MB">
    12   <!ENTITY freeglut-time          "0.2 SBU">
     10  <!ENTITY freeglut-md5sum        "5db8651af306bc403fbfd36934a20e1d">
     11  <!ENTITY freeglut-size          "960 KB">
     12  <!ENTITY freeglut-buildsize     "10 MB">
     13  <!ENTITY freeglut-time          "0.1 SBU">
    1314]>
    1415
     
    3031    <title>Introduction to freeglut</title>
    3132
    32     <para><application>freeglut</application> is intended to be a 100% compatible,
    33     completely opensourced clone of the GLUT library. GLUT is a window system
    34     independent toolkit for writing OpenGL programs, implementing a simple
    35     windowing API, which makes learning about and exploring OpenGL programming
    36     very easy.</para>
     33    <para><application>freeglut</application> is intended to be a 100%
     34    compatible, completely opensourced clone of the GLUT library. GLUT is a
     35    window system independent toolkit for writing OpenGL programs, implementing
     36    a simple windowing API, which makes learning about and exploring OpenGL
     37    programming very easy.</para>
    3738
    3839    &lfs70_checked;
     
    6768    <para condition="html" role="usernotes">User Notes:
    6869    <ulink url="&blfs-wiki;/freeglut"/></para>
    69 
    7070  </sect2>
    7171
     
    7676    following commands:</para>
    7777
    78 <screen><userinput>./configure --prefix=<replaceable>&lt;$XORG_PREFIX&gt;</replaceable> &amp;&amp;
     78<screen><userinput>./configure --prefix=<replaceable>&lt;$XORG_PREFIX&gt;</replaceable> --disable-static &amp;&amp;
    7979make</userinput></screen>
    8080
    8181    <para>This package does not come with a test suite.</para>
    8282
    83     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     83    <para>Now, as the <systemitem class="username">root</systemitem>
     84    user:</para>
    8485
    8586<screen role="root"><userinput>make install &amp;&amp;
    86 install -v -D -m644 doc/freeglut_user_interface.html \
    87     /usr/share/doc/freeglut-&freeglut-version;/freeglut_user_interface.html</userinput></screen>
    88 
     87mkdir -p <replaceable>&lt;$XORG_PREFIX&gt;</replaceable>/share/doc/freeglut-&freeglut-version; &amp;&amp;
     88cp doc/*.{html,png} <replaceable>&lt;$XORG_PREFIX&gt;</replaceable>/share/doc/freeglut-&freeglut-version;</userinput></screen>
    8989  </sect2>
    9090
    91   <!-- <sect2 role="commands">
     91  <sect2 role="commands">
    9292    <title>Command Explanations</title>
    9393
    94     <para><command>sed 's@-Werror@@g' -i configure</command>: This command
    95     removes the <parameter>-Werror</parameter> flag from the
    96     <parameter>CFLAGS</parameter> and <parameter>CXXFLAGS</parameter>
    97      environment variables to avoid compilation failures due to old
    98      coding standards.</para>
    99 
    100   </sect2> -->
     94    <para><option>--disable-static</option>: This option stops it compiling a
     95    static version of the library.</para>
     96  </sect2>
    10197
    10298  <sect2 role="content">
     
    104100
    105101    <segmentedlist>
    106       <segtitle>Installed Programs</segtitle>
    107102      <segtitle>Installed Libraries</segtitle>
    108103      <segtitle>Installed Directories</segtitle>
    109104
    110105      <seglistitem>
    111         <seg>None</seg>
    112         <seg>libglut.{so,a}</seg>
    113         <seg>/<replaceable>&lt;$XORG_PREFIX&gt;</replaceable>/share/doc/freeglut-&freeglut-version;</seg>
     106        <seg>libglut.so</seg>
     107        <seg><replaceable>&lt;$XORG_PREFIX&gt;</replaceable>/share/doc/freeglut-&freeglut-version;</seg>
    114108      </seglistitem>
    115109    </segmentedlist>
     
    121115
    122116      <varlistentry id="libglut">
    123         <term><filename class='libraryfile'>libglut.{so,a}</filename></term>
     117        <term><filename class='libraryfile'>libglut.so</filename></term>
    124118        <listitem>
    125119          <para>contains functions that implement the OpenGL Utility
    126120          Toolkit.</para>
    127121          <indexterm zone="freeglut libglut">
    128             <primary sortas="c-libglut">libglut.{so,a}</primary>
     122            <primary sortas="c-libglut">libglut.so</primary>
    129123          </indexterm>
    130124        </listitem>
    131125      </varlistentry>
    132 
    133126    </variablelist>
    134 
    135127  </sect2>
    136 
    137128</sect1>
Note: See TracChangeset for help on using the changeset viewer.