From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-899900-garchives=archives.gentoo.org@lists.gentoo.org>
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 577BB138330
	for <garchives@archives.gentoo.org>; Sun,  4 Sep 2016 16:22:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4BCF421C043;
	Sun,  4 Sep 2016 16:22:11 +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 B59C221C06B
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Sep 2016 16:22:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0657F340821
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Sep 2016 16:22:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 196B92469
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Sep 2016 16:22:06 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1473006085.c9577bf440b1915152b82a4265596dc4f00a65c7.eva@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cheese/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-video/cheese/cheese-3.20.2.ebuild
X-VCS-Directories: media-video/cheese/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: c9577bf440b1915152b82a4265596dc4f00a65c7
X-VCS-Branch: master
Date: Sun,  4 Sep 2016 16:22:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 39566f9e-ff10-45f2-99f9-d560680e1ebe
X-Archives-Hash: 3ab7ac65809baa82ded84d2fdf7e7b8c

commit:     c9577bf440b1915152b82a4265596dc4f00a65c7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 14:34:05 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 16:21:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9577bf4

media-video/cheese: raise gstreamer dependencies to 1.4, drop unused libgudev

gstreamer-1.4 is needed for GstDeviceMonitor which is used to drop libgudev. Bring all gstreamer components up at the same time.

Package-Manager: portage-2.3.0

 media-video/cheese/cheese-3.20.2.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-video/cheese/cheese-3.20.2.ebuild b/media-video/cheese/cheese-3.20.2.ebuild
index 6b934d8..6e2be54 100644
--- a/media-video/cheese/cheese-3.20.2.ebuild
+++ b/media-video/cheese/cheese-3.20.2.ebuild
@@ -31,19 +31,18 @@ COMMON_DEPEND="
 	x11-libs/libX11
 	x11-libs/libXtst
 
-	media-libs/gstreamer:1.0[introspection?]
-	media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
+	>=media-libs/gstreamer-1.4:1.0[introspection?]
+	>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X]
 
-	virtual/libgudev:=
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
 "
 RDEPEND="${COMMON_DEPEND}
 	>=media-libs/gst-plugins-bad-1.4:1.0
-	media-libs/gst-plugins-good:1.0
+	>=media-libs/gst-plugins-good-1.4:1.0
 
-	media-plugins/gst-plugins-jpeg:1.0
-	media-plugins/gst-plugins-v4l2:1.0
-	media-plugins/gst-plugins-vpx:1.0
+	>=media-plugins/gst-plugins-jpeg-1.4:1.0
+	>=media-plugins/gst-plugins-v4l2-1.4:1.0
+	>=media-plugins/gst-plugins-vpx-1.4:1.0
 "
 DEPEND="${COMMON_DEPEND}
 	$(vala_depend)