From 429e278caf96eaea3616f9c6f7683ea56017ce15 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Oct 2004 22:44:24 +0000 Subject: prepare next release git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@17 a8d83910-18e2-0310-866c-8ed7f9518005 --- configure.ac | 6 +++--- doc/README.html.in | 14 ++++++++++---- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 2122665..2917e36 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. AC_PREREQ(2.57) -AC_INIT([libao-polyp],[0.3],[mzyvonbcbylc (at) 0pointer (dot) de]) +AC_INIT([libao-polyp],[0.4],[mzyvonbcbylc (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/ao_polyp.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -46,10 +46,10 @@ AC_FUNC_MALLOC if test -d ../polypaudio ; then POLYP_CFLAGS='-I$(top_srcdir)/../polypaudio' - POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-simple-0.5.1 -lpolyp-0.5.1' + POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-simple-0.6 -lpolyp-0.6' echo "*** Found polypaudio in ../polypaudio, using that version ***" else - PKG_CHECK_MODULES(POLYP, [ polyplib-simple >= 0.5 ]) + PKG_CHECK_MODULES(POLYP, [ polyplib-simple >= 0.6 ]) fi AC_SUBST(POLYP_LIBS) diff --git a/doc/README.html.in b/doc/README.html.in index 796e632..0274d59 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+ +
Thu Oct 28 2004:

Version 0.4 released: changes include: update to polypaudio 0.6

+
Mon Sep 20 2004:

Version 0.3 released: changes include: update to polypaudio 0.5

@@ -53,7 +57,7 @@ href="@PACKAGE_URL@libao-polyp-0.1.tar.gz">Version 0.1 released

Overview

-

libao-polyp is a libao driver for the polypaudio sound server.

+

libao-polyp is a libao driver for the polypaudio sound server.

Status

@@ -73,7 +77,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for source code configuration.

Obviously libao-polyp requires an installation of -polypaudio (version 0.3) and libao (version 0.8.5 +polypaudio (version 0.6) and libao (version 0.8.5 works, earlier versions probably as well).

Installation

@@ -101,12 +105,14 @@ that directory make sure to pass --prefix=/usr to the

The current release is @PACKAGE_VERSION@

-

Get libao-polyp's development sources from the Subversion repository. (viewcvs)

+

Get libao-polyp's development sources from the Subversion repository (viewcvs):

+ +
svn checkout svn://seth.intheinter.net/libao-polyp/trunk libao-polyp

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, September 2004
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2004
$Id$
-- cgit