Changeset 2bd903b
- Timestamp:
- 04/19/2005 09:05:51 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 44edf870
- Parents:
- e8a29f69
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re8a29f69 r2bd903b 430 430 <!ENTITY libogg-version "1.1.2"> 431 431 <!ENTITY libvorbis-version "1.1.0"> 432 <!ENTITY nas-version "1. 6">432 <!ENTITY nas-version "1.7"> 433 433 <!ENTITY libmpeg3-version "1.5.4"> 434 434 <!ENTITY libmad-version "0.15.1b"> -
introduction/welcome/changelog.xml
re8a29f69 r2bd903b 23 23 <itemizedlist> 24 24 25 <listitem><para>April 19th, 2005 [randy]: Updated to 26 NAS-1.7</para></listitem> 27 25 28 <listitem><para>April 19th, 2005 [bdubbs]: Updated to qt-3.3.4; fixed 26 29 some configuration problems with build method 1.</para></listitem> … … 28 31 <listitem><para>April 18th, 2005 [randy]: Updated to shared-mime-info-0.16, 29 32 hicolor-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; added32 an "Other Window Managers" section to Chapter 27".</para></listitem>33 33 34 34 <listitem><para>April 17th, 2005 [randy]: Updated to LessTif-0.94.4, -
multimedia/libdriv/nas.xml
re8a29f69 r2bd903b 6 6 <!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz"> 7 7 <!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. 0MB">10 <!ENTITY nas-buildsize "1 3MB">11 <!ENTITY nas-time "0.3 0SBU">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"> 12 12 ]> 13 13 … … 19 19 <?dbhtml filename="nas.html"?> 20 20 <title>NAS-&nas-version;</title> 21 <indexterm zone="nas"> 22 <primary sortas="a-NAS">NAS</primary></indexterm> 21 23 22 24 <sect2> … … 24 26 25 27 <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 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 27 33 <application>X</application> server.</para> 28 34 … … 62 68 63 69 <screen><userinput><command>xmkmf && 64 make Makefiles &&65 make includes && 66 make depend && 67 make && 68 make install install.man</command></userinput></screen>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> 69 75 70 76 </sect2> … … 73 79 <title>Command explanations</title> 74 80 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 82 use the standard for compiling <application>X</application> based 83 applications.</para> 77 84 78 85 </sect2> … … 81 88 <title>Configuring <acronym>NAS</acronym></title> 82 89 83 <sect3><title>Configuring <application>NAS</application></title> 84 85 <sect4><title>Config Files</title> 90 <sect3 id="nas-config"><title>Config files</title> 86 91 <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> 90 97 <para>Create the <application>NAS</application> configuration file using the 91 98 following command:</para> 92 99 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> 94 101 95 102 <para>Edit the new configuration file to suit your network and system 96 103 needs.</para> 97 104 </sect3> 105 106 <sect3 id="nas-init"><title>Boot script</title> 98 107 <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script 99 108 included in the <xref linkend="intro-important-bootscripts"/> 100 109 package.</para> 110 <indexterm zone="nas nas-init"> 111 <primary sortas="f-nas">nas</primary></indexterm> 101 112 102 113 <screen><userinput><command>make install-nas</command></userinput></screen> … … 105 116 the network. Review the <command>nasd</command> man page for other available 106 117 parameters if you need to modify the script.</para> 107 </sect4>108 118 </sect3> 109 119 … … 113 123 <title>Contents</title> 114 124 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, 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> 161 203 162 204 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.