From: Mikle Kolyada Date: Sun, 26 Apr 2020 07:29:17 +0000 (+0300) Subject: www-plugins/freshplayerplugin: migrate from libav X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=909efe1f994a586dc137bd50613723d6ca17fef4;p=gentoo.git www-plugins/freshplayerplugin: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild index 488069f26f18..020fa45b2c55 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 "