summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@gentoo.org>2012-11-22 01:19:14 +0000
committerPavlos Ratis <dastergon@gentoo.org>2012-11-22 01:19:14 +0000
commit8a65f4451fe78f903eeaebd66f7d4567c843de5e (patch)
tree602f7c3a50f8355481392534f831132b76b57598 /net-im
parentInitial revision (diff)
downloadgentoo-2-8a65f4451fe78f903eeaebd66f7d4567c843de5e.tar.gz
gentoo-2-8a65f4451fe78f903eeaebd66f7d4567c843de5e.tar.bz2
gentoo-2-8a65f4451fe78f903eeaebd66f7d4567c843de5e.zip
Version bump KDE Telepathy 0.5.1
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ktp-call-ui/ChangeLog7
-rw-r--r--net-im/ktp-call-ui/ktp-call-ui-0.5.1.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog
index 374cb6485c9d..182a0039d548 100644
--- a/net-im/ktp-call-ui/ChangeLog
+++ b/net-im/ktp-call-ui/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-call-ui
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.5 2012/10/08 20:24:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.6 2012/11/22 01:19:14 dastergon Exp $
+
+*ktp-call-ui-0.5.1 (22 Nov 2012)
+
+ 22 Nov 2012; Pavlos Ratis <dastergon@gentoo.org> +ktp-call-ui-0.5.1.ebuild:
+ Version bump KDE Telepathy 0.5.1
08 Oct 2012; Johannes Huber <johu@gentoo.org> ktp-call-ui-0.4.1.ebuild,
ktp-call-ui-0.5.0.ebuild:
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.1.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.1.ebuild
new file mode 100644
index 000000000000..be620cd770ae
--- /dev/null
+++ b/net-im/ktp-call-ui/ktp-call-ui-0.5.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.5.1.ebuild,v 1.1 2012/11/22 01:19:14 dastergon Exp $
+
+EAPI=4
+
+KDE_LINGUAS="ca cs da de el es et fi ga hu it ja lt nl
+pl pt pt_BR sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk
+zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy audio/video conferencing ui"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ KEYWORDS=""
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ >=media-libs/qt-gstreamer-0.10.2
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/telepathy-farstream
+ >=net-libs/telepathy-qt-0.9.3[farstream]
+"
+RDEPEND="${DEPEND}
+ || (
+ >=net-im/ktp-contact-applet-${PV}
+ >=net-im/ktp-contact-list-${PV}
+ >=net-im/ktp-text-ui-${PV}
+ )
+"