/hg/release/icedtea6-1.6: 2009-08-27 Matthias Klose <doko at ubun...
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Thu Aug 27 08:42:51 PDT 2009
changeset ce4af55508b6 in /hg/release/icedtea6-1.6
details: http://icedtea.classpath.org/hg/release/icedtea6-1.6?cmd=changeset;node=ce4af55508b6
author: doko at ubuntu.com
date: Thu Aug 27 17:37:13 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 b732a13ecc53 -r ce4af55508b6 ChangeLog
--- a/ChangeLog Wed Aug 26 01:16:37 2009 -0400
+++ b/ChangeLog Thu Aug 27 17:37:13 2009 +0200
@@ -1,3 +1,8 @@ 2009-08-26 Deepak Bhole <dbhole at redhat.
+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-26 Deepak Bhole <dbhole at redhat.com>
* plugin/icedtea/sun/applet/PluginAppletViewer.java
diff -r b732a13ecc53 -r ce4af55508b6 INSTALL
--- a/INSTALL Wed Aug 26 01:16:37 2009 -0400
+++ b/INSTALL Thu Aug 27 17:37:13 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 b732a13ecc53 -r ce4af55508b6 acinclude.m4
--- a/acinclude.m4 Wed Aug 26 01:16:37 2009 -0400
+++ b/acinclude.m4 Thu Aug 27 17:37:13 2009 +0200
@@ -642,15 +642,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([ENABLE_OPTIMIZATIONS],
[
AC_MSG_CHECKING(whether to disable optimizations)
diff -r b732a13ecc53 -r ce4af55508b6 configure.ac
--- a/configure.ac Wed Aug 26 01:16:37 2009 -0400
+++ b/configure.ac Thu Aug 27 17:37:13 2009 +0200
@@ -246,11 +246,6 @@ then
FIND_NETBEANS
fi
-if test "x${enable_pulse_java}" = "xyes"
-then
- FIND_PULSEAUDIO
-fi
-
dnl pkgconfig cannot be used to finid these headers and libraries.
AC_CHECK_HEADERS([cups/cups.h cups/ppd.h],[]
,[AC_MSG_ERROR("CUPS headers were not found -
More information about the distro-pkg-dev
mailing list