Skip to content

Commit

Permalink
Re-generated PortAudio patch using diff -u to avoid error when applyi…
Browse files Browse the repository at this point in the history
…ng the patch
  • Loading branch information
chenguoguo committed May 31, 2017
1 parent d170a53 commit 1d61daf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ Snowboy.pm
*.swo

/examples/C/pa_stable_v19_20140130.tgz
/examples/C/pa_stable_v190600_20161030.tgz
/examples/C/portaudio
/examples/C/demo
/examples/C++/pa_stable_v19_20140130.tgz
/examples/C++/pa_stable_v190600_20161030.tgz
/examples/C++/portaudio
/examples/C++/demo
/examples/Java/Demo.class
Expand Down Expand Up @@ -47,4 +49,4 @@ Snowboy.pm
/lib/node/index.js

/dist
**/snowboy.egg-info
**/snowboy.egg-info
20 changes: 10 additions & 10 deletions examples/C++/patches/portaudio.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- Makefile.in 2016-01-09 14:05:04.096356637 -0500
+++ Makefile_new.in 2016-01-09 14:04:56.667925681 -0500
--- Makefile.in 2017-05-31 16:42:16.000000000 -0700
+++ Makefile_new.in 2017-05-31 16:44:02.000000000 -0700
@@ -193,6 +193,8 @@
for include in $(INCLUDES); do \
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \
done
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc
@echo ""
for include in $(INCLUDES); do \
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \
done
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc
@echo ""
20 changes: 10 additions & 10 deletions examples/C/patches/portaudio.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- Makefile.in 2016-01-09 14:05:04.096356637 -0500
+++ Makefile_new.in 2016-01-09 14:04:56.667925681 -0500
--- Makefile.in 2017-05-31 16:42:16.000000000 -0700
+++ Makefile_new.in 2017-05-31 16:44:02.000000000 -0700
@@ -193,6 +193,8 @@
for include in $(INCLUDES); do \
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \
done
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc
@echo ""
for include in $(INCLUDES); do \
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \
done
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc
@echo ""

0 comments on commit 1d61daf

Please sign in to comment.