pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork3 Update to KDE 3.5.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13fe67e587ae
branches:  trunk
changeset: 534413:13fe67e587ae
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Oct 20 10:40:23 2007 +0000

description:
Update to KDE 3.5.8

Kopete
* Fix adding of yahoo contacts.
* Fix crash after duplicate login.
* Jabber groupchat history is only shown for currently present members.
* Enable Kopete to respond to chats started by others who are blocking you.
* Newlines seen when sending richtext to gaim and trillian clients.
* Fix webcam problems.
* Kopete does not keep toolbar settings.
* < and > in contact nicknames aren't well supported.
* "Message handling" unset when setting it to "Open messages instantly"
  and reopening the configuration dialog.
* Deactivate the Join Chatrooms action when offline.
* Fix error in chatroom search so that all chatrooms are listed.
* Fix msn live emoticons.
* Fix issue with MSN webcam images being garbled.
* Fix crash on Yahoo protocol.

diffstat:

 net/kdenetwork3/Makefile         |   3 +--
 net/kdenetwork3/PLIST            |   3 ++-
 net/kdenetwork3/distinfo         |   9 +++++----
 net/kdenetwork3/patches/patch-an |  27 +++++++++++++++++++++++++++
 4 files changed, 35 insertions(+), 7 deletions(-)

diffs (81 lines):

diff -r 535eacadcd28 -r 13fe67e587ae net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Sat Oct 20 10:39:20 2007 +0000
+++ b/net/kdenetwork3/Makefile  Sat Oct 20 10:40:23 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2007/09/21 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2007/10/20 10:40:23 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
-PKGREVISION=   2
 CATEGORIES=    net
 COMMENT=       Network modules for the KDE integrated X11 desktop
 
diff -r 535eacadcd28 -r 13fe67e587ae net/kdenetwork3/PLIST
--- a/net/kdenetwork3/PLIST     Sat Oct 20 10:39:20 2007 +0000
+++ b/net/kdenetwork3/PLIST     Sat Oct 20 10:40:23 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2007/06/23 21:41:23 markd Exp $
+@comment $NetBSD: PLIST,v 1.28 2007/10/20 10:40:23 markd Exp $
 bin/dsirc
 bin/feedbrowser
 bin/kdict
@@ -52,6 +52,7 @@
 include/kopete/kopetepasswordedaccount.h
 include/kopete/kopetepicture.h
 include/kopete/kopeteplugin.h
+include/kopete/kopetepluginmanager.h
 include/kopete/kopeteprefs.h
 include/kopete/kopeteprotocol.h
 include/kopete/kopetesimplemessagehandler.h
diff -r 535eacadcd28 -r 13fe67e587ae net/kdenetwork3/distinfo
--- a/net/kdenetwork3/distinfo  Sat Oct 20 10:39:20 2007 +0000
+++ b/net/kdenetwork3/distinfo  Sat Oct 20 10:40:23 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2007/05/23 13:10:04 markd Exp $
+$NetBSD: distinfo,v 1.44 2007/10/20 10:40:23 markd Exp $
 
-SHA1 (kdenetwork-3.5.7.tar.bz2) = f5585acd047a85fb512652decd7876a780dc269a
-RMD160 (kdenetwork-3.5.7.tar.bz2) = 85b2780b411f91afb7e2dd6670500c9046b8b591
-Size (kdenetwork-3.5.7.tar.bz2) = 9370098 bytes
+SHA1 (kdenetwork-3.5.8.tar.bz2) = ad96484b0fce4d224195407ffdef3b040e5069cc
+RMD160 (kdenetwork-3.5.8.tar.bz2) = 3941c56411ab4cdb89ae9de116a24d0906a275da
+Size (kdenetwork-3.5.8.tar.bz2) = 9334188 bytes
 SHA1 (patch-aa) = e075ad19377786359849263b9b872dd8116bec7c
 SHA1 (patch-ab) = cd2fe9a73be928e391923947cb29cbbdeb79ae03
 SHA1 (patch-ac) = a0e2fbcf1348d5e91434878bac4977b649c94855
@@ -13,3 +13,4 @@
 SHA1 (patch-ah) = f13a567b6be1bd04e9d50185bab995f1a8a4d231
 SHA1 (patch-ai) = 27ff86fa25381bcb05c321b4f54acc225e9b90dd
 SHA1 (patch-am) = 4499a932b118175c87ad540b56a265f2864d71e8
+SHA1 (patch-an) = 8a086d1fef4eb4f96380438a87fecfe76d147b04
diff -r 535eacadcd28 -r 13fe67e587ae net/kdenetwork3/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/kdenetwork3/patches/patch-an  Sat Oct 20 10:40:23 2007 +0000
@@ -0,0 +1,27 @@
+$NetBSD: patch-an,v 1.11 2007/10/20 10:40:23 markd Exp $
+
+--- kopete/libkopete/avdevice/videocontrol.h.orig      2007-10-08 22:49:07.000000000 +1300
++++ kopete/libkopete/avdevice/videocontrol.h
+@@ -20,6 +20,7 @@
+ #ifndef KOPETE_AVVIDEOCONTROL_H
+ #define KOPETE_AVVIDEOCONTROL_H
+ 
++#ifdef __linux__
+ #include <asm/types.h>
+ #undef __STRICT_ANSI__
+ #ifndef __u64 //required by videodev.h
+@@ -30,6 +31,14 @@
+ #define __s64 long long
+ #endif // __s64
+ 
++#else
++#include <sys/types.h>
++#define __u32 uint32_t
++#define __s32 int32_t
++#define __u64 uint64_t
++#define __s64 int64_t
++#endif
++
+ #include <qstring.h>
+ #include <kdebug.h>
+ #include <qvaluevector.h>



Home | Main Index | Thread Index | Old Index