commit 9f2cd50aa32332c07ef6c3c99d2cd6d374e64168
Author: Jakub Bogusz <qbo...@pld-linux.org>
Date:   Fri Apr 14 05:28:34 2017 +0200

    - missing patches

 museek+-c++.patch      | 31 +++++++++++++++++++++++++++++++
 museek+-libevent.patch | 19 +++++++++++++++++++
 2 files changed, 50 insertions(+)
---
diff --git a/museek+-c++.patch b/museek+-c++.patch
new file mode 100644
index 0000000..20bdcca
--- /dev/null
+++ b/museek+-c++.patch
@@ -0,0 +1,31 @@
+--- museek+-0.2/museeq/chatrooms.cpp.orig      2008-12-03 16:38:36.000000000 
+0100
++++ museek+-0.2/museeq/chatrooms.cpp   2017-04-13 22:05:57.664672841 +0200
+@@ -55,7 +55,7 @@
+               }
+       }
+ 
+-      ChatRoom* _room = new ChatRoom(room, this, false);
++      ChatRoom* _room = new ChatRoom(room, this);
+       addTab(_room, room);
+       connect(_room, SIGNAL(highlight(int, QWidget*)), this, 
SIGNAL(highlight(int)));
+       _room->setUsers(r);
+--- museek+-0.2/museeq/searches.cpp.orig       2009-02-20 11:17:05.000000000 
+0100
++++ museek+-0.2/museeq/searches.cpp    2017-04-13 22:07:49.950210714 +0200
+@@ -158,7 +158,7 @@
+ 
+     // Create the tab if it's a wishlist result
+       if ((i == mSearchTabWidget->count()) && museeq->isInWishlist(query)) {
+-              Search* s = new Search(query, mSearchTabWidget, false);
++              Search* s = new Search(query, mSearchTabWidget);
+               mSearchTabWidget->addTab(s, query);
+ 
+         // Highlight the search icon so that the user know that there are 
some new search results
+@@ -194,7 +194,7 @@
+               }
+       }
+       if(i == mSearchTabWidget->count()) {
+-              Search* s = new Search(q, mSearchTabWidget, false);
++              Search* s = new Search(q, mSearchTabWidget);
+               mSearchTabWidget->addTab(s, q);
+ 
+         // Highlight the search icon so that the user know that there are 
some new search results
diff --git a/museek+-libevent.patch b/museek+-libevent.patch
new file mode 100644
index 0000000..e38cea2
--- /dev/null
+++ b/museek+-libevent.patch
@@ -0,0 +1,19 @@
+--- museek+-0.2/NewNet/nnsocket.h.orig 2009-01-20 11:27:08.000000000 +0100
++++ museek+-0.2/NewNet/nnsocket.h      2017-04-13 21:59:40.229429186 +0200
+@@ -26,6 +26,7 @@
+ #include "nnweakrefptr.h"
+ #include "nnratelimiter.h"
+ #include <event.h>
++#include <cstring>
+ 
+ namespace NewNet
+ {
+@@ -86,7 +87,7 @@
+               m_DataWaiting(false)
+     {
+         m_EventData = new struct event;
+-        m_EventData->ev_flags = 0; // This event has not been initialized
++        memset(m_EventData, 0, sizeof(struct event));
+     }
+ 
+     //! Return the associated reactor.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/museek+.git/commitdiff/9f2cd50aa32332c07ef6c3c99d2cd6d374e64168

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to