Changeset d488004


Ignore:
Timestamp:
05/11/2005 07:18:58 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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:
62d4da77
Parents:
4fa8bf55
Message:

Tagged nas.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/nas.xml

    r4fa8bf55 rd488004  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    12<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    23   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     
    1314
    1415<sect1 id="nas" xreflabel="NAS-&nas-version;">
    15 <sect1info>
    16 <othername>$LastChangedBy$</othername>
    17 <date>$Date$</date>
    18 </sect1info>
    19 <?dbhtml filename="nas.html"?>
    20 <title>NAS-&nas-version;</title>
    21 <indexterm zone="nas">
    22 <primary sortas="a-NAS">NAS</primary></indexterm>
    23 
    24 <sect2>
    25 <title>Introduction to <application><acronym>NAS</acronym></application></title>
    26 
    27 <para>The Network Audio System is a network transparent, client/server audio
    28 transport system used to read , write and play audio files in many formats
    29 including <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
    33 <application>X</application> server.</para>
    34 
    35 <sect3><title>Package information</title>
    36 <itemizedlist spacing='compact'>
    37 <listitem><para>Download (HTTP):
    38 <ulink url="&nas-download-http;"/></para></listitem>
    39 <listitem><para>Download (FTP):
    40 <ulink url="&nas-download-ftp;"/></para></listitem>
    41 <listitem><para>Download MD5 sum: &nas-md5sum;</para></listitem>
    42 <listitem><para>Download size: &nas-size;</para></listitem>
    43 <listitem><para>Estimated disk space required:
    44 &nas-buildsize;</para></listitem>
    45 <listitem><para>Estimated build time:
    46 &nas-time;</para></listitem></itemizedlist>
    47 </sect3>
    48 
    49 <!-- <sect3><title>Additional downloads</title>
    50 <itemizedlist spacing='compact'>
    51 <listitem><para>Required Patch: <ulink
    52 url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
    53 </itemizedlist></sect3> -->
    54 
    55 <sect3><title><application>NAS</application> dependencies</title>
    56 <sect4><title>Required</title>
    57 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
    58 </sect4>
    59 </sect3>
    60 
    61 </sect2>
    62 
    63 <sect2>
    64 <title>Installation of <application><acronym>NAS</acronym></application></title>
    65 
    66 <para>Install <application><acronym>NAS</acronym></application> by running the
    67 following commands:</para>
    68 
    69 <screen><userinput><command>xmkmf &amp;&amp;
    70 make 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>
    75 
    76 </sect2>
    77 
    78 <sect2>
    79 <title>Command explanations</title>
    80 
    81 <para><command>xmkmf</command>; <command>make World</command>: These commands
    82 use the standard for compiling <application>X</application> based
    83 applications.</para>
    84 
    85 </sect2>
    86 
    87 <sect2>
    88 <title>Configuring <acronym>NAS</acronym></title>
    89 
    90 <sect3 id="nas-config"><title>Config files</title>
    91 <para><filename>/etc/nas/nasd.conf</filename></para>
    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>
    97 <para>Create the <application>NAS</application> configuration file using the
    98 following command:</para>
    99 
    100 <screen><userinput><command>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</command></userinput></screen>
    101 
    102 <para>Edit the new configuration file to suit your network and system
    103 needs.</para>
    104 </sect3>
    105 
    106 <sect3 id="nas-init"><title>Boot script</title>
    107 <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
    108 included in the <xref linkend="intro-important-bootscripts"/>
    109 package.</para>
    110 <indexterm zone="nas nas-init">
    111 <primary sortas="f-nas">nas</primary></indexterm>
    112 
    113 <screen><userinput><command>make install-nas</command></userinput></screen>
    114 
    115 <para>The init script uses a default parameter to allow access to all hosts on
    116 the network. Review the <command>nasd</command> man page for other available
    117 parameters if you need to modify the script.</para>
    118 </sect3>
    119 
    120 </sect2>
    121 
    122 <sect2>
    123 <title>Contents</title>
    124 
    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,
    132 auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd,
    133 playbucket 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,
    146 and manipulate sound files. See the respective man page for each utility
    147 for 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
    180 specified 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>
    203 
    204 </sect2>
     16  <?dbhtml filename="nas.html"?>
     17
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22
     23  <title>NAS-&nas-version;</title>
     24
     25  <indexterm zone="nas">
     26    <primary sortas="a-NAS">NAS</primary>
     27  </indexterm>
     28
     29  <sect2 role="package">
     30    <title>Introduction to NAS</title>
     31
     32    <para>The Network Audio System is a network transparent, client/server audio
     33    transport system used to read , write and play audio files in many formats
     34    including <filename>.au</filename>, <filename>.snd</filename>,
     35    <filename>.voc</filename>, <filename>.wav</filename>,
     36    <filename>.aiff</filename>, <filename>.aif</filename> and
     37    <filename>.iff</filename>. It can be described as the audio equivalent of an
     38    <application>X</application> server.</para>
     39
     40    <bridgehead renderas="sect3">Package Information</bridgehead>
     41    <itemizedlist spacing="compact">
     42      <listitem>
     43        <para>Download (HTTP): <ulink url="&nas-download-http;"/></para>
     44      </listitem>
     45      <listitem>
     46        <para>Download (FTP): <ulink url="&nas-download-ftp;"/></para>
     47      </listitem>
     48      <listitem>
     49        <para>Download MD5 sum: &nas-md5sum;</para>
     50      </listitem>
     51      <listitem>
     52        <para>Download size: &nas-size;</para>
     53      </listitem>
     54      <listitem>
     55        <para>Estimated disk space required: &nas-buildsize;</para>
     56      </listitem>
     57      <listitem>
     58        <para>Estimated build time: &nas-time;</para>
     59      </listitem>
     60    </itemizedlist>
     61
     62<!--
     63    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     64    <itemizedlist spacing='compact'>
     65      <listitem>
     66        <para>Required Patch: <ulink
     67        url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para>
     68      </listitem>
     69    </itemizedlist>
     70 -->
     71
     72    <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
     73
     74    <bridgehead renderas="sect4">Required</bridgehead>
     75    <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
     76
     77  </sect2>
     78
     79  <sect2 role="installation">
     80    <title>Installation of NAS</title>
     81
     82    <para>Install <application>NAS</application> by running the
     83    following commands:</para>
     84
     85<screen><userinput>xmkmf &amp;&amp;
     86make World</userinput></screen>
     87
     88    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     89
     90<screen role="root"><userinput>make install install.man</userinput></screen>
     91
     92  </sect2>
     93
     94  <sect2 role="commands">
     95    <title>Command Explanations</title>
     96
     97    <para><command>xmkmf</command>; <command>make World</command>:
     98    These commands use the standard for compiling <application>X</application>
     99    based applications.</para>
     100
     101  </sect2>
     102
     103  <sect2 role="configuration">
     104    <title>Configuring NAS</title>
     105
     106    <sect3 id="nas-config">
     107      <title>Config Files</title>
     108
     109      <para><filename>/etc/nas/nasd.conf</filename></para>
     110
     111      <indexterm zone="nas nas-config">
     112        <primary sortas="e-etc-nas-nasd.conf">/etc/nas/nasd.conf</primary>
     113      </indexterm>
     114
     115    </sect3>
     116
     117    <sect3>
     118      <title>Configuration Information</title>
     119
     120      <para>Create the <application>NAS</application> configuration file using the
     121      following command:</para>
     122
     123<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
     124
     125      <para>Edit the new configuration file to suit your network and system
     126      needs.</para>
     127
     128    </sect3>
     129
     130    <sect3 id="nas-init">
     131      <title>Boot Script</title>
     132
     133      <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
     134      included in the <xref linkend="intro-important-bootscripts"/>
     135      package.</para>
     136
     137      <indexterm zone="nas nas-init">
     138        <primary sortas="f-nas">nas</primary>
     139      </indexterm>
     140
     141<screen role="root"><userinput>make install-nas</userinput></screen>
     142
     143      <para>The init script uses a default parameter to allow access to all hosts on
     144      the network. Review the <command>nasd</command> man page for other available
     145      parameters if you need to modify the script.</para>
     146
     147    </sect3>
     148
     149  </sect2>
     150
     151  <sect2 role="content">
     152    <title>Contents</title>
     153
     154    <segmentedlist>
     155      <segtitle>Installed Programs</segtitle>
     156      <segtitle>Installed Library</segtitle>
     157      <segtitle>Installed Directory</segtitle>
     158
     159      <seglistitem>
     160        <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel, auphone,
     161        auplay, aurecord, auscope, autool, auwave, checkmail, issndfile, nasd,
     162        playbucket, and soundtoh</seg>
     163        <seg>libaudio.[so,a]</seg>
     164        <seg>/etc/nas and /usr/X11R6/include/audio</seg>
     165      </seglistitem>
     166    </segmentedlist>
     167
     168    <variablelist>
     169      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     170      <?dbfo list-presentation="list"?>
     171      <?dbhtml list-presentation="table"?>
     172
     173      <varlistentry id="au-utilities">
     174        <term><command>au[utilities]</command></term>
     175        <listitem>
     176          <para>are a collection of tools to convert, play, edit, record,
     177          and manipulate sound files. See the respective man page for each utility
     178          for a full description of each one.</para>
     179          <indexterm zone="nas au-utilities">
     180            <primary sortas="b-au-utilities">au[utilities]</primary>
     181          </indexterm>
     182        </listitem>
     183      </varlistentry>
     184
     185      <varlistentry id="checkmail">
     186        <term><command>checkmail</command></term>
     187        <listitem>
     188          <para>plays a sound file when the user receives mail.</para>
     189          <indexterm zone="nas checkmail">
     190            <primary sortas="b-checkmail">checkmail</primary>
     191          </indexterm>
     192        </listitem>
     193      </varlistentry>
     194
     195      <varlistentry id="issndfile">
     196        <term><command>issndfile</command></term>
     197        <listitem>
     198          <para>checks if a file is in a recognized audio file format.</para>
     199          <indexterm zone="nas issndfile">
     200            <primary sortas="b-issndfile">issndfile</primary>
     201          </indexterm>
     202        </listitem>
     203      </varlistentry>
     204
     205      <varlistentry id="nasd">
     206        <term><command>nasd</command></term>
     207        <listitem>
     208          <para>is the Network Audio System server daemon.</para>
     209          <indexterm zone="nas nasd">
     210            <primary sortas="b-nasd">nasd</primary>
     211          </indexterm>
     212        </listitem>
     213      </varlistentry>
     214
     215      <varlistentry id="playbucket">
     216        <term><command>playbucket</command></term>
     217        <listitem>
     218          <para>plays, or creates, the bucket corresponding to the
     219          specified file.</para>
     220          <indexterm zone="nas playbucket">
     221            <primary sortas="b-playbucket">playbucket</primary>
     222          </indexterm>
     223        </listitem>
     224      </varlistentry>
     225
     226      <varlistentry id="soundtoh">
     227        <term><command>soundtoh</command></term>
     228        <listitem>
     229          <para>converts a sound file to a C language header file.</para>
     230          <indexterm zone="nas soundtoh">
     231            <primary sortas="b-soundtoh">soundtoh</primary>
     232          </indexterm>
     233        </listitem>
     234      </varlistentry>
     235
     236      <varlistentry id="libaudio">
     237        <term><filename class='libraryfile'>libaudio.[so,a]</filename></term>
     238        <listitem>
     239          <para>contains API functions to read and write audio files.</para>
     240          <indexterm zone="nas libaudio">
     241            <primary sortas="c-libaudio">libaudio.[so,a]</primary>
     242          </indexterm>
     243        </listitem>
     244      </varlistentry>
     245
     246    </variablelist>
     247
     248  </sect2>
    205249
    206250</sect1>
Note: See TracChangeset for help on using the changeset viewer.