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 F16F0138350 for ; Sun, 26 Apr 2020 07:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45633E09BE; Sun, 26 Apr 2020 07:44:57 +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 2BD4FE09BE for ; Sun, 26 Apr 2020 07:44:57 +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 2614934F36E for ; Sun, 26 Apr 2020 07:44:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5011B1B4 for ; Sun, 26 Apr 2020 07:44:24 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587886157.909efe1f994a586dc137bd50613723d6ca17fef4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild X-VCS-Directories: www-plugins/freshplayerplugin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 909efe1f994a586dc137bd50613723d6ca17fef4 X-VCS-Branch: master Date: Sun, 26 Apr 2020 07:44:24 +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: def2acdc-21a8-4f91-852a-8e35e8c166a4 X-Archives-Hash: 666bb847e49f41055738296f4760bd5f commit: 909efe1f994a586dc137bd50613723d6ca17fef4 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 26 07:29:17 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 26 07:29:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909efe1f www-plugins/freshplayerplugin: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild index 488069f26f1..020fa45b2c5 100644 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,13 +10,11 @@ HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers" SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT=0 -IUSE="gles2-only jack libav libressl pulseaudio v4l vaapi vdpau" +IUSE="gles2-only jack libressl pulseaudio v4l vaapi vdpau" KEYWORDS="amd64" -HWDEC_DEPEND=" - libav? ( media-video/libav:0=[vaapi?,vdpau?] ) - !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] ) +HWDEC_DEPEND="media-video/ffmpeg:0=[vaapi?,vdpau?] x11-libs/libvdpau "