pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pulseaudio-git: Try to improve handling of <xlocale.h> and regenerate patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 21 00:10:16 2015 +0100
Changeset:	274414482e4102c4961989ff19f8db1a465e444d

Modified Files:
	pulseaudio-git/patches/patch-aa
	pulseaudio-git/patches/patch-configure.ac
	pulseaudio-git/patches/patch-src_Makefile.am
	pulseaudio-git/patches/patch-src_Makefile.in
	pulseaudio-git/patches/patch-src_daemon_caps.c
	pulseaudio-git/patches/patch-src_daemon_main.c
	pulseaudio-git/patches/patch-src_modules_module-detect.c
	pulseaudio-git/patches/patch-src_modules_module-solaris.c
	pulseaudio-git/patches/patch-src_modules_oss_module-oss.c
	pulseaudio-git/patches/patch-src_pulsecore_core-util.c
	pulseaudio-git/patches/patch-src_pulsecore_mix__neon.c
	pulseaudio-git/patches/patch-src_pulsecore_sample-util.h
	pulseaudio-git/patches/patch-src_pulsecore_svolume__mmx.c
	pulseaudio-git/patches/patch-src_pulsecore_svolume__sse.c
	pulseaudio-git/patches/patch-src_tests_mult-s16-test.c
	pulseaudio-git/patches/patch-src_tests_rtpoll-test.c

Log Message:
pulseaudio-git: Try to improve handling of <xlocale.h> and regenerate patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=274414482e4102c4961989ff19f8db1a465e444d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pulseaudio-git/patches/patch-aa                    | 18 ++++++++---------
 pulseaudio-git/patches/patch-configure.ac          | 22 ++++++++++++++-------
 pulseaudio-git/patches/patch-src_Makefile.am       |  4 ++--
 pulseaudio-git/patches/patch-src_Makefile.in       |  6 +++---
 pulseaudio-git/patches/patch-src_daemon_caps.c     |  4 ++--
 pulseaudio-git/patches/patch-src_daemon_main.c     |  2 +-
 .../patches/patch-src_modules_module-detect.c      |  6 +++---
 .../patches/patch-src_modules_module-solaris.c     |  2 +-
 .../patches/patch-src_modules_oss_module-oss.c     |  4 ++--
 .../patches/patch-src_pulsecore_core-util.c        | 23 ++++++++++++++++------
 .../patches/patch-src_pulsecore_mix__neon.c        |  2 +-
 .../patches/patch-src_pulsecore_sample-util.h      |  4 ++--
 .../patches/patch-src_pulsecore_svolume__mmx.c     |  2 +-
 .../patches/patch-src_pulsecore_svolume__sse.c     |  2 +-
 .../patches/patch-src_tests_mult-s16-test.c        |  4 ++--
 .../patches/patch-src_tests_rtpoll-test.c          |  6 +++---
 16 files changed, 65 insertions(+), 46 deletions(-)

diffs:
diff --git a/pulseaudio-git/patches/patch-aa b/pulseaudio-git/patches/patch-aa
index 3b5eeb9..5a90847 100644
--- a/pulseaudio-git/patches/patch-aa
+++ b/pulseaudio-git/patches/patch-aa
@@ -6,9 +6,9 @@ stat() system call has been versioned, use latest version when dlopen()ing.
 Try more typical device names.
 SOUND_PCM_* is not available on SunOS.
 
---- src/utils/padsp.c.orig	2014-01-23 18:57:55.000000000 +0000
+--- src/utils/padsp.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/utils/padsp.c
-@@ -49,6 +49,9 @@
+@@ -47,6 +47,9 @@
  #ifdef __linux__
  #include <linux/sockios.h>
  #endif
@@ -18,7 +18,7 @@ SOUND_PCM_* is not available on SunOS.
  
  #include <pulse/pulseaudio.h>
  #include <pulse/gccmacro.h>
-@@ -115,7 +118,11 @@ static pthread_mutex_t func_mutex = PTHR
+@@ -113,7 +116,11 @@ static pthread_mutex_t func_mutex = PTHR
  
  static PA_LLIST_HEAD(fd_info, fd_infos) = NULL;
  
@@ -30,7 +30,7 @@ SOUND_PCM_* is not available on SunOS.
  static int (*_close)(int) = NULL;
  static int (*_open)(const char *, int, mode_t) = NULL;
  static int (*___open_2)(const char *, int) = NULL;
-@@ -143,6 +150,15 @@ static inline fnptr dlsym_fn(void *handl
+@@ -141,6 +148,15 @@ static inline fnptr dlsym_fn(void *handl
      return (fnptr) (long) dlsym(handle, symbol);
  }
  
@@ -46,7 +46,7 @@ SOUND_PCM_* is not available on SunOS.
  #define LOAD_IOCTL_FUNC() \
  do { \
      pthread_mutex_lock(&func_mutex); \
-@@ -150,6 +166,7 @@ do { \
+@@ -148,6 +164,7 @@ do { \
          _ioctl = (int (*)(int, int, void*)) dlsym_fn(RTLD_NEXT, "ioctl"); \
      pthread_mutex_unlock(&func_mutex); \
  } while(0)
@@ -54,7 +54,7 @@ SOUND_PCM_* is not available on SunOS.
  
  #define LOAD_OPEN_FUNC() \
  do { \
-@@ -199,11 +216,20 @@ do { \
+@@ -197,11 +214,20 @@ do { \
      pthread_mutex_unlock(&func_mutex); \
  } while(0)
  
@@ -76,7 +76,7 @@ SOUND_PCM_* is not available on SunOS.
      pthread_mutex_unlock(&func_mutex); \
  } while(0)
  
-@@ -2277,6 +2303,7 @@ static int dsp_ioctl(fd_info *i, unsigne
+@@ -2278,6 +2304,7 @@ static int dsp_ioctl(fd_info *i, unsigne
              break;
          }
  
@@ -84,7 +84,7 @@ SOUND_PCM_* is not available on SunOS.
          case SOUND_PCM_READ_RATE:
              debug(DEBUG_LEVEL_NORMAL, __FILE__": SOUND_PCM_READ_RATE\n");
  
-@@ -2300,6 +2327,7 @@ static int dsp_ioctl(fd_info *i, unsigne
+@@ -2301,6 +2328,7 @@ static int dsp_ioctl(fd_info *i, unsigne
              *(int*) argp = pa_sample_size(&i->sample_spec)*8;
              pa_threaded_mainloop_unlock(i->mainloop);
              break;
@@ -92,7 +92,7 @@ SOUND_PCM_* is not available on SunOS.
  
          case SNDCTL_DSP_GETOPTR: {
              count_info *info;
-@@ -2370,21 +2398,35 @@ fail:
+@@ -2371,21 +2399,35 @@ fail:
      return ret;
  }
  
diff --git a/pulseaudio-git/patches/patch-configure.ac b/pulseaudio-git/patches/patch-configure.ac
index 98ff656..dacab61 100644
--- a/pulseaudio-git/patches/patch-configure.ac
+++ b/pulseaudio-git/patches/patch-configure.ac
@@ -8,7 +8,7 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
   file framework will install them in the right place.
 * Avoid hardcoded SDK paths on Darwin.
 
---- configure.ac.orig	2015-02-12 14:10:35.000000000 +0000
+--- configure.ac.orig	2015-10-30 12:22:13.000000000 +0000
 +++ configure.ac
 @@ -21,7 +21,7 @@
  
@@ -50,7 +50,15 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
          *-freebsd*)
              AC_MSG_RESULT([yes])
              need_libatomic_ops=no
-@@ -488,14 +488,14 @@ AS_IF([test "$pulseaudio_cv__Bool" = "ye
+@@ -447,6 +447,7 @@ AC_CHECK_HEADERS_ONCE([sys/eventfd.h])
+ AC_CHECK_HEADERS_ONCE([execinfo.h])
+ AC_CHECK_HEADERS_ONCE([langinfo.h])
+ AC_CHECK_HEADERS_ONCE([regex.h pcreposix.h])
++AC_CHECK_HEADERS_ONCE([locale.h xlocale.h])
+ 
+ AM_CONDITIONAL(HAVE_SYS_EVENTFD_H, test "x$ac_cv_header_sys_eventfd_h" = "xyes")
+ 
+@@ -488,14 +489,14 @@ AS_IF([test "$pulseaudio_cv__Bool" = "ye
  #### Thread support ####
  
  AX_TLS
@@ -67,7 +75,7 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
      AC_DEFINE([_POSIX_PTHREAD_SEMANTICS], 1, [Needed on Solaris]))
  
  
-@@ -522,15 +522,9 @@ AC_SEARCH_LIBS([backtrace], [execinfo ub
+@@ -522,15 +523,9 @@ AC_SEARCH_LIBS([backtrace], [execinfo ub
  if test "x$os_is_darwin" = "x1" ; then
      AC_MSG_CHECKING([looking for Apple CoreService Framework])
      # How do I check a framework "library" - AC_CHECK_LIB prob. won't work??, just assign LIBS & hope
@@ -85,7 +93,7 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
      AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Using clock_gettime() replacement])
      HAVE_BONJOUR=1
  fi
-@@ -1001,7 +995,7 @@ AS_IF([test "x$HAVE_DBUS" = "x1"], AC_DE
+@@ -1001,7 +996,7 @@ AS_IF([test "x$HAVE_DBUS" = "x1"], AC_DE
  
  PA_MACHINE_ID="${sysconfdir}/machine-id"
  AX_DEFINE_DIR(PA_MACHINE_ID, PA_MACHINE_ID, [D-Bus machine-id file])
@@ -94,7 +102,7 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
  AX_DEFINE_DIR(PA_MACHINE_ID_FALLBACK, PA_MACHINE_ID_FALLBACK,
  	      [Fallback machine-id file])
  
-@@ -1309,9 +1303,9 @@ fi
+@@ -1324,9 +1319,9 @@ fi
  
  PA_SYSTEM_RUNTIME_PATH="${localstatedir}/run/pulse"
  AX_DEFINE_DIR(PA_SYSTEM_RUNTIME_PATH, PA_SYSTEM_RUNTIME_PATH, [System runtime dir])
@@ -106,7 +114,7 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
  AX_DEFINE_DIR(PA_SYSTEM_STATE_PATH, PA_SYSTEM_STATE_PATH, [System state dir])
  
  PA_BINARY=${bindir}/pulseaudio${EXEEXT}
-@@ -1323,8 +1317,9 @@ AX_DEFINE_DIR(PACTL_BINARY, PACTL_BINARY
+@@ -1338,8 +1333,9 @@ AX_DEFINE_DIR(PACTL_BINARY, PACTL_BINARY
  AC_SUBST(PA_SOEXT, [.so])
  AC_DEFINE(PA_SOEXT, [".so"], [Shared object extension])
  
@@ -118,7 +126,7 @@ $NetBSD: patch-configure.ac,v 1.5 2015/02/25 23:40:35 ryoon Exp $
  
  #### Mac OSX specific stuff #####
  
-@@ -1340,17 +1335,6 @@ AC_ARG_WITH(mac-sysroot,
+@@ -1355,17 +1351,6 @@ AC_ARG_WITH(mac-sysroot,
      AS_HELP_STRING([--with-mac-sysroot=<path>], [SDK basedir to use as the logical root directory for headers and libraries.]),
      mac_sysroot=$withval, mac_sysroot="/Developer/SDKs/MacOSX10.5.sdk")
  
diff --git a/pulseaudio-git/patches/patch-src_Makefile.am b/pulseaudio-git/patches/patch-src_Makefile.am
index 623edae..3b58db9 100644
--- a/pulseaudio-git/patches/patch-src_Makefile.am
+++ b/pulseaudio-git/patches/patch-src_Makefile.am
@@ -3,9 +3,9 @@ $NetBSD: patch-src_Makefile.am,v 1.1 2014/06/09 13:08:19 ryoon Exp $
 Install files into pkgsrc example paths; will be correctly
 installed by pkgsrc configuration file framework.
 
---- src/Makefile.am.orig	2014-02-14 13:45:45.000000000 +0000
+--- src/Makefile.am.orig	2015-10-30 12:14:56.000000000 +0000
 +++ src/Makefile.am
-@@ -27,14 +27,14 @@ pulseincludedir=$(includedir)/pulse
+@@ -25,14 +25,14 @@ pulseincludedir=$(includedir)/pulse
  pulsecoreincludedir=$(includedir)/pulsecore
  pulselibexecdir=$(libexecdir)/pulse
  if HAVE_X11
diff --git a/pulseaudio-git/patches/patch-src_Makefile.in b/pulseaudio-git/patches/patch-src_Makefile.in
index 055b696..3b430f0 100644
--- a/pulseaudio-git/patches/patch-src_Makefile.in
+++ b/pulseaudio-git/patches/patch-src_Makefile.in
@@ -2,9 +2,9 @@ $NetBSD: patch-src_Makefile.in,v 1.4 2014/08/07 07:43:48 spz Exp $
 
 Use pkgsrc infrastructure for config files.
 
---- src/Makefile.in.orig	2014-03-03 14:37:00.000000000 +0000
+--- src/Makefile.in.orig	2015-10-30 12:27:07.000000000 +0000
 +++ src/Makefile.in
-@@ -3342,7 +3342,7 @@ pdfdir = @pdfdir@
+@@ -3486,7 +3486,7 @@ pdfdir = @pdfdir@
  prefix = @prefix@
  program_transform_name = @program_transform_name@
  psdir = @psdir@
@@ -13,7 +13,7 @@ Use pkgsrc infrastructure for config files.
  sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  srcdir = @srcdir@
-@@ -3355,10 +3355,10 @@ udevrulesdir = @udevrulesdir@
+@@ -3501,10 +3501,10 @@ zshcompletiondir = @zshcompletiondir@
  pulseincludedir = $(includedir)/pulse
  pulsecoreincludedir = $(includedir)/pulsecore
  pulselibexecdir = $(libexecdir)/pulse
diff --git a/pulseaudio-git/patches/patch-src_daemon_caps.c b/pulseaudio-git/patches/patch-src_daemon_caps.c
index 7d6bf73..deb4954 100644
--- a/pulseaudio-git/patches/patch-src_daemon_caps.c
+++ b/pulseaudio-git/patches/patch-src_daemon_caps.c
@@ -2,9 +2,9 @@ $NetBSD: patch-src_daemon_caps.c,v 1.1 2014/06/09 13:08:19 ryoon Exp $
 
 Disable warning about capabilities that only makes sense on Linux.
 
---- src/daemon/caps.c.orig	2014-01-29 19:48:03.000000000 +0000
+--- src/daemon/caps.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/daemon/caps.c
-@@ -93,8 +93,10 @@ void pa_drop_caps(void) {
+@@ -92,8 +92,10 @@ void pa_drop_caps(void) {
  #error "Don't know how to do capabilities on your system.  Please send a patch."
  #endif /* __linux__ */
  #else /* HAVE_SYS_CAPABILITY_H */
diff --git a/pulseaudio-git/patches/patch-src_daemon_main.c b/pulseaudio-git/patches/patch-src_daemon_main.c
index 4299615..78055ca 100644
--- a/pulseaudio-git/patches/patch-src_daemon_main.c
+++ b/pulseaudio-git/patches/patch-src_daemon_main.c
@@ -2,7 +2,7 @@ $NetBSD: patch-src_daemon_main.c,v 1.3 2015/09/25 14:37:27 ryoon Exp $
 
 Only display Linux-specific warning on Linux.
 
---- src/daemon/main.c.orig	2015-09-15 04:46:06.000000000 +0000
+--- src/daemon/main.c.orig	2015-10-30 12:16:48.000000000 +0000
 +++ src/daemon/main.c
 @@ -997,10 +997,12 @@ int main(int argc, char *argv[]) {
  
diff --git a/pulseaudio-git/patches/patch-src_modules_module-detect.c b/pulseaudio-git/patches/patch-src_modules_module-detect.c
index bc26eb0..8e8a9f4 100644
--- a/pulseaudio-git/patches/patch-src_modules_module-detect.c
+++ b/pulseaudio-git/patches/patch-src_modules_module-detect.c
@@ -2,9 +2,9 @@ $NetBSD: patch-src_modules_module-detect.c,v 1.2 2014/06/25 15:26:40 ryoon Exp $
 
 Hack to set proper sound device on NetBSD.
 
---- src/modules/module-detect.c.orig	2014-01-23 18:57:55.000000000 +0000
+--- src/modules/module-detect.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/modules/module-detect.c
-@@ -122,6 +122,17 @@ static int detect_oss(pa_core *c, int ju
+@@ -120,6 +120,17 @@ static int detect_oss(pa_core *c, int ju
      FILE *f;
      int n = 0, b = 0;
  
@@ -22,7 +22,7 @@ Hack to set proper sound device on NetBSD.
      if (!(f = pa_fopen_cloexec("/dev/sndstat", "r")) &&
          !(f = pa_fopen_cloexec("/proc/sndstat", "r")) &&
          !(f = pa_fopen_cloexec("/proc/asound/oss/sndstat", "r"))) {
-@@ -173,6 +184,7 @@ static int detect_oss(pa_core *c, int ju
+@@ -171,6 +182,7 @@ static int detect_oss(pa_core *c, int ju
      }
  
      fclose(f);
diff --git a/pulseaudio-git/patches/patch-src_modules_module-solaris.c b/pulseaudio-git/patches/patch-src_modules_module-solaris.c
index 1fc6541..28e897c 100644
--- a/pulseaudio-git/patches/patch-src_modules_module-solaris.c
+++ b/pulseaudio-git/patches/patch-src_modules_module-solaris.c
@@ -2,7 +2,7 @@ $NetBSD: patch-src_modules_module-solaris.c,v 1.1 2015/03/16 14:57:49 jperkin Ex
 
 Catch up with newer API.
 
---- src/modules/module-solaris.c.orig	2015-02-12 14:10:35.000000000 +0000
+--- src/modules/module-solaris.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/modules/module-solaris.c
 @@ -412,10 +412,12 @@ static int sink_process_msg(pa_msgobject
                          pa_smoother_resume(u->smoother, pa_rtclock_now(), true);
diff --git a/pulseaudio-git/patches/patch-src_modules_oss_module-oss.c b/pulseaudio-git/patches/patch-src_modules_oss_module-oss.c
index 3647a77..e98e3b1 100644
--- a/pulseaudio-git/patches/patch-src_modules_oss_module-oss.c
+++ b/pulseaudio-git/patches/patch-src_modules_oss_module-oss.c
@@ -2,9 +2,9 @@ $NetBSD: patch-src_modules_oss_module-oss.c,v 1.2 2014/06/25 15:26:40 ryoon Exp
 
 Set proper sound device default on NetBSD.
 
---- src/modules/oss/module-oss.c.orig	2014-01-23 18:57:55.000000000 +0000
+--- src/modules/oss/module-oss.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/modules/oss/module-oss.c
-@@ -98,7 +98,11 @@ PA_MODULE_USAGE(
+@@ -96,7 +96,11 @@ PA_MODULE_USAGE(
  PA_MODULE_DEPRECATED("Please use module-alsa-card instead of module-oss!");
  #endif
  
diff --git a/pulseaudio-git/patches/patch-src_pulsecore_core-util.c b/pulseaudio-git/patches/patch-src_pulsecore_core-util.c
index eb5c0ad..c50c98e 100644
--- a/pulseaudio-git/patches/patch-src_pulsecore_core-util.c
+++ b/pulseaudio-git/patches/patch-src_pulsecore_core-util.c
@@ -1,14 +1,25 @@
 $NetBSD: patch-src_pulsecore_core-util.c,v 1.1 2015/09/25 14:37:27 ryoon Exp $
 
---- src/pulsecore/core-util.c.orig	2015-09-15 04:46:06.000000000 +0000
+--- src/pulsecore/core-util.c.orig	2015-10-30 12:14:56.000000000 +0000
 +++ src/pulsecore/core-util.c
-@@ -54,7 +54,9 @@
+@@ -52,8 +52,11 @@
+ #include <pcreposix.h>
+ #endif
  
- #ifdef HAVE_STRTOD_L
+-#ifdef HAVE_STRTOD_L
++#ifdef HAVE_LOCALE_H
  #include <locale.h>
-+#  if !defined(__NetBSD__)
++#endif
++
++#ifdef HAVE_XLOCALE_H
  #include <xlocale.h>
-+#  endif
  #endif
  
- #ifdef HAVE_SCHED_H
+@@ -106,7 +109,6 @@
+ #endif
+ 
+ #ifdef __APPLE__
+-#include <xlocale.h>
+ #include <mach/mach_init.h>
+ #include <mach/thread_act.h>
+ #include <mach/thread_policy.h>
diff --git a/pulseaudio-git/patches/patch-src_pulsecore_mix__neon.c b/pulseaudio-git/patches/patch-src_pulsecore_mix__neon.c
index 6b653a5..82bc77b 100644
--- a/pulseaudio-git/patches/patch-src_pulsecore_mix__neon.c
+++ b/pulseaudio-git/patches/patch-src_pulsecore_mix__neon.c
@@ -1,6 +1,6 @@
 $NetBSD: patch-src_pulsecore_mix__neon.c,v 1.1 2015/02/28 23:41:58 joerg Exp $
 
---- src/pulsecore/mix_neon.c.orig	2015-02-25 15:03:12.000000000 +0000
+--- src/pulsecore/mix_neon.c.orig	2015-07-28 03:30:52.000000000 +0000
 +++ src/pulsecore/mix_neon.c
 @@ -175,6 +175,10 @@ static void pa_mix2_ch4_s16ne_neon(pa_mi
  
diff --git a/pulseaudio-git/patches/patch-src_pulsecore_sample-util.h b/pulseaudio-git/patches/patch-src_pulsecore_sample-util.h
index d529535..5c58c67 100644
--- a/pulseaudio-git/patches/patch-src_pulsecore_sample-util.h
+++ b/pulseaudio-git/patches/patch-src_pulsecore_sample-util.h
@@ -2,9 +2,9 @@ $NetBSD: patch-src_pulsecore_sample-util.h,v 1.1 2014/06/09 13:08:19 ryoon Exp $
 
 Define glibc-specific (?) __WORDSIZE.
 
---- src/pulsecore/sample-util.h.orig	2014-01-23 18:57:55.000000000 +0000
+--- src/pulsecore/sample-util.h.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/pulsecore/sample-util.h
-@@ -34,6 +34,14 @@
+@@ -32,6 +32,14 @@
  #include <pulsecore/memblock.h>
  #include <pulsecore/memchunk.h>
  
diff --git a/pulseaudio-git/patches/patch-src_pulsecore_svolume__mmx.c b/pulseaudio-git/patches/patch-src_pulsecore_svolume__mmx.c
index 74c5ab5..b3d8d1a 100644
--- a/pulseaudio-git/patches/patch-src_pulsecore_svolume__mmx.c
+++ b/pulseaudio-git/patches/patch-src_pulsecore_svolume__mmx.c
@@ -2,7 +2,7 @@ $NetBSD: patch-src_pulsecore_svolume__mmx.c,v 1.4 2015/02/21 23:13:10 ryoon Exp
 
 Avoid bad register usage on OSX 32-bit.
 
---- src/pulsecore/svolume_mmx.c.orig	2015-02-12 14:10:35.000000000 +0000
+--- src/pulsecore/svolume_mmx.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/pulsecore/svolume_mmx.c
 @@ -32,7 +32,7 @@
  
diff --git a/pulseaudio-git/patches/patch-src_pulsecore_svolume__sse.c b/pulseaudio-git/patches/patch-src_pulsecore_svolume__sse.c
index 4495a51..d71c391 100644
--- a/pulseaudio-git/patches/patch-src_pulsecore_svolume__sse.c
+++ b/pulseaudio-git/patches/patch-src_pulsecore_svolume__sse.c
@@ -2,7 +2,7 @@ $NetBSD: patch-src_pulsecore_svolume__sse.c,v 1.4 2015/02/21 23:13:10 ryoon Exp
 
 Avoid bad register usage on OSX 32-bit.
 
---- src/pulsecore/svolume_sse.c.orig	2015-02-12 14:10:35.000000000 +0000
+--- src/pulsecore/svolume_sse.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/pulsecore/svolume_sse.c
 @@ -32,7 +32,7 @@
  
diff --git a/pulseaudio-git/patches/patch-src_tests_mult-s16-test.c b/pulseaudio-git/patches/patch-src_tests_mult-s16-test.c
index 392cbd8..3f081e4 100644
--- a/pulseaudio-git/patches/patch-src_tests_mult-s16-test.c
+++ b/pulseaudio-git/patches/patch-src_tests_mult-s16-test.c
@@ -2,9 +2,9 @@ $NetBSD: patch-src_tests_mult-s16-test.c,v 1.1 2014/06/09 13:08:19 ryoon Exp $
 
 Define glibc-specific (?) __WORDSIZE.
 
---- src/tests/mult-s16-test.c.orig	2014-01-23 18:57:55.000000000 +0000
+--- src/tests/mult-s16-test.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/tests/mult-s16-test.c
-@@ -30,6 +30,14 @@
+@@ -28,6 +28,14 @@
  #include <pulsecore/random.h>
  #include <pulsecore/macro.h>
  
diff --git a/pulseaudio-git/patches/patch-src_tests_rtpoll-test.c b/pulseaudio-git/patches/patch-src_tests_rtpoll-test.c
index 124e999..27aa90a 100644
--- a/pulseaudio-git/patches/patch-src_tests_rtpoll-test.c
+++ b/pulseaudio-git/patches/patch-src_tests_rtpoll-test.c
@@ -2,9 +2,9 @@ $NetBSD: patch-src_tests_rtpoll-test.c,v 1.1 2014/06/09 13:08:19 ryoon Exp $
 
 Build fix for systems without real-time signals.
 
---- src/tests/rtpoll-test.c.orig	2014-01-21 13:39:57.000000000 +0000
+--- src/tests/rtpoll-test.c.orig	2015-09-10 04:51:41.000000000 +0000
 +++ src/tests/rtpoll-test.c
-@@ -85,6 +85,7 @@ START_TEST (rtpoll_test) {
+@@ -83,6 +83,7 @@ START_TEST (rtpoll_test) {
  END_TEST
  
  int main(int argc, char *argv[]) {
@@ -12,7 +12,7 @@ Build fix for systems without real-time signals.
      int failed = 0;
      Suite *s;
      TCase *tc;
-@@ -105,4 +106,7 @@ int main(int argc, char *argv[]) {
+@@ -103,4 +104,7 @@ int main(int argc, char *argv[]) {
      srunner_free(sr);
  
      return (failed == 0) ? EXIT_SUCCESS : EXIT_FAILURE;


Home | Main Index | Thread Index | Old Index