summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-10-01 17:02:59 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-10-01 17:02:59 +0000
commit6cbd4ba537787263a7a16aa0e8cfd2d265d8c6dd (patch)
tree70378e895cd70c9c5adf153e48b8f30db272aacf /net-im
parentBump to 2.90.5, gtk3 version from gnome overlay for GNOME 3, keywords dropped... (diff)
downloadgentoo-2-6cbd4ba537787263a7a16aa0e8cfd2d265d8c6dd.tar.gz
gentoo-2-6cbd4ba537787263a7a16aa0e8cfd2d265d8c6dd.tar.bz2
gentoo-2-6cbd4ba537787263a7a16aa0e8cfd2d265d8c6dd.zip
Bring back qutecom.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/qutecom/ChangeLog39
-rw-r--r--net-im/qutecom/metadata.xml10
-rw-r--r--net-im/qutecom/qutecom-2.2_p20110210.ebuild67
3 files changed, 116 insertions, 0 deletions
diff --git a/net-im/qutecom/ChangeLog b/net-im/qutecom/ChangeLog
new file mode 100644
index 000000000000..b9eece544bf6
--- /dev/null
+++ b/net-im/qutecom/ChangeLog
@@ -0,0 +1,39 @@
+# ChangeLog for net-im/qutecom
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.9 2011/10/01 17:02:59 chithanh Exp $
+
+ 31 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ qutecom-2.2_p20110210.ebuild:
+ Require old kernel headers, bug #361181.
+
+ 28 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -qutecom-2.2_p20100309.ebuild, -qutecom-2.2_p20100620.ebuild,
+ qutecom-2.2_p20110210.ebuild:
+ Depend on virtual/ffmpeg, remove old.
+
+*qutecom-2.2_p20110210 (13 Feb 2011)
+
+ 13 Feb 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +qutecom-2.2_p20110210.ebuild:
+ New snapshot.
+
+ 14 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ qutecom-2.2_p20100309.ebuild, qutecom-2.2_p20100620.ebuild:
+ Filter --as-needed, bug #315045, ack'ed by QA on IRC.
+
+*qutecom-2.2_p20100620 (21 Jun 2010)
+
+ 21 Jun 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +qutecom-2.2_p20100620.ebuild:
+ New snapshot. Fixes bug #324317
+
+ 13 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ qutecom-2.2_p20100309.ebuild:
+ add qt-webkit dependency, bug 315043
+
+*qutecom-2.2_p20100309 (09 Mar 2010)
+
+ 09 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +qutecom-2.2_p20100309.ebuild:
+ initial import for bug 237941
+
diff --git a/net-im/qutecom/metadata.xml b/net-im/qutecom/metadata.xml
new file mode 100644
index 000000000000..11b753103370
--- /dev/null
+++ b/net-im/qutecom/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>voip</herd>
+ <maintainer>
+ <email>chithanh@gentoo.org</email>
+ <name>Chí-Thanh Christopher Nguyễn</name>
+ </maintainer>
+</pkgmetadata>
+
diff --git a/net-im/qutecom/qutecom-2.2_p20110210.ebuild b/net-im/qutecom/qutecom-2.2_p20110210.ebuild
new file mode 100644
index 000000000000..016eb5c7ae4d
--- /dev/null
+++ b/net-im/qutecom/qutecom-2.2_p20110210.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20110210.ebuild,v 1.5 2011/10/01 17:02:59 chithanh Exp $
+
+EAPI="3"
+
+inherit cmake-utils eutils flag-o-matic
+
+DESCRIPTION="Multi-protocol instant messenger and VoIP client"
+HOMEPAGE="http://www.qutecom.org/"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug oss portaudio xv"
+
+RDEPEND="dev-libs/boost
+ dev-libs/glib
+ dev-libs/openssl
+ alsa? ( media-libs/alsa-lib )
+ media-libs/libsamplerate
+ media-libs/libsndfile
+ portaudio? ( media-libs/portaudio )
+ media-libs/speex
+ net-im/pidgin[gnutls]
+ net-libs/gnutls
+ >=net-libs/libosip-3
+ >=net-libs/libeXosip-3
+ net-misc/curl
+ virtual/ffmpeg
+ x11-libs/libX11
+ x11-libs/qt-gui
+ x11-libs/qt-svg
+ x11-libs/qt-webkit
+ xv? ( x11-libs/libXv )"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ <sys-kernel/linux-headers-2.6.38"
+
+pkg_setup() {
+ if has_version "<dev-libs/boost-1.41" && has_version ">=dev-libs/boost-1.41"; then
+ ewarn "QuteCom build system may mix up headers and libraries if versions of"
+ ewarn "dev-libs/boost both before and after 1.41 are installed. If the build"
+ ewarn "fails due to undefined boost symbols, remove older boost."
+ fi
+ # fails to find its libraries with --as-needed, bug #315045
+ append-ldflags $(no-as-needed)
+}
+src_configure() {
+ local mycmakeargs="$(cmake-utils_use_enable portaudio PORTAUDIO_SUPPORT)
+ $(cmake-utils_use_enable alsa PHAPI_AUDIO_ALSA_SUPPORT)
+ $(cmake-utils_use_enable oss PHAPI_AUDIO_OSS_SUPPORT)
+ $(cmake-utils_use_enable xv WENGOPHONE_XV_SUPPORT)
+ -DLIBPURPLE_INTERNAL=OFF
+ -DPORTAUDIO_INTERNAL=OFF
+ -DCMAKE_VERBOSE_MAKEFILE=ON "
+
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ domenu ${PN}/res/${PN}.desktop || die "domenu failed"
+ doicon ${PN}/res/${PN}_64x64.png || die "doicon failed"
+
+}