source: multimedia/libdriv/nas.xml@ e77976f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since e77976f was e77976f, checked in by Randy McMurchy <randy@…>, 18 years ago

Changed all the references to X Window System links to a common entity displayed as 'X Window System' - now if there is ever an addition or removal of one of the X packages, an update in only one place will be required

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

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