source: multimedia/libdriv/nas.xml@ 6291d0e

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 6291d0e was 6291d0e, checked in by DJ Lucas <dj@…>, 18 years ago

added sed back to luit for path, xorg7 related textual changes, and fixed nas path in nas bootscript

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

  • Property mode set to 100644
File size: 9.5 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
49 audio transport system used to read , write and play audio files in many
50 formats 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
54 of an <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>
107 user:</para>
108
109<screen role="root"><userinput>make install install.man &amp;&amp;
110install -v -m755 -d /usr/share/doc/nas-&nas-version;/pdf &amp;&amp;
111install -v -m644 doc/pdf/* /usr/share/doc/nas-&nas-version;/pdf &amp;&amp;
112install -v -m644 doc/{README,actions,*.{ps,txt}} \
113 /usr/share/doc/nas-&nas-version;</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para><command>xmkmf</command>; <command>make World</command>:
121 These commands use the standard for compiling <application>X</application>
122 based applications.</para>
123
124 </sect2>
125
126 <sect2 role="configuration">
127 <title>Configuring NAS</title>
128
129 <sect3 id="nas-config">
130 <title>Config Files</title>
131
132 <para><filename>/etc/nas/nasd.conf</filename></para>
133
134 <indexterm zone="nas nas-config">
135 <primary sortas="e-etc-nas-nasd.conf">/etc/nas/nasd.conf</primary>
136 </indexterm>
137
138 </sect3>
139
140 <sect3>
141 <title>Configuration Information</title>
142
143 <para>Create the <application>NAS</application> configuration file
144 using the following command:</para>
145
146<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
147
148 <para>Edit the new configuration file to suit your network and system
149 needs.</para>
150
151 </sect3>
152
153 <sect3 id="nas-init">
154 <title>Boot Script</title>
155
156 <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
157 included in the <xref linkend="bootscripts"/>
158 package.</para>
159
160 <indexterm zone="nas nas-init">
161 <primary sortas="f-nas">nas</primary>
162 </indexterm>
163
164<screen role="root"><userinput>make install-nas</userinput></screen>
165
166 <para>The init script uses a default prefix of
167 <filename class="directory">/usr/X11R6</filename>. If you've installed
168 the X Window System into any other prefix, execute the following command
169 to correct the script:</para>
170
171<screen role="root"><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@' /etc/rc.d/init.d/nasd</userinput></screen>
172
173 <para>The init script uses a default parameter to allow access to all
174 hosts on the network. Review the <command>nasd</command> man page for
175 other available parameters if you need to modify the script.</para>
176
177 </sect3>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Library</segtitle>
187 <segtitle>Installed Directory</segtitle>
188
189 <seglistitem>
190 <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel,
191 auphone, auplay, aurecord, auscope, autool, auwave, checkmail,
192 issndfile, nasd, playbucket, and soundtoh</seg>
193 <seg>libaudio.{so,a}</seg>
194 <seg>/etc/nas and /usr/X11R6/include/audio</seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="au-utilities">
204 <term><command>au{utilities}</command></term>
205 <listitem>
206 <para>are a collection of tools to convert, play, edit, record,
207 and manipulate sound files. See the respective man page for each
208 utility for a full description of each one.</para>
209 <indexterm zone="nas au-utilities">
210 <primary sortas="b-au-utilities">au{utilities}</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="checkmail">
216 <term><command>checkmail</command></term>
217 <listitem>
218 <para>plays a sound file when the user receives mail.</para>
219 <indexterm zone="nas checkmail">
220 <primary sortas="b-checkmail">checkmail</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="issndfile">
226 <term><command>issndfile</command></term>
227 <listitem>
228 <para>checks if a file is in a recognized audio file format.</para>
229 <indexterm zone="nas issndfile">
230 <primary sortas="b-issndfile">issndfile</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="nasd">
236 <term><command>nasd</command></term>
237 <listitem>
238 <para>is the Network Audio System server daemon.</para>
239 <indexterm zone="nas nasd">
240 <primary sortas="b-nasd">nasd</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="playbucket">
246 <term><command>playbucket</command></term>
247 <listitem>
248 <para>plays, or creates, the bucket corresponding to the
249 specified file.</para>
250 <indexterm zone="nas playbucket">
251 <primary sortas="b-playbucket">playbucket</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="soundtoh">
257 <term><command>soundtoh</command></term>
258 <listitem>
259 <para>converts a sound file to a C language header file.</para>
260 <indexterm zone="nas soundtoh">
261 <primary sortas="b-soundtoh">soundtoh</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="libaudio">
267 <term><filename class='libraryfile'>libaudio.{so,a}</filename></term>
268 <listitem>
269 <para>contains API functions to read and write audio files.</para>
270 <indexterm zone="nas libaudio">
271 <primary sortas="c-libaudio">libaudio.{so,a}</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 </variablelist>
277
278 </sect2>
279
280</sect1>
Note: See TracBrowser for help on using the repository browser.