From ec34a0d8c3c8f6a435fb10e575d6c40f0b86c3b7 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 13 Apr 2006 21:26:17 +0000 Subject: Add a MESSAGE.common to tell user to install a libao plugin. I used MESSAGE.common so a MESSAGE.${OPSYS} could also be added. Bump PKGREVISION. Clarify DESCR and do not mention all the outputs it supports as this may make it appear it is works without installing another plugin. TODO: What about NULL, WAV, IRIX, and ALSA? --- audio/libao/DESCR | 10 +--------- audio/libao/MESSAGE.common | 14 ++++++++++++++ audio/libao/Makefile | 4 ++-- 3 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 audio/libao/MESSAGE.common (limited to 'audio/libao') 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 -- cgit v1.2.3