Commits

Mihai Moldovan authored 2accb6dabbc
pulseaudio: update to 8.0.

Changes: - Drop libsamplerate support, was already deprecated in 6.0 and speex can handle everything libsamplerate did. - Add soxr as a normal dependency for resampling support. Disable when using the minimal variant. - Refactor patches, drop upstreamed patches, rework the others. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@145997 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

audio/pulseaudio/files/patch-configure.ac-add-HAVE_COREAUDIO.diff

Deleted
1 ---- configure.ac.orig 2014-02-15 03:33:32.000000000 -0500
2 -+++ configure.ac 2014-11-23 22:05:59.000000000 -0500
3 -@@ -767,8 +794,11 @@
4 - AS_IF([test "x$enable_coreaudio_output" = "xyes" && test "x$HAVE_COREAUDIO" = "x0"],
5 - [AC_MSG_ERROR([*** CoreAudio output support not found])])
6 -
7 -+AC_SUBST(HAVE_COREAUDIO)
8 - AM_CONDITIONAL([HAVE_COREAUDIO], [test "x$HAVE_COREAUDIO" = "x1" && test "x$enable_coreaudio_output" != "xno"])
9 -
10 -+AS_IF([test "x$HAVE_COREAUDIO" = "x1"], AC_DEFINE([HAVE_COREAUDIO], 1, [Have CoreAudio?]))
11 -+
12 - #### ALSA support (optional) ####
13 -
14 - AC_ARG_ENABLE([alsa],

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut