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 9C861138334 for ; Tue, 23 Oct 2018 19:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00184E08F7; Tue, 23 Oct 2018 19:17:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCAC1E08F7 for ; Tue, 23 Oct 2018 19:17:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4D4C8335CF5 for ; Tue, 23 Oct 2018 19:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52F313F0 for ; Tue, 23 Oct 2018 19:17:04 +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: <1540322183.f3661ec48f0b3c6d3eeb741f8b5ac9f8d6223ad6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f3661ec48f0b3c6d3eeb741f8b5ac9f8d6223ad6 X-VCS-Branch: master Date: Tue, 23 Oct 2018 19:17:04 +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: c708ddd1-95e3-4955-9b3c-39448991780d X-Archives-Hash: cfb6cb3b2895f9d51f37e43186f66d97 commit: f3661ec48f0b3c6d3eeb741f8b5ac9f8d6223ad6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 23 19:14:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 23 19:16:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3661ec4 media-libs/qt-gstreamer: Add missing dev-util/glib-utils DEPEND Closes: https://bugs.gentoo.org/669454 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild index efade09236..ce77c12539 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ else EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/${PN}.git" inherit git-r3 fi - inherit cmake-utils DESCRIPTION="C++ bindings for GStreamer with a Qt-style API" @@ -21,8 +20,8 @@ SLOT="0" IUSE="test" RDEPEND=" - dev-libs/glib:2 dev-libs/boost:= + dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 @@ -32,6 +31,7 @@ RDEPEND=" media-libs/gst-plugins-base:1.0 " DEPEND="${RDEPEND} + dev-util/glib-utils test? ( dev-qt/qttest:5 ) "