source: multimedia/libdriv/nas.xml@ fce275e

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

Modified all the Sourceforge download URLs to use a newly created entity instead of a hard-coded URL

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

  • Property mode set to 100644
File size: 9.9 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 "&gentoo-ftp-repo;/nas-&nas-version;.src.tar.gz"> -->
9 <!ENTITY nas-download-http "&sourceforge-repo;/nas/nas-&nas-version;.src.tar.gz">
10 <!ENTITY nas-download-ftp "&sources-anduin-ftp;/n/nas-&nas-version;.src.tar.gz">
11 <!ENTITY nas-md5sum "aac031fae04f53bcd1e033b380b1b29d">
12 <!ENTITY nas-size "1.4 MB">
13 <!ENTITY nas-buildsize "18 MB">
14 <!ENTITY nas-time "0.3 SBU">
15]>
16
17<sect1 id="nas" xreflabel="NAS-&nas-version;">
18 <?dbhtml filename="nas.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>NAS-&nas-version;</title>
26
27 <indexterm zone="nas">
28 <primary sortas="a-NAS">NAS</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to NAS</title>
33
34 <para>The Network Audio System is a network transparent, client/server
35 audio transport system used to read , write and play audio files in many
36 formats including <filename>.au</filename>, <filename>.snd</filename>,
37 <filename>.voc</filename>, <filename>.wav</filename>,
38 <filename>.aiff</filename>, <filename>.aif</filename> and
39 <filename>.iff</filename>. It can be described as the audio equivalent
40 of an <application>X</application> server.</para>
41
42 <para>There may be a more recent release available from the
43 <application>NAS</application> home page. You can check
44 <ulink url="http://nas.codebrilliance.com/"/> and probably use the
45 existing BLFS instructions. Note that versions other than the one shown
46 in the download URLs have not been tested in a BLFS environment.</para>
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>Download (HTTP): <ulink url="&nas-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&nas-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &nas-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &nas-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &nas-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &nas-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing='compact'>
72 <listitem>
73 <para>Required Patch: <ulink
74 url="&patch-root;/nas-&nas-version;-gcc4-1.patch"/></para>
75 </listitem>
76 </itemizedlist> -->
77
78 <bridgehead renderas="sect3">NAS Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required"><xref linkend="x-window-system"/></para>
82
83 <!-- <xref linkend="rman"/> (if using <application>Xorg7</application>) -->
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/nas"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of NAS</title>
92
93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
94 href="../../xincludes/X11R6_symlink.xml"/>
95
96 <para>Install <application>NAS</application> by running the
97 following commands:</para>
98
99<screen><userinput>xmkmf &amp;&amp;
100make World</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem>
105 user:</para>
106
107<screen role="root"><userinput>make install install.man &amp;&amp;
108install -v -m755 -d /usr/share/doc/nas-&nas-version;/{html,pdf} &amp;&amp;
109install -v -m644 doc/html/* /usr/share/doc/nas-&nas-version;/html &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
143 using the 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 <note>
156 <para>The <application>NAS</application> server cannot run
157 simultaneously with other sound servers, such as <ulink
158 url="http://www.mediaapplicationserver.net/">MAS</ulink> or <ulink
159 url="http://jackit.sourceforge.net/">JACK</ulink>.</para>
160 </note>
161
162 <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
163 included in the <xref linkend="bootscripts"/> package.</para>
164
165 <indexterm zone="nas nas-init">
166 <primary sortas="f-nas">nas</primary>
167 </indexterm>
168
169<screen role="root"><userinput>make install-nas</userinput></screen>
170
171<!-- XFREE86
172 <para>The init script uses a default prefix of
173 <filename class="directory">/usr/X11R6</filename>. If you've installed
174 the <application>X Window System</application> into any other prefix,
175 execute the following command, replacing
176 <replaceable>&lt;PREFIX&gt;</replaceable> with the installation
177 prefix of the <application>X Window System</application>.</para>
178
179<screen role="root"><userinput>sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@' /etc/rc.d/init.d/nas</userinput></screen>
180
181XFREE86 -->
182
183 <para>The init script uses a default parameter to allow access to all
184 hosts on the network. Review the <command>nasd</command> man page for
185 other available parameters if you need to modify the script.</para>
186
187 </sect3>
188
189 </sect2>
190
191 <sect2 role="content">
192 <title>Contents</title>
193
194 <segmentedlist>
195 <segtitle>Installed Programs</segtitle>
196 <segtitle>Installed Library</segtitle>
197 <segtitle>Installed Directory</segtitle>
198
199 <seglistitem>
200 <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel,
201 auphone, auplay, aurecord, auscope, autool, auwave, checkmail,
202 issndfile, nasd, playbucket, and soundtoh</seg>
203 <seg>libaudio.{so,a}</seg>
204 <seg>/etc/nas, /usr/X11R6/include/audio and
205 /usr/share/doc/nas-&nas-version;</seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="au-utilities">
215 <term><command>au{utilities}</command></term>
216 <listitem>
217 <para>are a collection of tools to convert, play, edit, record,
218 and manipulate sound files. See the respective man page for each
219 utility for a full description of each one.</para>
220 <indexterm zone="nas au-utilities">
221 <primary sortas="b-au-utilities">au{utilities}</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="checkmail">
227 <term><command>checkmail</command></term>
228 <listitem>
229 <para>plays a sound file when the user receives mail.</para>
230 <indexterm zone="nas checkmail">
231 <primary sortas="b-checkmail">checkmail</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="issndfile">
237 <term><command>issndfile</command></term>
238 <listitem>
239 <para>checks if a file is in a recognized audio file format.</para>
240 <indexterm zone="nas issndfile">
241 <primary sortas="b-issndfile">issndfile</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="nasd">
247 <term><command>nasd</command></term>
248 <listitem>
249 <para>is the Network Audio System server daemon.</para>
250 <indexterm zone="nas nasd">
251 <primary sortas="b-nasd">nasd</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="playbucket">
257 <term><command>playbucket</command></term>
258 <listitem>
259 <para>plays, or creates, the bucket corresponding to the
260 specified file.</para>
261 <indexterm zone="nas playbucket">
262 <primary sortas="b-playbucket">playbucket</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="soundtoh">
268 <term><command>soundtoh</command></term>
269 <listitem>
270 <para>converts a sound file to a C language header file.</para>
271 <indexterm zone="nas soundtoh">
272 <primary sortas="b-soundtoh">soundtoh</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="libaudio">
278 <term><filename class='libraryfile'>libaudio.{so,a}</filename></term>
279 <listitem>
280 <para>contains API functions to read and write audio files.</para>
281 <indexterm zone="nas libaudio">
282 <primary sortas="c-libaudio">libaudio.{so,a}</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 </variablelist>
288
289 </sect2>
290
291</sect1>
Note: See TracBrowser for help on using the repository browser.