/hg/icedtea: 2009-08-27 Matthias Klose <doko at ubuntu.com>
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Thu Aug 27 08:46:02 PDT 2009
changeset d719734879cc in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d719734879cc
author: doko at ubuntu.com
date: Thu Aug 27 17:40:22 2009 +0200
2009-08-27 Matthias Klose <doko at ubuntu.com>
* acinclude.m4, configure.ac (FIND_PULSEAUDIO): Remove.
* INSTALL: Don't require the pulseaudio binary.
diffstat:
4 files changed, 5 insertions(+), 15 deletions(-)
ChangeLog | 5 +++++
INSTALL | 1 -
acinclude.m4 | 9 ---------
configure.ac | 5 -----
diffs (57 lines):
diff -r 26c1a149107b -r d719734879cc ChangeLog
--- a/ChangeLog Tue Aug 25 01:27:11 2009 +0100
+++ b/ChangeLog Thu Aug 27 17:40:22 2009 +0200
@@ -1,3 +1,8 @@ 2009-08-24 Andrew John Hughes <ahughes
+2009-08-27 Matthias Klose <doko at ubuntu.com>
+
+ * acinclude.m4, configure.ac (FIND_PULSEAUDIO): Remove.
+ * INSTALL: Don't require the pulseaudio binary.
+
2009-08-24 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-graphics.patch:
diff -r 26c1a149107b -r d719734879cc INSTALL
--- a/INSTALL Tue Aug 25 01:27:11 2009 +0100
+++ b/INSTALL Thu Aug 27 17:40:22 2009 +0200
@@ -33,7 +33,6 @@ rhino (can be disabled using --without-r
For building the PulseAudio based mixer, you will need
pulseaudio-libs-devel >= 0.9.11
-pulseaudio >= 0.9.11
For building VisualVM, you will need
netbeans = 6.5
diff -r 26c1a149107b -r d719734879cc acinclude.m4
--- a/acinclude.m4 Tue Aug 25 01:27:11 2009 +0100
+++ b/acinclude.m4 Thu Aug 27 17:40:22 2009 +0200
@@ -650,15 +650,6 @@ AC_DEFUN([FIND_RHINO_JAR],
AC_SUBST(RHINO_JAR)
])
-AC_DEFUN([FIND_PULSEAUDIO],
-[
- AC_PATH_PROG(PULSEAUDIO_BIN, "pulseaudio")
- if test -z "${PULSEAUDIO_BIN}"; then
- AC_MSG_ERROR("pulseaudio was not found.")
- fi
- AC_SUBST(PULSEAUDIO_BIN)
-])
-
AC_DEFUN([DISABLE_OPTIMIZATIONS],
[
AC_MSG_CHECKING([whether to disable optimizations and build with -O0 -g])
diff -r 26c1a149107b -r d719734879cc configure.ac
--- a/configure.ac Tue Aug 25 01:27:11 2009 +0100
+++ b/configure.ac Thu Aug 27 17:40:22 2009 +0200
@@ -253,11 +253,6 @@ then
FIND_NETBEANS
fi
-if test "x${enable_pulse_java}" = "xyes"
-then
- FIND_PULSEAUDIO
-fi
-
if test "x${ENABLE_NIMBUS}" = "xyes"
then
if test "x${ENABLE_NIMBUS_GENERATION}" = "xyes"
More information about the distro-pkg-dev
mailing list