From 4f8531497d7a2605b6036b89805d48c377277c85 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 7 Sep 2004 23:58:28 +0000 Subject: upgrade to polypaudio 0.4 git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@17 ef929aba-56e2-0310-84e0-b7573d389508 --- configure.ac | 4 ++-- doc/README.html.in | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 72464e1..3db69df 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([xmms-polyp],[0.1],[mzkzzfcbylc (at) 0pointer (dot) de]) +AC_INIT([xmms-polyp],[0.2],[mzkzzfcbylc (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/plugin.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -50,7 +50,7 @@ if test -d ../polypaudio ; then POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-simple' echo "*** Found polypaudio in ../polypaudio, using that version ***" else - PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.3 ]) + PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.4 ]) fi AC_SUBST(POLYP_LIBS) diff --git a/doc/README.html.in b/doc/README.html.in index da1f4fa..b2d0b35 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Wed Sep 8 2004:

Version 0.2 released; upgrade to polypaudio 0.4

+
Fri Aug 27 2004:

Version 0.1 released

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

Obviously xmms-polyp requires an installation of -polypaudio (version 0.3) and xmms (version 1.2.10 +polypaudio (version 0.4) and xmms (version 1.2.10 works, earlier versions probably as well).

Installation

@@ -97,7 +100,7 @@ before configuring the source code.

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@>, August 2004
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, September 2004
$Id$
-- cgit