Author: bdubbs
Date: 2009-01-03 22:30:42 -0700 (Sat, 03 Jan 2009)
New Revision: 7716
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/nas.xml
Log:
Updated to nas-1.9.1.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-01-03 22:51:46 UTC (rev 7715)
+++ trunk/BOOK/general.ent 2009-01-04 05:30:42 UTC (rev 7716)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "01"> <!-- Always 2 digits -->
+<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "January &day;st, &year;">
+<!ENTITY releasedate "January &day;rd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -629,7 +629,7 @@
<!ENTITY libvorbis-version "1.2.0">
<!ENTITY faad2-version "2.6.1">
<!ENTITY faac-version "1.26">
-<!ENTITY nas-version "1.9">
+<!ENTITY nas-version "1.9.1">
<!ENTITY libmpeg3-version "1.7">
<!ENTITY libmad-version "0.15.1b">
<!ENTITY libquicktime-version "1.0.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-01-03 22:51:46 UTC
(rev 7715)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-01-04 05:30:42 UTC
(rev 7716)
@@ -42,6 +42,28 @@
-->
<listitem>
+ <para>January 3rd, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Updated to nas-1.9.1.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Tweaked sane-backends instructions for
+ proper udev and gid settings.</para>
+ </listitem>
+ <listitem>
+ <para>[randy] - Updated to S-Lang-2.1.4.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Updated to subversion-1.5.4.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Updated to ruby-1.8.7-p72.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 1st, 2009</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/nas.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/nas.xml 2009-01-03 22:51:46 UTC (rev
7715)
+++ trunk/BOOK/multimedia/libdriv/nas.xml 2009-01-04 05:30:42 UTC (rev
7716)
@@ -8,9 +8,9 @@
<!ENTITY nas-download-ftp "&gentoo-ftp-repo;/nas-&nas-version;.src.tar.gz">
-->
<!ENTITY nas-download-http
"&sourceforge-repo;/nas/nas-&nas-version;.src.tar.gz">
<!ENTITY nas-download-ftp
"&sources-anduin-ftp;/n/nas-&nas-version;.src.tar.gz">
- <!ENTITY nas-md5sum "aac031fae04f53bcd1e033b380b1b29d">
+ <!ENTITY nas-md5sum "d975efefba50b985446bb2c2cb4ee91f">
<!ENTITY nas-size "1.4 MB">
- <!ENTITY nas-buildsize "18 MB">
+ <!ENTITY nas-buildsize "17 MB">
<!ENTITY nas-time "0.3 SBU">
]>
@@ -39,6 +39,11 @@
<filename>.iff</filename>. It can be described as the audio equivalent
of an <application>X</application> server.</para>
+ <para><application>NAS</application> is an older sound server included
+ in BLFS primarily because it is an optional dependency for several
+ packages. Unless you know you need <application>NAS</application>, it
+ is probably not needed at all.</para>
+
<para>There may be a more recent release available from the
<application>NAS</application> home page. You can check
<ulink url="http://nas.codebrilliance.com/"/> and probably use the
@@ -104,7 +109,7 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install install.man &&
+<screen role="root"><userinput>make XPLIB= install install.man &&
install -v -m755 -d /usr/share/doc/nas-&nas-version;/{html,pdf} &&
install -v -m644 doc/html/* /usr/share/doc/nas-&nas-version;/html &&
install -v -m644 doc/pdf/* /usr/share/doc/nas-&nas-version;/pdf &&
@@ -116,10 +121,13 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>xmkmf</command>; <command>make World</command>:
- These commands use the standard for compiling <application>X</application>
+ <para><command>xmkmf</command>: <command>make World</command>:
+ These commands use the standard for compiling
<application>Imake</application>
based applications.</para>
+ <para><option>XPLIB=</option>: This option is necessary to prevent the
+ build system fom trying to link to an unused and depricated library.</para>
+
</sect2>
<sect2 role="configuration">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page