[Pkg-voip-commits] r8851 - /portaudio19/trunk/debian/patches/audacity-portmixer.patch

bdrung at alioth.debian.org bdrung at alioth.debian.org
Sun Apr 10 15:54:55 UTC 2011


Author: bdrung
Date: Sun Apr 10 15:54:50 2011
New Revision: 8851

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8851
Log:
Refresh audacity-portmixer.patch.

Modified:
    portaudio19/trunk/debian/patches/audacity-portmixer.patch

Modified: portaudio19/trunk/debian/patches/audacity-portmixer.patch
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/patches/audacity-portmixer.patch?rev=8851&op=diff
==============================================================================
--- portaudio19/trunk/debian/patches/audacity-portmixer.patch (original)
+++ portaudio19/trunk/debian/patches/audacity-portmixer.patch Sun Apr 10 15:54:50 2011
@@ -259,7 +259,7 @@
      self->nfds = alsa_snd_pcm_poll_descriptors_count( self->pcm );
  
      PA_ENSURE( hostSampleFormat = PaUtil_SelectClosestAvailableFormat( GetAvailableFormats( self->pcm ), userSampleFormat ) );
-@@ -4514,9 +4519,7 @@
+@@ -4515,9 +4520,7 @@
      /* XXX: More descriptive error? */
      PA_UNLESS( stream->capture.pcm, paDeviceUnavailable );
  
@@ -270,7 +270,7 @@
  
  error:
      return result;
-@@ -4532,9 +4535,7 @@
+@@ -4533,9 +4536,7 @@
      /* XXX: More descriptive error? */
      PA_UNLESS( stream->playback.pcm, paDeviceUnavailable );
  
@@ -310,3 +310,13 @@
 +
 +   return NULL;
 +}
+--- a/configure.in
++++ b/configure.in
+@@ -338,6 +338,7 @@
+                    DLL_LIBS="$DLL_LIBS -lossaudio"
+                    LIBS="$LIBS -lossaudio"
+            fi
++           INCLUDES="$INCLUDES pa_unix_oss.h"
+            AC_DEFINE(PA_USE_OSS)
+         fi
+ 




More information about the Pkg-voip-commits mailing list