source: multimedia/libdriv/nas.xml@ eac3afa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 eac3afa was eac3afa, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to NAS-1.9

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

  • Property mode set to 100644
File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nas-&nas-version;.src.tar.gz">
9 <!ENTITY nas-md5sum "aac031fae04f53bcd1e033b380b1b29d">
10 <!ENTITY nas-size "1.4 MB">
11 <!ENTITY nas-buildsize "18 MB">
12 <!ENTITY nas-time "0.3 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 </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
33 audio transport system used to read , write and play audio files in many
34 formats 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
38 of an <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 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Required Patch: <ulink
66 url="&patch-root;/nas-&nas-version;-gcc4-1.patch"/></para>
67 </listitem>
68 </itemizedlist> -->
69
70 <bridgehead renderas="sect3">NAS Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required"><xref linkend="x-window-system"/></para>
74
75 <!-- <xref linkend="rman"/> (if using <application>Xorg7</application>) -->
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/nas"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of NAS</title>
84
85 <para>Install <application>NAS</application> by running the
86 following commands:</para>
87
88<screen><userinput>xmkmf &amp;&amp;
89make World</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem>
94 user:</para>
95
96<screen role="root"><userinput>make install install.man &amp;&amp;
97install -v -m755 -d /usr/share/doc/nas-&nas-version;/{html,pdf} &amp;&amp;
98install -v -m644 doc/html/* /usr/share/doc/nas-&nas-version;/html &amp;&amp;
99install -v -m644 doc/pdf/* /usr/share/doc/nas-&nas-version;/pdf &amp;&amp;
100install -v -m644 doc/{README,actions,*.{ps,txt}} \
101 /usr/share/doc/nas-&nas-version;</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><command>xmkmf</command>; <command>make World</command>:
109 These commands use the standard for compiling <application>X</application>
110 based applications.</para>
111
112 </sect2>
113
114 <sect2 role="configuration">
115 <title>Configuring NAS</title>
116
117 <sect3 id="nas-config">
118 <title>Config Files</title>
119
120 <para><filename>/etc/nas/nasd.conf</filename></para>
121
122 <indexterm zone="nas nas-config">
123 <primary sortas="e-etc-nas-nasd.conf">/etc/nas/nasd.conf</primary>
124 </indexterm>
125
126 </sect3>
127
128 <sect3>
129 <title>Configuration Information</title>
130
131 <para>Create the <application>NAS</application> configuration file
132 using the following command:</para>
133
134<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
135
136 <para>Edit the new configuration file to suit your network and system
137 needs.</para>
138
139 </sect3>
140
141 <sect3 id="nas-init">
142 <title>Boot Script</title>
143
144 <note>
145 <para>The <application>NAS</application> server cannot run
146 simultaneously with other sound servers, such as <ulink
147 url="http://www.mediaapplicationserver.net/">MAS</ulink> or <ulink
148 url="http://jackit.sourceforge.net/">JACK</ulink>.</para>
149 </note>
150
151 <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
152 included in the <xref linkend="bootscripts"/> package.</para>
153
154 <indexterm zone="nas nas-init">
155 <primary sortas="f-nas">nas</primary>
156 </indexterm>
157
158<screen role="root"><userinput>make install-nas</userinput></screen>
159
160 <para>The init script uses a default prefix of
161 <filename class="directory">/usr/X11R6</filename>. If you've installed
162 the <application>X Window System</application> into any other prefix,
163 execute the following command, replacing
164 <replaceable>&lt;PREFIX&gt;</replaceable> with the installation
165 prefix of the <application>X Window System</application>.</para>
166
167<screen role="root"><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@' /etc/rc.d/init.d/nas</userinput></screen>
168
169 <para>The init script uses a default parameter to allow access to all
170 hosts on the network. Review the <command>nasd</command> man page for
171 other available parameters if you need to modify the script.</para>
172
173 </sect3>
174
175 </sect2>
176
177 <sect2 role="content">
178 <title>Contents</title>
179
180 <segmentedlist>
181 <segtitle>Installed Programs</segtitle>
182 <segtitle>Installed Library</segtitle>
183 <segtitle>Installed Directory</segtitle>
184
185 <seglistitem>
186 <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel,
187 auphone, auplay, aurecord, auscope, autool, auwave, checkmail,
188 issndfile, nasd, playbucket, and soundtoh</seg>
189 <seg>libaudio.{so,a}</seg>
190 <seg>/etc/nas, /usr/X11R6/include/audio and
191 /usr/share/doc/nas-&nas-version;</seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="au-utilities">
201 <term><command>au{utilities}</command></term>
202 <listitem>
203 <para>are a collection of tools to convert, play, edit, record,
204 and manipulate sound files. See the respective man page for each
205 utility for a full description of each one.</para>
206 <indexterm zone="nas au-utilities">
207 <primary sortas="b-au-utilities">au{utilities}</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="checkmail">
213 <term><command>checkmail</command></term>
214 <listitem>
215 <para>plays a sound file when the user receives mail.</para>
216 <indexterm zone="nas checkmail">
217 <primary sortas="b-checkmail">checkmail</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="issndfile">
223 <term><command>issndfile</command></term>
224 <listitem>
225 <para>checks if a file is in a recognized audio file format.</para>
226 <indexterm zone="nas issndfile">
227 <primary sortas="b-issndfile">issndfile</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="nasd">
233 <term><command>nasd</command></term>
234 <listitem>
235 <para>is the Network Audio System server daemon.</para>
236 <indexterm zone="nas nasd">
237 <primary sortas="b-nasd">nasd</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="playbucket">
243 <term><command>playbucket</command></term>
244 <listitem>
245 <para>plays, or creates, the bucket corresponding to the
246 specified file.</para>
247 <indexterm zone="nas playbucket">
248 <primary sortas="b-playbucket">playbucket</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="soundtoh">
254 <term><command>soundtoh</command></term>
255 <listitem>
256 <para>converts a sound file to a C language header file.</para>
257 <indexterm zone="nas soundtoh">
258 <primary sortas="b-soundtoh">soundtoh</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="libaudio">
264 <term><filename class='libraryfile'>libaudio.{so,a}</filename></term>
265 <listitem>
266 <para>contains API functions to read and write audio files.</para>
267 <indexterm zone="nas libaudio">
268 <primary sortas="c-libaudio">libaudio.{so,a}</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.