summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-07 23:58:28 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-07 23:58:28 +0000
commit4f8531497d7a2605b6036b89805d48c377277c85 (patch)
treec4ed93f53e5615f9c9874aa2b1c4eef846521706
parente908fe9c51575daa9c80965cf9732cee76b1ad38 (diff)
upgrade to polypaudio 0.4
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@17 ef929aba-56e2-0310-84e0-b7573d389508
-rw-r--r--configure.ac4
-rw-r--r--doc/README.html.in7
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.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Wed Sep 8 2004: </div> <p class="news-text"><a
+href="@PACKAGE_URL@xmms-polyp-0.2.tar.gz">Version 0.2</a> released; upgrade to polypaudio 0.4</p>
+
<div class="news-date">Fri Aug 27 2004: </div> <p class="news-text"><a
href="@PACKAGE_URL@xmms-polyp-0.1.tar.gz">Version 0.1</a> released</p>
@@ -67,7 +70,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for
source code configuration.</p>
<p>Obviously <tt>xmms-polyp</tt> requires an installation of
-<tt>polypaudio</tt> (version 0.3) and <tt>xmms</tt> (version 1.2.10
+<tt>polypaudio</tt> (version 0.4) and <tt>xmms</tt> (version 1.2.10
works, earlier versions probably as well).</p>
<h2><a name="installation">Installation</a></h2>
@@ -97,7 +100,7 @@ before configuring the source code.</p>
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/xmms-polyp/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, August 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, September 2004</address>
<div class="grey"><i>$Id$</i></div>
</body>