pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libao Add a MESSAGE.common to tell user to insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c5845e1d4c6
branches:  trunk
changeset: 511392:0c5845e1d4c6
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Apr 13 21:26:17 2006 +0000

description:
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?

diffstat:

 audio/libao/DESCR          |  10 +---------
 audio/libao/MESSAGE.common |  14 ++++++++++++++
 audio/libao/Makefile       |   4 ++--
 3 files changed, 17 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 5df1f9c78da2 -r 0c5845e1d4c6 audio/libao/DESCR
--- a/audio/libao/DESCR Thu Apr 13 21:04:00 2006 +0000
+++ b/audio/libao/DESCR Thu Apr 13 21:26:17 2006 +0000
@@ -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 -r 5df1f9c78da2 -r 0c5845e1d4c6 audio/libao/MESSAGE.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libao/MESSAGE.common        Thu Apr 13 21:26:17 2006 +0000
@@ -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 -r 5df1f9c78da2 -r 0c5845e1d4c6 audio/libao/Makefile
--- a/audio/libao/Makefile      Thu Apr 13 21:04:00 2006 +0000
+++ b/audio/libao/Makefile      Thu Apr 13 21:26:17 2006 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index