Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/
Date: Sun, 26 Apr 2020 07:44:57
Message-Id: 1587886157.909efe1f994a586dc137bd50613723d6ca17fef4.zlogene@gentoo
1 commit: 909efe1f994a586dc137bd50613723d6ca17fef4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 07:29:17 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 07:29:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909efe1f
7
8 www-plugins/freshplayerplugin: migrate from libav
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild
17 index 488069f26f1..020fa45b2c5 100644
18 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild
19 +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,13 +10,11 @@ HOMEPAGE="https://github.com/i-rinat/freshplayerplugin"
27 DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers"
28 SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 SLOT=0
30 -IUSE="gles2-only jack libav libressl pulseaudio v4l vaapi vdpau"
31 +IUSE="gles2-only jack libressl pulseaudio v4l vaapi vdpau"
32
33 KEYWORDS="amd64"
34
35 -HWDEC_DEPEND="
36 - libav? ( media-video/libav:0=[vaapi?,vdpau?] )
37 - !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
38 +HWDEC_DEPEND="media-video/ffmpeg:0=[vaapi?,vdpau?]
39 x11-libs/libvdpau
40 "