On Thursday 18 December 2008 17:01:06 Vadim Lebedev wrote: > Folks, Hi,
>
> We're happy to announce RC3 release for QuteCom 2.2
here are the patches I've needed/used to get it compiled on openSUSE 11.1.
Cheers,
-- andreas
--
http://www.cynapses.org/ - cybernetic synapses
# HG changeset patch # User [email protected] # Date 1219746009 -7200 # Node ID 0f24af87f91f5d998c28459163975e976046798e # Parent a77c3add529948eff84ca53df98737d66ef71502 fix .desktop file diff --git a/wengophone/res/wengophone.desktop b/wengophone/res/wengophone.desktop --- a/wengophone/res/wengophone.desktop +++ b/wengophone/res/wengophone.desktop @@ -1,12 +1,12 @@ [Desktop Entry] -Name=WengoPhone +Name=QuteCom Comment=VoIP softphone Comment[fr]=Téléphone VoIP Comment[it]=Programma VoIP GenericName=VoIP softphone GenericName[fr]=Téléphone VoIP GenericName[it]=Programma VoIP -Exec=wengophone +Exec=QuteCom Icon=wengophone StartupNotify=true Terminal=false # HG changeset patch # User [email protected] # Date 1219753994 -7200 # Node ID 82d085040c1fbd7f9b7778559454144c96197e0f # Parent 0f24af87f91f5d998c28459163975e976046798e rename wengophone.desktop to qutecom.desktop diff --git a/wengophone/res/wengophone.desktop b/wengophone/res/qutecom.desktop rename from wengophone/res/wengophone.desktop rename to wengophone/res/qutecom.desktop diff --git a/wengophone/src/presentation/qt/CMakeLists-install-linux.txt b/wengophone/src/presentation/qt/CMakeLists-install-linux.txt --- a/wengophone/src/presentation/qt/CMakeLists-install-linux.txt +++ b/wengophone/src/presentation/qt/CMakeLists-install-linux.txt @@ -51,7 +51,7 @@ PATTERN "CMakeLists.txt" EXCLUDE) install(FILES - ${CMAKE_SOURCE_DIR}/wengophone/res/wengophone.desktop + ${CMAKE_SOURCE_DIR}/wengophone/res/qutecom.desktop DESTINATION share/applications) foreach(size 16 32 48 64)
# HG changeset patch # User Andreas Schneider <[email protected]> # Date 1219406018 -7200 # Node ID cd050f60a3b49baba6699a5db2d86d620de81e01 # Parent 7df4dbfdebb1eb83702a8191702f907c5462f5a6 Fix conflicting types on Linux if <sys/types.h> has been included. diff --git a/wifo/phapi/g722/g722.h b/wifo/phapi/g722/g722.h --- a/wifo/phapi/g722/g722.h +++ b/wifo/phapi/g722/g722.h @@ -46,8 +46,10 @@ typedef unsigned short uint16_t; typedef int int32_t; typedef unsigned uint32_t; +#ifndef __int8_t_defined typedef long long int64_t; typedef unsigned long long uint64_t; +#endif enum
Index: QuteCom-2.2-RC3/wifo/netlib/src/netlib.cpp =================================================================== --- QuteCom-2.2-RC3.orig/wifo/netlib/src/netlib.cpp +++ QuteCom-2.2-RC3/wifo/netlib/src/netlib.cpp @@ -43,6 +43,7 @@ #endif //OS_WIN32 #include <stdlib.h> #include <limits.h> +#include <string.h> #include "udp_func.h" #include "stun_func.h"
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
