diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-26 12:28:55 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-26 12:28:55 +0000 |
commit | 3a6b9e0f60a04ce8040e31040fac65afb2d9f2fe (patch) | |
tree | f5ae2dea9e2b0a000f2801e01f9c633c666c7abc /net-im/ktp-call-ui | |
parent | Cleanup. (diff) | |
download | historical-3a6b9e0f60a04ce8040e31040fac65afb2d9f2fe.tar.gz historical-3a6b9e0f60a04ce8040e31040fac65afb2d9f2fe.tar.bz2 historical-3a6b9e0f60a04ce8040e31040fac65afb2d9f2fe.zip |
Version bump KDE Telepathy 0.4.1.
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'net-im/ktp-call-ui')
-rw-r--r-- | net-im/ktp-call-ui/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ktp-call-ui/ktp-call-ui-0.4.1.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog index f6e8e6bef21c..48b9a6e08012 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.1 2012/07/13 14:30:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.2 2012/07/26 12:28:54 johu Exp $ + +*ktp-call-ui-0.4.1 (26 Jul 2012) + + 26 Jul 2012; Johannes Huber <johu@gentoo.org> +ktp-call-ui-0.4.1.ebuild: + Version bump KDE Telepathy 0.4.1. *ktp-call-ui-0.4.0 (13 Jul 2012) diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.4.1.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.4.1.ebuild new file mode 100644 index 000000000000..14c1be203a79 --- /dev/null +++ b/net-im/ktp-call-ui/ktp-call-ui-0.4.1.ebuild @@ -0,0 +1,38 @@ +# 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.4.1.ebuild,v 1.1 2012/07/26 12:28:54 johu Exp $ + +EAPI=4 + +# missing linguas in tarball +#KDE_LINGUAS="bg cs da de en_GB es et fr ga gl hu it ja km lt mai nds nl pl pt +#pt_BR sk sv th tr ug uk zh_TW" +KDE_SCM="git" +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="" +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.1[farstream] +" +RDEPEND="${DEPEND} + || ( + >=net-im/ktp-contact-applet-${PV} + >=net-im/ktp-contact-list-${PV} + >=net-im/ktp-text-ui-${PV} + ) +" |