diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-11 15:13:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-11 15:13:36 +0000 |
commit | 9ccf002d86d2f968b42df0408fd218172b1da403 (patch) | |
tree | 9e45c9025163ea6732775b8fe96556c873a4f102 /net-im | |
parent | Version bump to 0.6.0 release. (diff) | |
download | gentoo-2-9ccf002d86d2f968b42df0408fd218172b1da403.tar.gz gentoo-2-9ccf002d86d2f968b42df0408fd218172b1da403.tar.bz2 gentoo-2-9ccf002d86d2f968b42df0408fd218172b1da403.zip |
Version bump to 0.6.0 release.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-call-ui/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ktp-call-ui/ktp-call-ui-0.6.0.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 2e144450d90c..d63419bd3b45 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.7 2013/01/21 14:22:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.8 2013/04/11 15:13:36 scarabeus Exp $ + +*ktp-call-ui-0.6.0 (11 Apr 2013) + + 11 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ktp-call-ui-0.6.0.ebuild: + Version bump to 0.6.0 release. *ktp-call-ui-0.5.2 (21 Jan 2013) diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild new file mode 100644 index 000000000000..be9449036a31 --- /dev/null +++ b/net-im/ktp-call-ui/ktp-call-ui-0.6.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 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.6.0.ebuild,v 1.1 2013/04/11 15:13:36 scarabeus Exp $ + +EAPI=4 + +KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl +pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug 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/stable/kde-telepathy/${PV}/src/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +LICENSE="GPL-2" +SLOT="4" +IUSE="debug v4l" + +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} + ) + v4l? ( media-plugins/gst-plugins-v4l2:0.10 ) +" |