summaryrefslogtreecommitdiffstats
path: root/audio-drivers/nas
diff options
context:
space:
mode:
authorArjan Bouter2008-01-03 14:05:26 +0100
committerArjan Bouter2008-01-03 14:05:26 +0100
commit4ee0299d93702b8fdb83e3be26da2111f7bcc479 (patch)
tree10b56a3020186ef22074af4b560ff141200122e8 /audio-drivers/nas
parentcd16bc19c85fa7a6091646396e0a4ee0f4c2863d (diff)
nas: versions 1.9.1 and 1.9a, added autostart from it's libs.
Diffstat (limited to 'audio-drivers/nas')
-rwxr-xr-xaudio-drivers/nas/BUILD6
-rwxr-xr-xaudio-drivers/nas/CONFIGURE1
-rwxr-xr-xaudio-drivers/nas/DETAILS7
-rw-r--r--audio-drivers/nas/HISTORY4
-rw-r--r--audio-drivers/nas/nas-1.8.src.tar.gz.sigbin536 -> 0 bytes
-rw-r--r--audio-drivers/nas/nas-1.8b.src.tar.gz.sigbin65 -> 0 bytes
-rw-r--r--audio-drivers/nas/nas-1.9.1.src.tar.gz.sigbin0 -> 72 bytes
-rw-r--r--audio-drivers/nas/nas-1.9a.src.tar.gz.sigbin0 -> 72 bytes
8 files changed, 13 insertions, 5 deletions
diff --git a/audio-drivers/nas/BUILD b/audio-drivers/nas/BUILD
index 4d7a3b8e3e..942d01c2e1 100755
--- a/audio-drivers/nas/BUILD
+++ b/audio-drivers/nas/BUILD
@@ -2,4 +2,8 @@ if [[ "$(get_spell_provider $SPELL X11-SERVER)" != "xorg-server" ]]; then
xmkmf
fi &&
-make World
+if [[ "$NAS_STARTSERVER" = 'y' ]] ; then
+ make WORLDOPTS='-k CDEBUGFLAGS="$(CDEBUGFLAGS) -DSTARTSERVER"' World
+else
+ make World
+fi
diff --git a/audio-drivers/nas/CONFIGURE b/audio-drivers/nas/CONFIGURE
new file mode 100755
index 0000000000..0b78ab9d75
--- /dev/null
+++ b/audio-drivers/nas/CONFIGURE
@@ -0,0 +1 @@
+config_query NAS_STARTSERVER "Do you want to have the libs autostart the server on localhost?" n
diff --git a/audio-drivers/nas/DETAILS b/audio-drivers/nas/DETAILS
index b204210894..ea596f35a5 100755
--- a/audio-drivers/nas/DETAILS
+++ b/audio-drivers/nas/DETAILS
@@ -1,16 +1,15 @@
SPELL=nas
if [[ "$NAS_DEV" = "y" ]]; then
- VERSION=1.8b
+ VERSION=1.9a
else
- VERSION=1.8
+ VERSION=1.9.1
fi
SOURCE=$SPELL-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://nas.codebrilliance.com/nas/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://radscan.com/nas.html
ENTERED=20030315
- UPDATED=20050403
LICENSE[0]=GPL
KEYWORDS="drivers audio"
SHORT='The Network Audio System (NAS)'
diff --git a/audio-drivers/nas/HISTORY b/audio-drivers/nas/HISTORY
index 97933df1ad..6b0565ce3d 100644
--- a/audio-drivers/nas/HISTORY
+++ b/audio-drivers/nas/HISTORY
@@ -1,3 +1,7 @@
+2008-01-03 Arjan Bouter <abouter@sourcemage.org
+ * DETAILS: version 1.9.1 and 1.9a
+ * CONFIGURE: added, optionally have the libs autostart the server
+
2007-04-09 Arjan Bouter <abouter@sourcemage.org
* DETAILS: wrapped description line
* init.d/nasd: fixed nasd path
diff --git a/audio-drivers/nas/nas-1.8.src.tar.gz.sig b/audio-drivers/nas/nas-1.8.src.tar.gz.sig
deleted file mode 100644
index ccad8f2de4..0000000000
--- a/audio-drivers/nas/nas-1.8.src.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/audio-drivers/nas/nas-1.8b.src.tar.gz.sig b/audio-drivers/nas/nas-1.8b.src.tar.gz.sig
deleted file mode 100644
index 2b78ebc505..0000000000
--- a/audio-drivers/nas/nas-1.8b.src.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/audio-drivers/nas/nas-1.9.1.src.tar.gz.sig b/audio-drivers/nas/nas-1.9.1.src.tar.gz.sig
new file mode 100644
index 0000000000..dd43b9cc5d
--- /dev/null
+++ b/audio-drivers/nas/nas-1.9.1.src.tar.gz.sig
Binary files differ
diff --git a/audio-drivers/nas/nas-1.9a.src.tar.gz.sig b/audio-drivers/nas/nas-1.9a.src.tar.gz.sig
new file mode 100644
index 0000000000..b5401245b8
--- /dev/null
+++ b/audio-drivers/nas/nas-1.9a.src.tar.gz.sig
Binary files differ