The Network Audio System is a network transparent, client/server audio transport system used to read , write and play audio files in many formats including .au, .snd, .voc, .wav, .aiff, .aif and .iff. It can be described as the audio equivalent of an X server.
Download (HTTP): http://nas.codebrilliance.com/nas/nas-1.7.src.tar.gz
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nas-1.7.src.tar.gz
Download MD5 sum: c9918e9c9c95d587a95b455bbabe3b49
Download size: 1.2 MB
Estimated disk space required: 17.8 MB
Estimated build time: 0.3 SBU
X Window System and rman-3.2 (if using Xorg7)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nas
Install NAS by running the following commands:
patch -Np1 -i ../nas-1.7-gcc4-1.patch && xmkmf && make World
Now, as the root user:
make install install.man && install -v -m755 -d /usr/share/doc/nas-1.7/pdf && install -v -m644 doc/pdf/* /usr/share/doc/nas-1.7/pdf && install -v -m644 doc/{README,actions,*.{ps,txt}} \ /usr/share/doc/nas-1.7
xmkmf; make World: These commands use the standard for compiling X based applications.
Create the NAS configuration file using the following command:
install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf
Edit the new configuration file to suit your network and system needs.
Install the /etc/rc.d/init.d/nas init script included in the blfs-bootscripts-20060910 package.
make install-nas
The init script uses a default prefix of /usr/X11R6. If you've installed the X Window System into any other prefix, execute the following command, replacing <PREFIX> with the installation prefix of the X Window System.
sed -i 's@/usr/X11R6@<PREFIX>@' /etc/rc.d/init.d/nas
The init script uses a default parameter to allow access to all hosts on the network. Review the nasd man page for other available parameters if you need to modify the script.
Last updated on 2007-01-28 11:43:31 -0600