summaryrefslogtreecommitdiffstats
path: root/libraries/libflashsupport/disable-pulse.patch
diff options
context:
space:
mode:
author Mauro Giachero2010-05-11 22:54:05 +0200
committer David Somero2010-05-11 22:54:05 +0200
commit462de9b508542d5069211314532b588eb28be0d4 (patch)
tree9cfa20c733324acbc60bc9ce8108e438eba1ae91 /libraries/libflashsupport/disable-pulse.patch
parentfa9af533cb57d578eb60335c7cb95df7b2d4c466 (diff)
downloadslackbuilds-462de9b508542d5069211314532b588eb28be0d4.tar.gz
libraries/libflashsupport: Added to 12.1 repository
Diffstat (limited to 'libraries/libflashsupport/disable-pulse.patch')
-rw-r--r--libraries/libflashsupport/disable-pulse.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/libraries/libflashsupport/disable-pulse.patch b/libraries/libflashsupport/disable-pulse.patch
new file mode 100644
index 0000000000..f74dc225e8
--- /dev/null
+++ b/libraries/libflashsupport/disable-pulse.patch
@@ -0,0 +1,32 @@
+diff -urp libflashsupport-MODIFICATO/configure.ac libflashsupport-MODIFICATO-NOPULSE/configure.ac
+--- libflashsupport-MODIFICATO/configure.ac 2008-07-02 11:43:50.000000000 +0200
++++ libflashsupport-MODIFICATO-NOPULSE/configure.ac 2008-07-02 11:48:52.000000000 +0200
+@@ -79,12 +79,12 @@ elif test -d ../pulseaudio ; then
+ PULSE_CFLAGS='-I$(top_srcdir)/../pulseaudio/src'
+ PULSE_LIBS='-L$(top_srcdir)/../pulseaudio/src/.libs -lpulse'
+ echo "*** Found pulseaudio in ../pulseaudio, using that version ***"
+-else
+- PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.5 ])
++#else
++# PKG_CHECK_MODULES(PULSE, [ libpulse >= 0.9.5 ])
+ fi
+
+-AC_SUBST(PULSE_LIBS)
+-AC_SUBST(PULSE_CFLAGS)
++#AC_SUBST(PULSE_LIBS)
++#AC_SUBST(PULSE_CFLAGS)
+
+ PKG_CHECK_MODULES(LIBSSL, [ libssl ])
+
+diff -urp libflashsupport-MODIFICATO/flashsupport.c libflashsupport-MODIFICATO-NOPULSE/flashsupport.c
+--- libflashsupport-MODIFICATO/flashsupport.c 2008-07-02 11:46:33.000000000 +0200
++++ libflashsupport-MODIFICATO-NOPULSE/flashsupport.c 2008-07-02 11:48:21.000000000 +0200
+@@ -54,7 +54,7 @@
+ //#define ALSA
+ #define OSS
+ //#define V4L1
+-#define PULSEAUDIO
++//#define PULSEAUDIO
+
+ ////////////////////////////////////////////////////////////////////////////////////////////////////
+ //