summaryrefslogtreecommitdiff
path: root/app-emulation/wine/files/winepulse-0.17-configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/wine/files/winepulse-0.17-configure.ac.patch')
-rw-r--r--app-emulation/wine/files/winepulse-0.17-configure.ac.patch54
1 files changed, 0 insertions, 54 deletions
diff --git a/app-emulation/wine/files/winepulse-0.17-configure.ac.patch b/app-emulation/wine/files/winepulse-0.17-configure.ac.patch
deleted file mode 100644
index 776d724..0000000
--- a/app-emulation/wine/files/winepulse-0.17-configure.ac.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 57ec39d..2ca94ca 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -58,6 +58,7 @@ AC_ARG_WITH(png, AS_HELP_STRING([--without-png],[do not use PNG]),
- [if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi])
- AC_ARG_WITH(pthread, AS_HELP_STRING([--without-pthread],[do not use the pthread library]),
- [if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi])
-+AC_ARG_WITH(pulse, AC_HELP_STRING([--without-pulse],[do not use PulseAudio sound support]))
- AC_ARG_WITH(sane, AS_HELP_STRING([--without-sane],[do not use SANE (scanner support)]))
- AC_ARG_WITH(xcomposite,AS_HELP_STRING([--without-xcomposite],[do not use the Xcomposite extension]),
- [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi])
-@@ -1186,6 +1187,24 @@ then
- CFLAGS="$save_CFLAGS"
- fi
-
-+dnl **** Check for PulseAudio ****
-+if test "x$with_pulse" != "xno"; then
-+ if test "$PKG_CONFIG" != "false"; then
-+ AC_MSG_CHECKING([for pulseaudio >= 0.9.8])
-+ if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
-+ have_pulseaudio="yes"
-+ else
-+ have_pulseaudio="no"
-+ fi
-+ AC_MSG_RESULT([$have_pulseaudio])
-+ if test x"$have_pulseaudio" = xyes; then
-+ ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
-+ AC_DEFINE([HAVE_PULSEAUDIO], 1, [define this if you have pulseaudio])
-+ AC_SUBST(PULSELIBS, "$ac_pulse_libs")
-+ fi
-+ fi
-+fi
-+
- dnl **** Check for ALSA 1.x ****
- AC_SUBST(ALSALIBS,"")
- if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
-@@ -1291,7 +1310,7 @@ dnl **** Check for libodbc ****
- WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc.$LIBEXT"])])
-
- dnl **** Check for any sound system ****
--if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
-+if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
- "$ac_cv_header_sys_soundcard_h" != "yes" -a \
- "$ac_cv_header_machine_soundcard_h" != "yes" -a \
- "$ac_cv_header_soundcard_h" != "yes" -a \
-@@ -2223,6 +2242,7 @@ WINE_CONFIG_MAKEFILE([dlls/winemp3.acm/Makefile],[dlls/Makedll.rules],[dlls],[AL
- WINE_CONFIG_MAKEFILE([dlls/winenas.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
- WINE_CONFIG_MAKEFILE([dlls/wineoss.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
- WINE_CONFIG_MAKEFILE([dlls/wineps.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
-+WINE_CONFIG_MAKEFILE([dlls/winepulse.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
- WINE_CONFIG_MAKEFILE([dlls/winequartz.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
- WINE_CONFIG_MAKEFILE([dlls/winex11.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
- WINE_CONFIG_MAKEFILE([dlls/wing32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])