SOURCES: kdenetwork-libjingle.patch - and more
arekm
arekm at pld-linux.org
Sun Feb 17 21:58:51 CET 2008
Author: arekm Date: Sun Feb 17 20:58:51 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- and more
---- Files affected:
SOURCES:
kdenetwork-libjingle.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/kdenetwork-libjingle.patch
diff -u SOURCES/kdenetwork-libjingle.patch:1.2 SOURCES/kdenetwork-libjingle.patch:1.3
--- SOURCES/kdenetwork-libjingle.patch:1.2 Sun Feb 17 21:43:24 2008
+++ SOURCES/kdenetwork-libjingle.patch Sun Feb 17 21:58:46 2008
@@ -92,3 +92,24 @@
g_return_val_if_fail(pt!=NULL,0);
clockts=(guint32)(((double)synctime * (double)pt->clock_rate)/1000.0);
ms_trace("ms_rtp_send_process: sync->time=%i clock=%i",synctime,clockts);
+--- kdenetwork-3.5.9/kopete/protocols/jabber/jingle/libjingle/talk/base/criticalsection.h.org 2008-02-17 21:46:59.568915654 +0100
++++ kdenetwork-3.5.9/kopete/protocols/jabber/jingle/libjingle/talk/base/criticalsection.h 2008-02-17 21:47:02.862407333 +0100
+@@ -83,6 +83,7 @@
+ public:
+ CriticalSection() {
+ pthread_mutexattr_t mutex_attribute;
++ pthread_mutexattr_init(&mutex_attribute);
+ pthread_mutexattr_settype(&mutex_attribute, PTHREAD_MUTEX_RECURSIVE);
+ pthread_mutex_init(&mutex_, &mutex_attribute);
+ }
+--- kdenetwork-3.5.9/kopete/protocols/configure.in.in.org 2008-02-17 21:51:53.996404693 +0100
++++ kdenetwork-3.5.9/kopete/protocols/configure.in.in 2008-02-17 21:52:11.077225927 +0100
+@@ -184,7 +184,7 @@
+ AC_ARG_ENABLE(testbed, [ --disable-testbed disable kopete testbed protocol compilation ], with_testbed=$enableval, with_testbed=yes)
+ AM_CONDITIONAL(include_testbed, test "$with_testbed" = "yes")
+
+-PKG_CHECK_MODULES(GLIB, glib-2.0 gmodule-2.0, have_glib=yes, have_glib=no)
++PKG_CHECK_MODULES(GLIB, glib-2.0 gmodule-2.0 gthread-2.0, have_glib=yes, have_glib=no)
+ if test x$have_glib = xno; then
+ AC_MSG_WARN([GLib 2.0 is required for MSN webcam and Jabber Jingle. You can get it from http://www.gtk.org/])
+ else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kdenetwork-libjingle.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list