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 62234138350 for ; Sun, 26 Apr 2020 11:01:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2FD1E0A53; Sun, 26 Apr 2020 11:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8BBA3E0A53 for ; Sun, 26 Apr 2020 11:00:58 +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 0233034F539 for ; Sun, 26 Apr 2020 11:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8FE1F9 for ; Sun, 26 Apr 2020 11:00:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587898729.7178e4a086c67cf45c527dc18287be2ea8b3886a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild X-VCS-Directories: media-video/raspberrypi-omxplayer/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7178e4a086c67cf45c527dc18287be2ea8b3886a X-VCS-Branch: master Date: Sun, 26 Apr 2020 11:00:54 +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: 46929894-f844-488d-b815-c76fc9a93405 X-Archives-Hash: 5d70415a832533caab0ce3662763bb7c commit: 7178e4a086c67cf45c527dc18287be2ea8b3886a Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 10:58:49 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 10:58:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7178e4a0 media-video/raspberrypi-omxplayer: Replace virtual/ffmpeg Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> ...0_p20160217.ebuild => raspberrypi-omxplayer-0_p20160217-r1.ebuild} | 4 ++-- ...0_p20160528.ebuild => raspberrypi-omxplayer-0_p20160528-r2.ebuild} | 4 ++-- ...20160528-r1.ebuild => raspberrypi-omxplayer-0_p20160528-r3.ebuild} | 4 ++-- media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild similarity index 94% rename from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild rename to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild index 4a1c214969f..862d38275e3 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libpcre || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset - virtual/ffmpeg + media-video/ffmpeg x11-apps/xrefresh x11-apps/xset" DEPEND="${RDEPEND} diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild similarity index 94% rename from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild rename to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild index da741441c5d..a5a79ed5c0b 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libpcre || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset - virtual/ffmpeg + media-video/ffmpeg dev-libs/boost media-libs/freetype:2 X? ( diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild similarity index 95% rename from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild rename to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild index 5592e2b50c3..41a9e22a347 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libpcre || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset - virtual/ffmpeg + media-video/ffmpeg dev-libs/boost media-libs/freetype:2 X? ( diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild index 2cac67b90a0..3cefa5dab0e 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ RDEPEND="dev-libs/libpcre || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset - virtual/ffmpeg + media-video/ffmpeg dev-libs/boost media-libs/freetype:2 X? (