[Pkg-voip-commits] [linphone] 03/14: debian/patches/fix-spelling-errors.patch: remove patch hunks for mediastreamer2 because mediastreamer2 is no longer part of upstream tarball

Johannes Schauer josch-guest at moszumanska.debian.org
Sun Apr 23 06:01:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

josch-guest pushed a commit to branch master
in repository linphone.

commit f78531c870f69148b926e7da35801c35d3fb77a6
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Thu Apr 20 17:53:51 2017 +0200

    debian/patches/fix-spelling-errors.patch: remove patch hunks for mediastreamer2 because mediastreamer2 is no longer part of upstream tarball
---
 debian/changelog                         |  4 ++
 debian/patches/fix-spelling-errors.patch | 74 --------------------------------
 2 files changed, 4 insertions(+), 74 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 35a7763..66a8f57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,10 @@ linphone (3.11.1-1) UNRELEASED; urgency=low
   [ Tzafrir Cohen ]
   * Fix name of signature file in watch file.
 
+  [ Johannes Schauer ]
+  * remove patch hunks for mediastreamer2 because mediastreamer2 is no longer
+    part of upstream tarball
+
  -- Felix Lechner <felix.lechner at gmail.com>  Fri, 03 Jul 2015 17:24:11 -0700
 
 linphone (3.6.1-2.4) unstable; urgency=medium
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
index 4a8e2fd..93fa7f7 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -49,77 +49,3 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  		              remote,(long)linphone_call_get_user_pointer (call));
  	}
  	ms_free(remote);
---- a/mediastreamer2/src/crypto/ms_srtp.c
-+++ b/mediastreamer2/src/crypto/ms_srtp.c
-@@ -569,6 +569,6 @@ const char * ms_srtp_stream_type_to_stri
- 	case MSSRTP_RTCP_STREAM: return "MSSRTP_RTCP_STREAM";
- 	case MSSRTP_ALL_STREAMS: return "MSSRTP_ALL_STREAMS";
- 	}
--	return "Unkown srtp tream type";
-+	return "Unknown srtp tream type";
- }
- 
---- a/mediastreamer2/src/videofilters/vp8.c
-+++ b/mediastreamer2/src/videofilters/vp8.c
-@@ -387,7 +387,7 @@ static void enc_fill_encoder_flags(EncSt
- 				/*force an independant alt ref frame to force picture to be refreshed completely, otherwise
- 				 * pixel color saturation appears due to accumulation of small predictive errors*/
- 				*flags |= VP8_EFLAG_NO_REF_LAST | VP8_EFLAG_NO_REF_GF;
--				ms_message("Forcing independant altref frame.");
-+				ms_message("Forcing independent altref frame.");
- 			}
- 		}
- 		if (!(*flags & VPX_EFLAG_FORCE_KF)){
---- a/mediastreamer2/src/audiofilters/aqsnd.c
-+++ b/mediastreamer2/src/audiofilters/aqsnd.c
-@@ -100,7 +100,7 @@ const char* aq_format_error(OSStatus sta
- 		case kAudioQueueErr_EnqueueDuringReset: return"kAudioQueueErr_EnqueueDuringReset";
- 		case kAudioQueueErr_InvalidOfflineMode: return"kAudioQueueErr_InvalidOfflineMode";
- 		default:
--			return "unkown error code";
-+			return "unknown error code";
- 	}
- }
- #ifdef __ios
---- a/mediastreamer2/src/audiofilters/msiounit.m
-+++ b/mediastreamer2/src/audiofilters/msiounit.m
-@@ -63,7 +63,7 @@ static const char * audio_unit_format_er
- 		case kAudioUnitErr_Initialized: return "kAudioUnitErr_Initialized";
- 		case kAudioUnitErr_InvalidOfflineRender: return "kAudioUnitErr_InvalidOfflineRender";
- 		case kAudioUnitErr_Unauthorized: return "kAudioUnitErr_Unauthorized";
--		default: return "unkown error";
-+		default: return "unknown error";
- 	}
- 
- }
-@@ -92,7 +92,7 @@ static const char *audio_session_format_
- 			return "kAudioSessionIncompatibleCategory";
- 		case kAudioSessionUnspecifiedError:
- 			return "kAudioSessionUnspecifiedError";
--		default: return "unkown error";
-+		default: return "unknown error";
- 	}
- 
-  }
---- a/mediastreamer2/src/voip/stun.c
-+++ b/mediastreamer2/src/voip/stun.c
-@@ -2045,7 +2045,7 @@ stunSendTest( Socket myFd, StunAddress4
- 		 break;
- 			*/
- 	  default:
--		 ortp_error("stun: Test %i is unkown\n", testNum);
-+		 ortp_error("stun: Test %i is unknown\n", testNum);
- 		 return ; /* error */
-    }
- 
---- a/mediastreamer2/tools/mediastream.c
-+++ b/mediastreamer2/tools/mediastream.c
-@@ -215,7 +215,7 @@ const char *usage="mediastream --local <
- 								"[ --outfile <output wav file> specify a wav file to write audio into, instead of soundcard ]\n"
- 								"[ --playback-card <name> ]\n"
- 								"[ --rc (enable adaptive rate control) ]\n"
--								"[ --srtp <local master_key> <remote master_key> (enable srtp, master key is generated if absent from comand line) ]\n"
-+								"[ --srtp <local master_key> <remote master_key> (enable srtp, master key is generated if absent from command line) ]\n"
- 								"[ --verbose (most verbose messages) ]\n"
- 								"[ --video-display-filter <name> ]\n"
- 								"[ --video-windows-id <video surface:preview surface >]\n"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/linphone.git



More information about the Pkg-voip-commits mailing list