summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libao/DESCR10
-rw-r--r--audio/libao/MESSAGE.common14
-rw-r--r--audio/libao/Makefile4
3 files changed, 17 insertions, 11 deletions
diff --git a/audio/libao/DESCR b/audio/libao/DESCR
index 982cb34bb40..e395083bf2f 100644
--- a/audio/libao/DESCR
+++ b/audio/libao/DESCR
@@ -1,14 +1,6 @@
Libao is a cross-platform audio library that allows programs to
output audio using a simple API on a wide variety of platforms.
-libao currently supports:
- * Null output
- * WAV files
- * OSS (Open Sound System)
- * ESD (ESounD or Enlighten Sound Daemon)
- * ALSA (Advanced Linux Sound Architecture)
- * Solaris (untested)
- * IRIX (untested)
This package provides the libao's core library but no output plugins
-by itself. You will have to install some of the libao-* packages in
+by itself. You will have to install a libao-* plugin package in
order to get audio working.
diff --git a/audio/libao/MESSAGE.common b/audio/libao/MESSAGE.common
new file mode 100644
index 00000000000..b3aef17603c
--- /dev/null
+++ b/audio/libao/MESSAGE.common
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE.common,v 1.1 2006/04/13 21:26:17 reed Exp $
+
+This libao package provides its core library but no output plugins
+by itself. You will have to install an audio/libao-* plugin package
+in order to get audio working.
+
+ libao-arts -- aRts plugin
+ libao-esound -- EsounD (ESD or Enlighten Sound Daemon) plugin
+ libao-macosx -- MacOS X plugin
+ libao-oss -- OSS (Open Sound System) plugin
+ libao-sun -- Sun audio plugin
+
+===========================================================================
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index e35e47f5747..51548157102 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2006/02/05 23:08:10 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2006/04/13 21:26:17 reed Exp $
-PKGREVISION= 3
+PKGREVISION= 4
PKG_INSTALLATION_TYPES= overwrite