diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-26 10:29:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-26 10:29:17 +0300 |
commit | 909efe1f994a586dc137bd50613723d6ca17fef4 (patch) | |
tree | 61503bafd6c0df898f647ecd4408b18c1e9377b5 /www-plugins | |
parent | media-video/yle-dl: remove libav IUSE (diff) | |
download | gentoo-909efe1f994a586dc137bd50613723d6ca17fef4.tar.gz gentoo-909efe1f994a586dc137bd50613723d6ca17fef4.tar.bz2 gentoo-909efe1f994a586dc137bd50613723d6ca17fef4.zip |
www-plugins/freshplayerplugin: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild | 8 |
1 files 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 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 " |