Changeset 2bd903b


Ignore:
Timestamp:
04/19/2005 09:05:51 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
44edf870
Parents:
e8a29f69
Message:

Updated to NAS-1.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re8a29f69 r2bd903b  
    430430<!ENTITY libogg-version               "1.1.2">
    431431<!ENTITY libvorbis-version            "1.1.0">
    432 <!ENTITY nas-version                  "1.6">
     432<!ENTITY nas-version                  "1.7">
    433433<!ENTITY libmpeg3-version             "1.5.4">
    434434<!ENTITY libmad-version               "0.15.1b">
  • introduction/welcome/changelog.xml

    re8a29f69 r2bd903b  
    2323<itemizedlist>
    2424
     25<listitem><para>April 19th, 2005 [randy]: Updated to
     26NAS-1.7</para></listitem>
     27
    2528<listitem><para>April 19th, 2005 [bdubbs]: Updated to qt-3.3.4; fixed
    2629some configuration problems with build method 1.</para></listitem>
     
    2831<listitem><para>April 18th, 2005 [randy]: Updated to shared-mime-info-0.16,
    2932hicolor-icon-theme-0.8 and GnuPG-1.4.1.</para></listitem>
    30 
    31 <listitem><para>April 17th, 2005 [randy]: Updated to LessTif-0.94.4; added
    32 an "Other Window Managers" section to Chapter 27".</para></listitem>
    3333
    3434<listitem><para>April 17th, 2005 [randy]: Updated to LessTif-0.94.4,
  • multimedia/libdriv/nas.xml

    re8a29f69 r2bd903b  
    66  <!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz">
    77  <!ENTITY nas-download-ftp  "ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-&nas-version;.src.tar.gz">
    8   <!ENTITY nas-md5sum        "08b54fbf3af8c2ffab39f6f84f2ab337">
    9   <!ENTITY nas-size          "1.0 MB">
    10   <!ENTITY nas-buildsize     "13 MB">
    11   <!ENTITY nas-time          "0.30 SBU">
     8  <!ENTITY nas-md5sum        "c9918e9c9c95d587a95b455bbabe3b49">
     9  <!ENTITY nas-size          "1.2 MB">
     10  <!ENTITY nas-buildsize     "17.1 MB">
     11  <!ENTITY nas-time          "0.31 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="nas.html"?>
    2020<title>NAS-&nas-version;</title>
     21<indexterm zone="nas">
     22<primary sortas="a-NAS">NAS</primary></indexterm>
    2123
    2224<sect2>
     
    2426
    2527<para>The Network Audio System is a network transparent, client/server audio
    26 transport system. It can be described as the audio equivalent of an
     28transport system used to read , write and play audio files in many formats
     29including <filename>.au</filename>, <filename>.snd</filename>,
     30<filename>.voc</filename>, <filename>.wav</filename>,
     31<filename>.aiff</filename>, <filename>.aif</filename> and
     32<filename>.iff</filename>. It can be described as the audio equivalent of an
    2733<application>X</application> server.</para>
    2834
     
    6268
    6369<screen><userinput><command>xmkmf &amp;&amp;
    64 make Makefiles &amp;&amp;
    65 make includes &amp;&amp;
    66 make depend &amp;&amp;
    67 make &amp;&amp;
    68 make install install.man</command></userinput></screen>
     70make World</command></userinput></screen>
     71
     72<para>Now, as the root user:</para>
     73
     74<screen><userinput role='root'><command>make install install.man</command></userinput></screen>
    6975
    7076</sect2>
     
    7379<title>Command explanations</title>
    7480
    75 <para><command>xmkmf...</command>: These commands use the standard for
    76 compiling <application>X</application> based applications.</para>
     81<para><command>xmkmf</command>; <command>make World</command>: These commands
     82use the standard for compiling <application>X</application> based
     83applications.</para>
    7784
    7885</sect2>
     
    8188<title>Configuring <acronym>NAS</acronym></title>
    8289
    83 <sect3><title>Configuring <application>NAS</application></title>
    84 
    85 <sect4><title>Config Files</title>
     90<sect3 id="nas-config"><title>Config files</title>
    8691<para><filename>/etc/nas/nasd.conf</filename></para>
    87 </sect4>
    88 
    89 <sect4><title>Configuration Information</title>
     92<indexterm zone="nas nas-config">
     93<primary sortas="e-etc-nas-nasd.conf">/etc/nas/nasd.conf</primary></indexterm>
     94</sect3>
     95
     96<sect3><title>Configuration information</title>
    9097<para>Create the <application>NAS</application> configuration file using the
    9198following command:</para>
    9299
    93 <screen><userinput><command>cp /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</command></userinput></screen>
     100<screen><userinput><command>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</command></userinput></screen>
    94101
    95102<para>Edit the new configuration file to suit your network and system
    96103needs.</para>
    97 
     104</sect3>
     105
     106<sect3 id="nas-init"><title>Boot script</title>
    98107<para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
    99108included in the <xref linkend="intro-important-bootscripts"/>
    100109package.</para>
     110<indexterm zone="nas nas-init">
     111<primary sortas="f-nas">nas</primary></indexterm>
    101112
    102113<screen><userinput><command>make install-nas</command></userinput></screen>
     
    105116the network. Review the <command>nasd</command> man page for other available
    106117parameters if you need to modify the script.</para>
    107 </sect4>
    108118</sect3>
    109119
     
    113123<title>Contents</title>
    114124
    115 <para>The <application><acronym>NAS</acronym></application> package contains
    116 <command>auconvert</command>, <command>auctl</command>,
    117 <command>audemo</command>, <command>audial</command>,
    118 <command>auedit</command>, <command>auinfo</command>,
    119 <command>aupanel</command>, <command>auplay</command>,
    120 <command>aurecord</command>, <command>auscope</command>,
    121 <command>autool</command>, <command>auwave</command>,
    122 <command>auphone</command>, <command>checkmail</command>,
    123 <command>nasd</command>, <command>issndfile</command>,
    124 <command>playbucket</command>, <command>soundtoh</command> and the
    125 <filename class='libraryfile'>libaudio</filename> libraries.</para>
    126 
    127 </sect2>
    128 
    129 <sect2>
    130 <title>Description</title>
    131 
    132 <sect3><title>au{utilities}</title>
    133 <para>The <command>au{utilities}</command> are a collection of tools to
    134 convert, play, edit, record, and manipulate sound files. See the respective
    135 man page for each utility for a full description.</para>
    136 </sect3>
    137 
    138 <sect3><title>checkmail</title>
    139 <para><command>checkmail</command> plays a sound file when the user receives
    140 mail.</para>
    141 </sect3>
    142 
    143 <sect3><title>nasd</title>
    144 <para><command>nasd</command> is the Network Audio System server daemon.</para>
    145 </sect3>
    146 
    147 <sect3><title>issndfile</title>
    148 <para><command>issndfile</command> checks if a file is in a recognized audio
    149 file format.</para>
    150 </sect3>
    151 
    152 <sect3><title>playbucket</title>
    153 <para><command>playbucket</command> plays, or creates, the bucket
    154 corresponding to the specified file.</para>
    155 </sect3>
    156 
    157 <sect3><title>soundtoh</title>
    158 <para><command>soundtoh</command> converts a sound file to a C language header
    159 file.</para>
    160 </sect3>
     125<segmentedlist>
     126<segtitle>Installed Programs</segtitle>
     127<segtitle>Installed Library</segtitle>
     128<segtitle>Installed Directory</segtitle>
     129
     130<seglistitem>
     131<seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone,
     132auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd,
     133playbucket and soundtoh</seg>
     134<seg>libaudio.[so,a]</seg>
     135<seg>/etc/nas and /usr/X11R6/include/audio</seg>
     136</seglistitem>
     137</segmentedlist>
     138
     139<variablelist>
     140<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     141<?dbfo list-presentation="list"?>
     142
     143<varlistentry id="au-utilities">
     144<term><command>au[utilities]</command></term>
     145<listitem><para>are a collection of tools to convert, play, edit, record,
     146and manipulate sound files. See the respective man page for each utility
     147for a full description of each one.</para>
     148<indexterm zone="nas au-utilities">
     149<primary sortas="b-au-utilities">au[utilities]</primary>
     150</indexterm></listitem>
     151</varlistentry>
     152
     153<varlistentry id="checkmail">
     154<term><command>checkmail</command></term>
     155<listitem><para>plays a sound file when the user receives mail.</para>
     156<indexterm zone="nas checkmail">
     157<primary sortas="b-checkmail">checkmail</primary>
     158</indexterm></listitem>
     159</varlistentry>
     160
     161<varlistentry id="issndfile">
     162<term><command>issndfile</command></term>
     163<listitem><para>checks if a file is in a recognized audio file format.</para>
     164<indexterm zone="nas issndfile">
     165<primary sortas="b-issndfile">issndfile</primary>
     166</indexterm></listitem>
     167</varlistentry>
     168
     169<varlistentry id="nasd">
     170<term><command>nasd</command></term>
     171<listitem><para>is the Network Audio System server daemon.</para>
     172<indexterm zone="nas nasd">
     173<primary sortas="b-nasd">nasd</primary>
     174</indexterm></listitem>
     175</varlistentry>
     176
     177<varlistentry id="playbucket">
     178<term><command>playbucket</command></term>
     179<listitem><para>plays, or creates, the bucket corresponding to the
     180specified file.</para>
     181<indexterm zone="nas playbucket">
     182<primary sortas="b-playbucket">playbucket</primary>
     183</indexterm></listitem>
     184</varlistentry>
     185
     186<varlistentry id="soundtoh">
     187<term><command>soundtoh</command></term>
     188<listitem><para>converts a sound file to a C language header file.</para>
     189<indexterm zone="nas soundtoh">
     190<primary sortas="b-soundtoh">soundtoh</primary>
     191</indexterm></listitem>
     192</varlistentry>
     193
     194<varlistentry id="libaudio">
     195<term><filename class='libraryfile'>libaudio.[so,a]</filename></term>
     196<listitem><para>contains API functions to read and write audio files.</para>
     197<indexterm zone="nas libaudio">
     198<primary sortas="c-libaudio">libaudio.[so,a]</primary>
     199</indexterm></listitem>
     200</varlistentry>
     201
     202</variablelist>
    161203
    162204</sect2>
Note: See TracChangeset for help on using the changeset viewer.