build-sys: Prepare 0.99.1
This commit is contained in:
parent
e317d38146
commit
546e679047
|
@ -19,13 +19,13 @@
|
||||||
# along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
# along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ(2.62)
|
AC_PREREQ(2.62)
|
||||||
AC_INIT([pavucontrol],[0.9.10],[mzcnihpbageby (at) 0pointer (dot) de])
|
AC_INIT([pavucontrol],[0.99.1],[mzcnihpbageby (at) 0pointer (dot) de])
|
||||||
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
|
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
|
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
|
||||||
|
|
||||||
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/pavucontrol/])
|
AC_SUBST(PACKAGE_URL, [http://freedesktop.org/software/pulseaudio/pavucontrol/])
|
||||||
|
|
||||||
if type -p stow > /dev/null && test -d /usr/local/stow ; then
|
if type -p stow > /dev/null && test -d /usr/local/stow ; then
|
||||||
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
|
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1><a name="top">PulseAudio Volume Control @PACKAGE_VERSION@</a></h1>
|
<h1><a name="top">PulseAudio Volume Control @PACKAGE_VERSION@</a></h1>
|
||||||
|
|
||||||
<p><i>Copyright 2006-2009 Lennart Poettering <@PACKAGE_BUGREPORT@></i></p>
|
<p><i>Copyright 2006-2009 Lennart Poettering, 2009-2011 Colin Guthrie <@PACKAGE_BUGREPORT@></i></p>
|
||||||
|
|
||||||
<ul class="toc">
|
<ul class="toc">
|
||||||
<li><a href="#license">License</a></li>
|
<li><a href="#license">License</a></li>
|
||||||
|
@ -38,6 +38,10 @@ General Public License for more details.</p>
|
||||||
|
|
||||||
<h2><a name="news">News</a></h2>
|
<h2><a name="news">News</a></h2>
|
||||||
|
|
||||||
|
<div class="news-date">Tue Aug 2
|
||||||
|
2011: </div> <p class="news-text"><a href="@PACKAGE_URL@pavucontrol-0.99.1.tar.gz">Version
|
||||||
|
0.99.1</a> (v1 RC1) released; gtk3 support; source output volume support; key command handling; bugfixes.</p>
|
||||||
|
|
||||||
<div class="news-date">Wed Oct 14
|
<div class="news-date">Wed Oct 14
|
||||||
2009: </div> <p class="news-text"><a href="@PACKAGE_URL@pavucontrol-0.9.10.tar.gz">Version
|
2009: </div> <p class="news-text"><a href="@PACKAGE_URL@pavucontrol-0.9.10.tar.gz">Version
|
||||||
0.9.10</a> released; minor fixes; translation updates.</p>
|
0.9.10</a> released; minor fixes; translation updates.</p>
|
||||||
|
|
Loading…
Reference in New Issue