Author: krejzi
Date: 2012-08-25 11:13:31 -0600 (Sat, 25 Aug 2012)
New Revision: 10584

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/aalib.xml
   trunk/BOOK/general/prog/nasm.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/flac.xml
   trunk/BOOK/multimedia/libdriv/liba52.xml
   trunk/BOOK/multimedia/libdriv/libmad.xml
Log:
NASM 2.10.04. Tag some more packages as LFS 7.2 checked.

Modified: trunk/BOOK/general/graphlib/aalib.xml
===================================================================
--- trunk/BOOK/general/graphlib/aalib.xml       2012-08-25 15:57:12 UTC (rev 
10583)
+++ trunk/BOOK/general/graphlib/aalib.xml       2012-08-25 17:13:31 UTC (rev 
10584)
@@ -32,7 +32,7 @@
     <para><application>AAlib</application> is a library to render any graphic 
into
     ASCII Art.</para>
 
-    &lfs70_checked;
+    &lfs72_checked;
  
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -74,7 +74,10 @@
     <para>Install <application>AAlib</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --infodir=/usr/share/info \
+            --mandir=/usr/share/man \
+            --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>

Modified: trunk/BOOK/general/prog/nasm.xml
===================================================================
--- trunk/BOOK/general/prog/nasm.xml    2012-08-25 15:57:12 UTC (rev 10583)
+++ trunk/BOOK/general/prog/nasm.xml    2012-08-25 17:13:31 UTC (rev 10584)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY NASM-download-http 
"http://www.nasm.us/pub/nasm/releasebuilds/&NASM-version;/nasm-&NASM-version;.tar.bz2";>
+  <!ENTITY NASM-download-http 
"http://www.nasm.us/pub/nasm/releasebuilds/&NASM-version;/nasm-&NASM-version;.tar.xz";>
   <!ENTITY NASM-download-ftp  " ">
-  <!ENTITY NASM-md5sum        "2e02cb6e90f52950eaaa8cce7a9f2327">
-  <!ENTITY NASM-size          "800 KB">
-  <!ENTITY NASM-buildsize     "19 MB" >
+  <!ENTITY NASM-md5sum        "0a676909137bddfeebff09a9381cceb2">
+  <!ENTITY NASM-size          "668 KB">
+  <!ENTITY NASM-buildsize     "16 MB" >
   <!ENTITY NASM-time          "0.1 SBU">
 ]>
 
@@ -33,7 +33,7 @@
     is an 80x86 assembler designed for portability and modularity. It includes 
a
     disassembler as well.</para>
 
-    &lfs71_checked;
+    &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -61,7 +61,7 @@
     <itemizedlist spacing="compact">
       <listitem>
         <para>Optional documentation: <ulink
-        
url="http://www.nasm.us/pub/nasm/releasebuilds/&NASM-version;/nasm-&NASM-version;-xdoc.tar.bz2"/></para>
+        
url="http://www.nasm.us/pub/nasm/releasebuilds/&NASM-version;/nasm-&NASM-version;-xdoc.tar.xz"/></para>
       </listitem>
     </itemizedlist>
 
@@ -145,13 +145,10 @@
 
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>nasm, ndisasm, ldrdf, rdf2bin, rdf2com, rdf2ihx, rdf2ith, 
rdf2srec,
-        rdfdump, rdflib, and rdx</seg>
-        <seg>None</seg>
+        <seg>nasm and ndisasm</seg>
         <seg>/usr/share/doc/nasm-&NASM-version;</seg>
       </seglistitem>
     </segmentedlist>
@@ -180,7 +177,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
+<!--
       <varlistentry id="ldrdf">
         <term><command>ldrdf</command></term>
         <listitem>
@@ -229,7 +226,7 @@
             <primary sortas="b-rdx">rdx</primary>
           </indexterm>
         </listitem>
-      </varlistentry>
+      </varlistentry> -->
 
     </variablelist>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-08-25 15:57:12 UTC (rev 10583)
+++ trunk/BOOK/general.ent      2012-08-25 17:13:31 UTC (rev 10584)
@@ -438,7 +438,7 @@
 <!ENTITY librep-version               "0.90.5">
 <!ENTITY llvm-version                 "3.1">
 <!ENTITY mercurial-version            "2.1.2">
-<!ENTITY NASM-version                 "2.10.01">
+<!ENTITY NASM-version                 "2.10.04">
 <!ENTITY php-version                  "5.4.5">
 <!ENTITY pkgconfig-version            "0.27">
 <!ENTITY python2-version              "2.7.3">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-08-25 15:57:12 UTC 
(rev 10583)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-08-25 17:13:31 UTC 
(rev 10584)
@@ -96,6 +96,9 @@
           <para>[krejzi] - Removed Cantarell Fonts, Yelp Tools and
           Mobile Broadband Provider Info.</para>
         </listitem>
+        <listitem>
+          <para>[krejzi] - NASM 2.10.04.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/multimedia/libdriv/flac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/flac.xml      2012-08-25 15:57:12 UTC (rev 
10583)
+++ trunk/BOOK/multimedia/libdriv/flac.xml      2012-08-25 17:13:31 UTC (rev 
10584)
@@ -33,7 +33,7 @@
     MP3, but lossless, meaning that audio is compressed without losing any
     information.</para>
 
-    &lfs70_checked; <!-- tested on x86_64, nasm not used -->
+    &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -91,7 +91,9 @@
 <screen><userinput>sed -i 's/#include &lt;stdio.h&gt;/&amp;\n#include 
&lt;string.h&gt;/' \
     examples/cpp/encode/file/main.cpp &amp;&amp;
 
-./configure --prefix=/usr --disable-thorough-tests &amp;&amp;
+./configure --prefix=/usr \
+            --mandir=/usr/share/man \
+            --disable-thorough-tests &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>. Note that

Modified: trunk/BOOK/multimedia/libdriv/liba52.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/liba52.xml    2012-08-25 15:57:12 UTC (rev 
10583)
+++ trunk/BOOK/multimedia/libdriv/liba52.xml    2012-08-25 17:13:31 UTC (rev 
10584)
@@ -34,7 +34,7 @@
     ATSC A/52 (also known as AC-3) streams. The A/52 standard is used
     in a variety of applications, including digital television and DVD.</para>
 
-    &lfs71_checked;
+    &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -72,8 +72,11 @@
     <para>Install <application>liba52</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-shared --disable-static \
-  CFLAGS="-g -O2 $([ $(uname -m) = x86_64 ] &amp;&amp; echo -fPIC)" &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --mandir=/usr/share/man \
+            --enable-shared \
+            --disable-static \
+           CFLAGS="-g -O2 $([ $(uname -m) = x86_64 ] &amp;&amp; echo -fPIC)" 
&amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>

Modified: trunk/BOOK/multimedia/libdriv/libmad.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libmad.xml    2012-08-25 15:57:12 UTC (rev 
10583)
+++ trunk/BOOK/multimedia/libdriv/libmad.xml    2012-08-25 17:13:31 UTC (rev 
10584)
@@ -32,7 +32,7 @@
     <para><application>libmad</application> is a high-quality
     MPEG audio decoder capable of 24-bit output.</para>
 
-    &lfs70_checked;
+    &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to