source: multimedia/libdriv/nas.xml@ 0aeb696

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 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

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