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 5A050138334 for ; Tue, 23 Oct 2018 19:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B4FE08F5; Tue, 23 Oct 2018 19:15:28 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 49399E08F5 for ; Tue, 23 Oct 2018 19:15:28 +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 B7C99335C6F for ; Tue, 23 Oct 2018 19:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E0283F0 for ; Tue, 23 Oct 2018 19:15: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: <1540322092.8b1aefb1303c3689eddffb089b45010d231ad7c2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b1aefb1303c3689eddffb089b45010d231ad7c2 X-VCS-Branch: master Date: Tue, 23 Oct 2018 19:15: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: 6aa2a25c-f9f3-4ea6-a929-42de7bb00911 X-Archives-Hash: 8a1a462629dbf97f3e422523b99a3473 commit: 8b1aefb1303c3689eddffb089b45010d231ad7c2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 23 19:14:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 23 19:14:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1aefb1 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-1.2.0-r4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild index 474afd4d00d..b2f672cd232 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.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=6 @@ -10,7 +10,6 @@ else EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/qt-gstreamer.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 ) "