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 9D058138334 for ; Thu, 6 Dec 2018 09:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83A45E08BB; Thu, 6 Dec 2018 09:51:30 +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 559A3E08BB for ; Thu, 6 Dec 2018 09:51:30 +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 D3529335C7D for ; Thu, 6 Dec 2018 09:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F9D04DA for ; Thu, 6 Dec 2018 09:51:26 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1544089830.4acdafc696020a5e4ab881443982314bf36722d6.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/peek/peek-1.3.1-r1.ebuild media-video/peek/peek-1.3.1.ebuild X-VCS-Directories: media-video/peek/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 4acdafc696020a5e4ab881443982314bf36722d6 X-VCS-Branch: master Date: Thu, 6 Dec 2018 09:51:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2802fea-ae03-4755-bafa-8984c47cd6a1 X-Archives-Hash: 5e56b0317fc050a1ab85fc23d913b642 commit: 4acdafc696020a5e4ab881443982314bf36722d6 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Dec 6 09:48:52 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Dec 6 09:50:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acdafc6 media-video/peek: depend on ffmpeg[vpx] Closes: https://bugs.gentoo.org/672586 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Bernard Cafarelli gentoo.org> media-video/peek/{peek-1.3.1.ebuild => peek-1.3.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/peek/peek-1.3.1.ebuild b/media-video/peek/peek-1.3.1-r1.ebuild similarity index 93% rename from media-video/peek/peek-1.3.1.ebuild rename to media-video/peek/peek-1.3.1-r1.ebuild index 8715e8e623a..d6a13683e4e 100644 --- a/media-video/peek/peek-1.3.1.ebuild +++ b/media-video/peek/peek-1.3.1-r1.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 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="keybinder test" RDEPEND=">=dev-libs/glib-2.38:2 - media-video/ffmpeg[X,encode] + media-video/ffmpeg[X,encode,vpx] virtual/imagemagick-tools >=x11-libs/gtk+-3.14:3 keybinder? ( dev-libs/keybinder:3 )"