Changeset e2bf0c5


Ignore:
Timestamp:
01/04/2009 05:30:42 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
6228556
Parents:
5e51efe
Message:

Updated to nas-1.9.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5e51efe re2bf0c5  
    44-->
    55
    6 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     6<!ENTITY day          "03">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "January &day;st, &year;">
     12<!ENTITY releasedate  "January &day;rd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    630630<!ENTITY faad2-version                "2.6.1">
    631631<!ENTITY faac-version                 "1.26">
    632 <!ENTITY nas-version                  "1.9">
     632<!ENTITY nas-version                  "1.9.1">
    633633<!ENTITY libmpeg3-version             "1.7">
    634634<!ENTITY libmad-version               "0.15.1b">
  • introduction/welcome/changelog.xml

    r5e51efe re2bf0c5  
    4343
    4444    <listitem>
     45      <para>January 3rd, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated to nas-1.9.1.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Tweaked sane-backends instructions for
     52          proper udev and gid settings.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[randy] - Updated to S-Lang-2.1.4.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Updated to subversion-1.5.4.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Updated to ruby-1.8.7-p72.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
    4567      <para>January 1st, 2009</para>
    4668      <itemizedlist>
  • multimedia/libdriv/nas.xml

    r5e51efe re2bf0c5  
    99  <!ENTITY nas-download-http "&sourceforge-repo;/nas/nas-&nas-version;.src.tar.gz">
    1010  <!ENTITY nas-download-ftp  "&sources-anduin-ftp;/n/nas-&nas-version;.src.tar.gz">
    11   <!ENTITY nas-md5sum        "aac031fae04f53bcd1e033b380b1b29d">
     11  <!ENTITY nas-md5sum        "d975efefba50b985446bb2c2cb4ee91f">
    1212  <!ENTITY nas-size          "1.4 MB">
    13   <!ENTITY nas-buildsize     "18 MB">
     13  <!ENTITY nas-buildsize     "17 MB">
    1414  <!ENTITY nas-time          "0.3 SBU">
    1515]>
     
    4040    of an <application>X</application> server.</para>
    4141
     42    <para><application>NAS</application> is an older sound server included
     43    in BLFS primarily because it is an optional dependency for several
     44    packages.  Unless you know you need <application>NAS</application>, it
     45    is probably not needed at all.</para>
     46
    4247    <para>There may be a more recent release available from the
    4348    <application>NAS</application> home page. You can check
     
    105110    user:</para>
    106111
    107 <screen role="root"><userinput>make install install.man &amp;&amp;
     112<screen role="root"><userinput>make XPLIB= install install.man &amp;&amp;
    108113install -v -m755 -d /usr/share/doc/nas-&nas-version;/{html,pdf} &amp;&amp;
    109114install -v -m644 doc/html/* /usr/share/doc/nas-&nas-version;/html &amp;&amp;
     
    117122    <title>Command Explanations</title>
    118123
    119     <para><command>xmkmf</command>; <command>make World</command>:
    120     These commands use the standard for compiling <application>X</application>
     124    <para><command>xmkmf</command>: <command>make World</command>:
     125    These commands use the standard for compiling <application>Imake</application>
    121126    based applications.</para>
     127
     128    <para><option>XPLIB=</option>: This option is necessary to prevent the
     129    build system fom trying to link to an unused and depricated library.</para>
    122130
    123131  </sect2>
Note: See TracChangeset for help on using the changeset viewer.