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

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 0e44910 was 0e44910, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Add instruction to openssl to create a directory
if running the tests before installing the first time.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7714 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.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 "d975efefba50b985446bb2c2cb4ee91f">
12 <!ENTITY nas-size "1.4 MB">
13 <!ENTITY nas-buildsize "17 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 XPLIB= 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 <para><option>XPLIB=</option>: This option is necessary to prevent the
124 build system fom trying to link to an unused and depricated library.</para>
125
126 </sect2>
127
128 <sect2 role="configuration">
129 <title>Configuring NAS</title>
130
131 <sect3 id="nas-config">
132 <title>Config Files</title>
133
134 <para><filename>/etc/nas/nasd.conf</filename></para>
135
136 <indexterm zone="nas nas-config">
137 <primary sortas="e-etc-nas-nasd.conf">/etc/nas/nasd.conf</primary>
138 </indexterm>
139
140 </sect3>
141
142 <sect3>
143 <title>Configuration Information</title>
144
145 <para>Create the <application>NAS</application> configuration file
146 using the following command:</para>
147
148<screen role="root"><userinput>install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</userinput></screen>
149
150 <para>Edit the new configuration file to suit your network and system
151 needs.</para>
152
153 </sect3>
154
155 <sect3 id="nas-init">
156 <title>Boot Script</title>
157
158 <note>
159 <para>The <application>NAS</application> server cannot run
160 simultaneously with other sound servers, such as <ulink
161 url="http://www.mediaapplicationserver.net/">MAS</ulink> or <ulink
162 url="http://jackit.sourceforge.net/">JACK</ulink>.</para>
163 </note>
164
165 <para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
166 included in the <xref linkend="bootscripts"/> package.</para>
167
168 <indexterm zone="nas nas-init">
169 <primary sortas="f-nas">nas</primary>
170 </indexterm>
171
172<screen role="root"><userinput>make install-nas</userinput></screen>
173
174 <para>The init script uses a default parameter to allow access to all
175 hosts on the network. Review the <command>nasd</command> man page for
176 other available parameters if you need to modify the script.</para>
177
178 </sect3>
179
180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
187 <segtitle>Installed Library</segtitle>
188 <segtitle>Installed Directory</segtitle>
189
190 <seglistitem>
191 <seg>auconvert, auctl, audemo, audial, auedit, auinfo, aupanel,
192 auphone, auplay, aurecord, auscope, autool, auwave, checkmail,
193 issndfile, nasd, playbucket, and soundtoh</seg>
194 <seg>libaudio.{so,a}</seg>
195 <seg>/etc/nas, /usr/X11R6/include/audio and
196 /usr/share/doc/nas-&nas-version;</seg>
197 </seglistitem>
198 </segmentedlist>
199
200 <variablelist>
201 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
202 <?dbfo list-presentation="list"?>
203 <?dbhtml list-presentation="table"?>
204
205 <varlistentry id="au-utilities">
206 <term><command>au{utilities}</command></term>
207 <listitem>
208 <para>are a collection of tools to convert, play, edit, record,
209 and manipulate sound files. See the respective man page for each
210 utility for a full description of each one.</para>
211 <indexterm zone="nas au-utilities">
212 <primary sortas="b-au-utilities">au{utilities}</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="checkmail">
218 <term><command>checkmail</command></term>
219 <listitem>
220 <para>plays a sound file when the user receives mail.</para>
221 <indexterm zone="nas checkmail">
222 <primary sortas="b-checkmail">checkmail</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="issndfile">
228 <term><command>issndfile</command></term>
229 <listitem>
230 <para>checks if a file is in a recognized audio file format.</para>
231 <indexterm zone="nas issndfile">
232 <primary sortas="b-issndfile">issndfile</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="nasd">
238 <term><command>nasd</command></term>
239 <listitem>
240 <para>is the Network Audio System server daemon.</para>
241 <indexterm zone="nas nasd">
242 <primary sortas="b-nasd">nasd</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="playbucket">
248 <term><command>playbucket</command></term>
249 <listitem>
250 <para>plays, or creates, the bucket corresponding to the
251 specified file.</para>
252 <indexterm zone="nas playbucket">
253 <primary sortas="b-playbucket">playbucket</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="soundtoh">
259 <term><command>soundtoh</command></term>
260 <listitem>
261 <para>converts a sound file to a C language header file.</para>
262 <indexterm zone="nas soundtoh">
263 <primary sortas="b-soundtoh">soundtoh</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="libaudio">
269 <term><filename class='libraryfile'>libaudio.{so,a}</filename></term>
270 <listitem>
271 <para>contains API functions to read and write audio files.</para>
272 <indexterm zone="nas libaudio">
273 <primary sortas="c-libaudio">libaudio.{so,a}</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 </variablelist>
279
280 </sect2>
281
282</sect1>
Note: See TracBrowser for help on using the repository browser.