[packages/kde4-kopete] - removed obsolete linphone-fix patch

qboosh qboosh at pld-linux.org
Wed Jul 28 23:09:50 CEST 2021


commit b6492f3e354a23e69a177ca127b824ced5cd8876
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jul 28 23:13:28 2021 +0200

    - removed obsolete linphone-fix patch

 kde4-kopete.spec   |  2 --
 linphone-fix.patch | 20 --------------------
 2 files changed, 22 deletions(-)
---
diff --git a/kde4-kopete.spec b/kde4-kopete.spec
index f27a69d..c64f5a8 100644
--- a/kde4-kopete.spec
+++ b/kde4-kopete.spec
@@ -15,7 +15,6 @@ Group:		X11/Applications
 Source0:	http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
 # Source0-md5:	d05e478101292ebb08da2af00d1329ab
 Patch0:		%{name}-FindLibgadu.patch
-Patch1:		linphone-fix.patch
 Patch2:		mediastreamer.patch
 Patch3:		gcc6.patch
 Patch4:		macros.patch
@@ -223,7 +222,6 @@ do kopete.
 %prep
 %setup -q -n %{orgname}-%{version}
 %patch0 -p1
-#%patch1 -p2
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
diff --git a/linphone-fix.patch b/linphone-fix.patch
deleted file mode 100644
index bcb4a01..0000000
--- a/linphone-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- kde4-kdenetwork/kopete/protocols/jabber/googletalk/libjingle/talk/session/phone/linphonemediaengine.cc~	2013-06-20 09:15:17.773243467 +0200
-+++ kde4-kdenetwork/kopete/protocols/jabber/googletalk/libjingle/talk/session/phone/linphonemediaengine.cc	2013-06-20 09:27:03.157408216 +0200
-@@ -200,7 +200,7 @@
-       LOG(LS_INFO) << "Using " << i->name << "/" << i->clockrate;
-       pt_ = i->id;
-       audio_stream_ = audio_stream_start(&av_profile, -1, "localhost", port1, i->id, 250, 0); /* -1 means that function will choose some free port */
--      port2 = rtp_session_get_local_port(audio_stream_->session);
-+      port2 = rtp_session_get_local_port(audio_stream_->ms.session);
-       first = false;
-     }
-   }
-@@ -211,7 +211,7 @@
-     // working with a buggy client; let's try PCMU.
-     LOG(LS_WARNING) << "Received empty list of codces; using PCMU/8000";
-     audio_stream_ = audio_stream_start(&av_profile, -1, "localhost", port1, 0, 250, 0); /* -1 means that function will choose some free port */
--    port2 = rtp_session_get_local_port(audio_stream_->session);
-+    port2 = rtp_session_get_local_port(audio_stream_->ms.session);
-   }
- 
-   return true;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kopete.git/commitdiff/b6492f3e354a23e69a177ca127b824ced5cd8876



More information about the pld-cvs-commit mailing list