summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 22:44:24 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 22:44:24 +0000
commit429e278caf96eaea3616f9c6f7683ea56017ce15 (patch)
tree4d66de6a055e18116a491398cdd46ff159d035ff
parent42f0dd418a086b74b7b2d0f190ed5706c540809a (diff)
prepare next release
git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@17 a8d83910-18e2-0310-866c-8ed7f9518005
-rw-r--r--configure.ac6
-rw-r--r--doc/README.html.in14
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.</p>
<h2><a name="news">News</a></h2>
+
+<div class="news-date">Thu Oct 28 2004: </div> <p class="news-text"><a
+href="@PACKAGE_URL@libao-polyp-0.4.tar.gz">Version 0.4</a> released: changes include: update to polypaudio 0.6</p>
+
<div class="news-date">Mon Sep 20 2004: </div> <p class="news-text"><a
href="@PACKAGE_URL@libao-polyp-0.3.tar.gz">Version 0.3</a> released: changes include: update to polypaudio 0.5</p>
@@ -53,7 +57,7 @@ href="@PACKAGE_URL@libao-polyp-0.1.tar.gz">Version 0.1</a> released</p>
<h2><a name="overview">Overview</a></h2>
-<p><tt>libao-polyp</tt> is a <a href="http://www.xiph.org/ao/"><tt>libao</tt></a> driver for the <a href="http://0pointer.de/lennart/projects/polypaudio"><tt>polypaudio</tt></a> sound server.</p>
+<p><tt>libao-polyp</tt> is a <a href="http://www.xiph.org/ao/"><tt>libao</tt></a> driver for the <a href="http://0pointer.de/lennart/projects/polypaudio/"><tt>polypaudio</tt></a> sound server.</p>
<h2><a name="status">Status</a></h2>
@@ -73,7 +77,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for
source code configuration.</p>
<p>Obviously <tt>libao-polyp</tt> requires an installation of
-<tt>polypaudio</tt> (version 0.3) and <tt>libao</tt> (version 0.8.5
+<tt>polypaudio</tt> (version 0.6) and <tt>libao</tt> (version 0.8.5
works, earlier versions probably as well).</p>
<h2><a name="installation">Installation</a></h2>
@@ -101,12 +105,14 @@ that directory make sure to pass <tt>--prefix=/usr</tt> to the
<p>The current release is <a href="@PACKAGE_URL@libao-polyp-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>Get <tt>libao-polyp</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/libao-polyp/">repository</a>. (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=libao-polyp">viewcvs</a>)</p>
+<p>Get <tt>libao-polyp</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://seth.intheinter.net/libao-polyp">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=libao-polyp">viewcvs</a>): </p>
+
+<pre>svn checkout svn://seth.intheinter.net/libao-polyp/trunk libao-polyp</pre>
<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/libao-polyp/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, September 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2004</address>
<div class="grey"><i>$Id$</i></div>
</body>