From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09055139694 for ; Fri, 2 Jun 2017 00:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA30E0C39; Fri, 2 Jun 2017 00:38:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29AAFE0C39 for ; Fri, 2 Jun 2017 00:38:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 336B0341776 for ; Fri, 2 Jun 2017 00:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 415127476 for ; Fri, 2 Jun 2017 00:38:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496363870.e250332ae287a8b438d028ba2dcfcf4471186dc0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild X-VCS-Directories: media-libs/phonon-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e250332ae287a8b438d028ba2dcfcf4471186dc0 X-VCS-Branch: master Date: Fri, 2 Jun 2017 00:38:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 93689811-3414-416e-987d-a7eb56f20fa4 X-Archives-Hash: a0e70cff938ff8c57d817d49302f419e commit: e250332ae287a8b438d028ba2dcfcf4471186dc0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 2 00:12:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 2 00:37:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e250332a media-libs/phonon-gstreamer: DEPEND on >=Qt-4.8.7, warn on phonon-gstreamer-4.9.0-r1.ebuild} | 22 +++++++++++++--------- .../phonon-gstreamer/phonon-gstreamer-9999.ebuild | 20 ++++++++++++-------- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild similarity index 79% copy from media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild copy to media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild index 2bcb89acddb..3caf47c96cd 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV} if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" + KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" else EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" ) inherit git-r3 @@ -21,7 +21,7 @@ HOMEPAGE="https://phonon.kde.org/" LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )" SLOT="0" -IUSE="alsa debug +network +qt4 qt5" +IUSE="alsa debug +network qt4 +qt5" REQUIRED_USE="|| ( qt4 qt5 )" @@ -30,12 +30,14 @@ RDEPEND=" dev-libs/libxml2:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 - media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis] >=media-libs/phonon-4.9.0[qt4?,qt5?] + media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis] + virtual/opengl + network? ( media-plugins/gst-plugins-soup:1.0 ) qt4? ( - dev-qt/qtcore:4[glib] - dev-qt/qtgui:4[glib] - dev-qt/qtopengl:4 + >=dev-qt/qtcore-4.8.7-r2:4[glib] + >=dev-qt/qtgui-4.8.7:4[glib] + >=dev-qt/qtopengl-4.8.7:4 !