source: multimedia/libdriv/nas.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz">
7 <!ENTITY nas-download-ftp "ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-&nas-version;.src.tar.gz">
8 <!ENTITY nas-size "1.0 MB">
9 <!ENTITY nas-buildsize "13 MB">
10 <!ENTITY nas-time "0.30 SBU">
11]>
12
13<sect1 id="nas" xreflabel="NAS-&nas-version;">
14<sect1info>
15<othername>$LastChangedBy: $</othername>
16<date>$Date: $</date>
17</sect1info>
18<?dbhtml filename="nas.html"?>
19<title>NAS-&nas-version;</title>
20
21<sect2>
22<title>Introduction to <application><acronym>NAS</acronym></application></title>
23
24<para>The Network Audio System is a network transparent, client/server audio
25transport system. It can be described as the audio equivalent of an
26<application>X</application> server.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&nas-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&nas-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &nas-size;</para></listitem>
33<listitem><para>Estimated Disk space required: &nas-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &nas-time;</para></listitem></itemizedlist>
35</sect3>
36
37<!-- <sect3><title>Additional downloads</title>
38<itemizedlist spacing='compact'>
39<listitem><para>Required Patch: <ulink
40url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
41</itemizedlist></sect3> -->
42
43<sect3><title><application>NAS</application> dependencies</title>
44<sect4><title>Required</title>
45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
46</para></sect4>
47</sect3>
48
49</sect2>
50
51<sect2>
52<title>Installation of <application><acronym>NAS</acronym></application></title>
53
54<para>Install <application><acronym>NAS</acronym></application> by running the
55following commands:</para>
56
57<!-- <screen><userinput><command>patch -Np1 -i ../nas-&nas-version;-bison_fix-1.patch &amp;&amp; -->
58<screen><userinput><command>xmkmf &amp;&amp;
59make Makefiles &amp;&amp;
60make includes &amp;&amp;
61make depend &amp;&amp;
62make &amp;&amp;
63make install install.man</command></userinput></screen>
64
65<!--
66make INCROOT=/usr/include USRLIBDIR=/usr/lib \
67MANPATH=/usr/share/man BINDIR=/usr/bin \
68LIBDIR=/usr/lib CONFIGDIR=/usr/X11R6/lib/X11/config \
69install install.man
70-->
71</sect2>
72
73<sect2>
74<title>Command explanations</title>
75
76<para><command>xmkmf...</command>: These commands use the standard for
77compiling <application>X</application> based applications.</para>
78
79<!--
80<para><command>make INCROOT=...</command>: These commands install with
81the <filename class="directory">/usr</filename> prefix
82instead of the default <filename class="directory">/usr/X11R6</filename>
83prefix. They also install the man pages.</para>
84-->
85
86</sect2>
87
88<sect2>
89<title>Configuring <acronym>NAS</acronym></title>
90
91<sect3><title>Configuring <application>NAS</application></title>
92
93<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> -->
94
95<sect4><title>Config Files</title>
96<para><filename>/etc/nas/nasd.conf</filename></para>
97</sect4>
98
99<sect4><title>Configuration Information</title>
100<para>Create the <application>NAS</application> configuration file using the
101following command:</para>
102<screen><userinput><command>cp /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</command></userinput></screen>
103<para>Edit the new configuration file to suit your network and system needs.</para>
104
105<para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
106included in the <xref linkend="intro-important-bootscripts"/>
107package.</para>
108
109<screen><userinput><command>make install-nas</command></userinput></screen>
110
111<para>The init script uses a default parameter to allow access to all hosts on
112the network. Review the <command>nasd</command> man page for other available
113parameters if you need to modify the script.</para>
114</sect4>
115</sect3>
116
117</sect2>
118
119<sect2>
120<title>Contents</title>
121
122<para>The <application><acronym>NAS</acronym></application> package contains
123<command>auconvert</command>, <command>auctl</command>,
124<command>audemo</command>, <command>audial</command>,
125<command>auedit</command>, <command>auinfo</command>,
126<command>aupanel</command>, <command>auplay</command>,
127<command>aurecord</command>, <command>auscope</command>,
128<command>autool</command>, <command>auwave</command>,
129<command>auphone</command>, <command>checkmail</command>,
130<command>nasd</command>, <command>issndfile</command>,
131<command>playbucket</command>, <command>soundtoh</command> and the
132<filename class='libraryfile'>libaudio</filename> libraries.</para>
133
134</sect2>
135
136<sect2>
137<title>Description</title>
138
139<sect3><title>au{utilities}</title>
140<para>The <command>au{utilities}</command> are a collection of tools to
141convert, play, edit, record, and manipulate sound files. See the respective
142man page for each utility for a full description.</para>
143</sect3>
144
145<sect3><title>checkmail</title>
146<para><command>checkmail</command> plays a sound file when the user receives
147mail.</para>
148</sect3>
149
150<sect3><title>nasd</title>
151<para><command>nasd</command> is the Network Audio System server daemon.</para>
152</sect3>
153
154<sect3><title>issndfile</title>
155<para><command>issndfile</command> checks if a file is in a recognized audio
156file format.</para>
157</sect3>
158
159<sect3><title>playbucket</title>
160<para><command>playbucket</command> plays, or creates, the bucket
161corresponding to the specified file.</para>
162</sect3>
163
164<sect3><title>soundtoh</title>
165<para><command>soundtoh</command> converts a sound file to a C language header
166file.</para>
167</sect3>
168
169</sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.