summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-10-31 12:04:08 +0100
committerBor Kraljič2010-10-31 12:31:50 +0100
commit5dbee4017865541cd1a3732ab95f5bed72fadf07 (patch)
tree9a7ad37d86187f526ad8864d0884b753fdad3193
parent7fb27f9290c6e9c64826f239223d7c4d12c4ef78 (diff)
chat-im/qutecom: new spell, a multi-platform VoIP client
-rw-r--r--ChangeLog3
-rwxr-xr-xchat-im/qutecom/BUILD2
-rwxr-xr-xchat-im/qutecom/DEPENDS9
-rwxr-xr-xchat-im/qutecom/DETAILS22
-rw-r--r--chat-im/qutecom/HISTORY3
-rwxr-xr-xchat-im/qutecom/PRE_BUILD3
6 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abc41c395c..b3ffb62c70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-31 Bor Kraljič <pyrobor@ver.si>
+ * chat-im/qutecom: new spell, a multi-platform VoIP client
+
2010-10-30 Bor Kraljič <pyrobor@ver.si>
* kde4-apps/tagua: removed, upstream project is dead
* audio-players/beep-media-player-gui: removed, deprecated spell
diff --git a/chat-im/qutecom/BUILD b/chat-im/qutecom/BUILD
new file mode 100755
index 0000000000..7dae65fc6c
--- /dev/null
+++ b/chat-im/qutecom/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --as-needed"
+qt4_cmake_build
diff --git a/chat-im/qutecom/DEPENDS b/chat-im/qutecom/DEPENDS
new file mode 100755
index 0000000000..6155fe3040
--- /dev/null
+++ b/chat-im/qutecom/DEPENDS
@@ -0,0 +1,9 @@
+depends openssl &&
+depends glib2 &&
+depends gnutls &&
+depends libxml2 &&
+depends ffmpeg &&
+depends libsndfile &&
+depends libsamplerate &&
+depends -sub "SIGNALS DATE_TIME PROGRAM_OPTIONS THREAD SERIALIZATION" boost &&
+depends -sub "STL EXCEPT" qt4
diff --git a/chat-im/qutecom/DETAILS b/chat-im/qutecom/DETAILS
new file mode 100755
index 0000000000..89e6a96b3c
--- /dev/null
+++ b/chat-im/qutecom/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=qutecom
+ VERSION=2.2
+ SOURCE="QuteCom-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.org/downloads/${SOURCE}
+ SOURCE_HASH=sha512:09e0684ceada52938adb9ca7d6d8fd1e0570eb816906336720b39db81adf6ff85b1091a391ba7c395d1e16698638d3f8e7194de9f3293e9580e603da9fdbaefd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-2-2-fd680f034aa8"
+ WEB_SITE="http://www.qutecom.org/index.php"
+ LICENSE[0]="GPLv2"
+ ENTERED=20101031
+ KEYWORDS="Communications, Telephony"
+ SHORT="A multi-platform SoftPhone and IM client."
+cat << EOF
+QuteCom (formerly WengoPhone) is a multi-platform VoIP client. The GUI is
+Qt-based, and the Video-over-IP engine is based on the eXosip, oSIP, oRTP,
+ffmpeg, and libgaim projects. The eXosip module is extended by a phApi
+module, which implements a high-level, easy-to-use call control API. It
+supports PC-to-PC voice, video, and chat. One can use a standard SIP
+service provider such as Wengo to be assigned an incoming number, make calls
+to PSTN/cell phones, get voice mail, and more. In addition to SIP/SIMPLE
+QuteCom provides IM functionality using libgaim, so it is compatible with
+all protocols supported by libgaim.
+EOF
diff --git a/chat-im/qutecom/HISTORY b/chat-im/qutecom/HISTORY
new file mode 100644
index 0000000000..4a8d62b163
--- /dev/null
+++ b/chat-im/qutecom/HISTORY
@@ -0,0 +1,3 @@
+2010-10-31 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS, DETAILS, BUILD, PRE_BUILD: spell created
+
diff --git a/chat-im/qutecom/PRE_BUILD b/chat-im/qutecom/PRE_BUILD
new file mode 100755
index 0000000000..5c2f43c378
--- /dev/null
+++ b/chat-im/qutecom/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit "s;languagechangeeventfilter.h;LanguageChangeEventFilter.h;" ./qutecom/src/presentation/qt/contactlist/QtContactWidget.cpp