Author: randy
Date: 2010-03-06 12:28:21 -0700 (Sat, 06 Mar 2010)
New Revision: 8296
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/freeglut.xml
Log:
Updated to Freeglut-2.6.0
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-06 18:48:24 UTC (rev 8295)
+++ trunk/BOOK/general.ent 2010-03-06 19:28:21 UTC (rev 8296)
@@ -504,7 +504,7 @@
<!ENTITY shared-mime-info-version "0.60">
<!ENTITY hicolor-icon-theme-version "0.11">
<!ENTITY libxklavier-version "4.0">
-<!ENTITY freeglut-version "2.4.0">
+<!ENTITY freeglut-version "2.6.0">
<!ENTITY goffice-version "0.6.1">
<!ENTITY mesalib-version "7.6">
<!-- The xulrunner version also appears in the firefox mozconfig as a literal
-->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-06 18:48:24 UTC
(rev 8295)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-06 19:28:21 UTC
(rev 8296)
@@ -45,6 +45,9 @@
<para>March 7th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to Freeglut-2.6.0.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added a patch to the Expect instructions so that it
is compatible with Tcl-8.5.6.</para>
</listitem>
Modified: trunk/BOOK/x/lib/freeglut.xml
===================================================================
--- trunk/BOOK/x/lib/freeglut.xml 2010-03-06 18:48:24 UTC (rev 8295)
+++ trunk/BOOK/x/lib/freeglut.xml 2010-03-06 19:28:21 UTC (rev 8296)
@@ -6,9 +6,9 @@
<!ENTITY freeglut-download-http
"&sourceforge-repo;/freeglut/freeglut-&freeglut-version;.tar.gz">
<!ENTITY freeglut-download-ftp " ">
- <!ENTITY freeglut-md5sum "6d16873bd876fbf4980a927cfbc496a1">
- <!ENTITY freeglut-size "459 KB">
- <!ENTITY freeglut-buildsize "7.6 MB">
+ <!ENTITY freeglut-md5sum "39f0f2de89f399529d2b981188082218">
+ <!ENTITY freeglut-size "1.1 MB">
+ <!ENTITY freeglut-buildsize "14 MB">
<!ENTITY freeglut-time "0.2 SBU">
]>
@@ -35,8 +35,8 @@
windowing API, which makes learning about and exploring OpenGL programming
very easy.</para>
- <para>If you built the GLUT library during an installation of
- <xref linkend="mesalib"/>, you do not need to install this package.</para>
+ <!-- <para>If you built the GLUT library during an installation of
+ <xref linkend="mesalib"/>, you do not need to install this package.</para>
-->
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -76,8 +76,7 @@
<para>Install <application>freeglut</application> by running the
following commands:</para>
-<screen><userinput>sed 's...@-werror@@g' -i configure &&
-./configure --prefix=/usr &&
+<screen><userinput>./configure
--prefix=<replaceable><$XORG_PREFIX></replaceable> &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -85,13 +84,12 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &&
-install -v -m644 doc/freeglut_user_interface.html \
- /usr/share/doc/freeglut-&freeglut-version;</userinput></screen>
+install -v -D -m644 doc/freeglut_user_interface.html \
+
/usr/share/doc/freeglut-&freeglut-version;/freeglut_user_interface.html</userinput></screen>
</sect2>
- <sect2 role="commands">
+ <!-- <sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed 's...@-werror@@g' -i configure</command>: This command
@@ -100,7 +98,7 @@
environment variables to avoid compilation failures due to old
coding standards.</para>
- </sect2>
+ </sect2> -->
<sect2 role="content">
<title>Contents</title>
@@ -113,7 +111,7 @@
<seglistitem>
<seg>None</seg>
<seg>libglut.{so,a}</seg>
- <seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
+
<seg>/<replaceable><$XORG_PREFIX></replaceable>/share/doc/freeglut-&freeglut-version;</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page