Difference between revisions of "NAS"
(8 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | |http://downloads.sourceforge.net/nas/nas-{{NAS-Version}}.src.tar.gz |
− | |||
− | |||
− | |||
|} | |} | ||
---- | ---- | ||
− | + | {{Package-Introduction|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.|http://nas.codebrilliance.com/}} | |
− | |||
− | 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. | ||
== Dependencies == | == Dependencies == | ||
Line 21: | Line 16: | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | ==== 32Bit ==== | ||
Compile the package: | Compile the package: | ||
− | |||
xmkmf && | xmkmf && | ||
make World | make World | ||
Line 30: | Line 25: | ||
make install install.man && | make install install.man && | ||
+ | install -v -m755 -d /usr/share/doc/nas-{{NAS-Version}}/pdf && | ||
+ | install -v -m644 doc/pdf/* /usr/share/doc/nas-{{NAS-Version}}/pdf && | ||
+ | install -v -m644 doc/{README,actions,*.{ps,txt}} \ | ||
+ | /usr/share/doc/nas-{{NAS-Version}} | ||
+ | |||
+ | ==== Pure64 ==== | ||
+ | Compile the package: | ||
+ | |||
+ | xmkmf && | ||
+ | make USRLIBDIR=/usr/lib World | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make USRLIBDIR=/usr/lib install install.man && | ||
install -v -m755 -d /usr/share/doc/nas-{{NAS-Version}}/pdf && | install -v -m755 -d /usr/share/doc/nas-{{NAS-Version}}/pdf && | ||
install -v -m644 doc/pdf/* /usr/share/doc/nas-{{NAS-Version}}/pdf && | install -v -m644 doc/pdf/* /usr/share/doc/nas-{{NAS-Version}}/pdf && | ||
Line 41: | Line 50: | ||
Compile the package: | Compile the package: | ||
− | |||
USE_ARCH=32 xmkmf && | USE_ARCH=32 xmkmf && | ||
USE_ARCH=32 make World | USE_ARCH=32 make World | ||
Line 53: | Line 61: | ||
Compile the package: | Compile the package: | ||
− | |||
USE_ARCH=n32 xmkmf && | USE_ARCH=n32 xmkmf && | ||
USE_ARCH=n32 make World | USE_ARCH=n32 make World | ||
Line 65: | Line 72: | ||
Compile the package: | Compile the package: | ||
− | |||
USE_ARCH=64 xmkmf && | USE_ARCH=64 xmkmf && | ||
USE_ARCH=64 make World | USE_ARCH=64 make World | ||
Line 85: | Line 91: | ||
=== BootScript === | === BootScript === | ||
− | Install the /etc/rc.d/init.d/ | + | Install the /etc/rc.d/init.d/nas init script included in the [[bootscripts]] package. |
make install-nas | 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 | + | 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. |
sed -i "s@/usr/X11R6@${XORG_PREFIX}@g" /etc/rc.d/init.d/nas | sed -i "s@/usr/X11R6@${XORG_PREFIX}@g" /etc/rc.d/init.d/nas | ||
+ | |||
+ | [[Category:Media Libraries]] |
Latest revision as of 15:31, 19 March 2009
Download Source: | http://downloads.sourceforge.net/nas/nas-1.9.1.src.tar.gz |
---|
Contents
Introduction to NAS
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.
Project Homepage: http://nas.codebrilliance.com/
Dependencies
Required
- X Window System and rman (If using Xorg7)
Non-Multilib
32Bit
Compile the package:
xmkmf && make World
Install the package
make install install.man && install -v -m755 -d /usr/share/doc/nas-1.9.1/pdf && install -v -m644 doc/pdf/* /usr/share/doc/nas-1.9.1/pdf && install -v -m644 doc/{README,actions,*.{ps,txt}} \ /usr/share/doc/nas-1.9.1
Pure64
Compile the package:
xmkmf && make USRLIBDIR=/usr/lib World
Install the package
make USRLIBDIR=/usr/lib install install.man && install -v -m755 -d /usr/share/doc/nas-1.9.1/pdf && install -v -m644 doc/pdf/* /usr/share/doc/nas-1.9.1/pdf && install -v -m644 doc/{README,actions,*.{ps,txt}} \ /usr/share/doc/nas-1.9.1
Multilib
32Bit
Compile the package:
USE_ARCH=32 xmkmf && USE_ARCH=32 make World
Install the package
USE_ARCH=32 make install
N32
Compile the package:
USE_ARCH=n32 xmkmf && USE_ARCH=n32 make World
Install the package
USE_ARCH=n32 make install
64Bit
Compile the package:
USE_ARCH=64 xmkmf && USE_ARCH=64 make World
Install the package
USE_ARCH=64 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
Configuration
Create the NAS configuration file using the following command:
install -v -m644 /etc/nas/nasd.conf.eg /etc/nas/nasd.conf
BootScript
Install the /etc/rc.d/init.d/nas init script included in the bootscripts 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.
sed -i "s@/usr/X11R6@${XORG_PREFIX}@g" /etc/rc.d/init.d/nas