summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 22:46:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 22:46:12 +0000
commit9fce3a1d4d6f1bf27dc4c66e7033564f7d15f69e (patch)
tree968f9ce049645feec8248cf34e53462d35363181
parenteb97ee97f8962f31d549a16ec57a349168861ba7 (diff)
prepare next release
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@30 ef929aba-56e2-0310-84e0-b7573d389508
-rw-r--r--configure.ac4
-rw-r--r--doc/README.html.in13
2 files changed, 11 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index fa8a52c..06f8947 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.3],[mzkzzfcbylc (at) 0pointer (dot) de])
+AC_INIT([xmms-polyp],[0.4],[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-0.6 -lpolyp-mainloop-0.6 -lpolyp-error-0.6'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.5 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.6 ])
fi
AC_SUBST(POLYP_LIBS)
diff --git a/doc/README.html.in b/doc/README.html.in
index b8c2bb4..0ea2ad2 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -42,8 +42,11 @@ 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@xmms-polyp-0.4.tar.gz">Version 0.4</a> released; upgrade to polypaudio 0.6</p>
+
<div class="news-date">Wed Sep 20 2004: </div> <p class="news-text"><a
-href="@PACKAGE_URL@xmms-polyp-0.3.tar.gz">Version 0.2</a> released; upgrade to polypaudio 0.5</p>
+href="@PACKAGE_URL@xmms-polyp-0.3.tar.gz">Version 0.3</a> released; upgrade to polypaudio 0.5</p>
<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>
@@ -73,7 +76,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.5) and <tt>xmms</tt> (version 1.2.10
+<tt>polypaudio</tt> (version 0.6) and <tt>xmms</tt> (version 1.2.10
works, earlier versions probably as well).</p>
<h2><a name="installation">Installation</a></h2>
@@ -98,12 +101,14 @@ before configuring the source code.</p>
<p>The current release is <a href="@PACKAGE_URL@xmms-polyp-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>Get <tt>xmms-polyp</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/xmms-polyp/">repository</a>. (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=xmms-polyp">viewcvs</a>)</p>
+<p>Get <tt>xmms-polyp</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://seth.intheinter.net/xmms-polyp">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=xmms-polyp">viewcvs</a>): </p>
+
+<pre>svn checkout svn://seth.intheinter.net/xmms-polyp/trunk xmms-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/xmms-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>