diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-25 18:39:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-25 19:35:10 +0200 |
commit | 0fe458b71f44c149344c78c598d0b6afac53200d (patch) | |
tree | dc458a54df4fb5854ec930ffdeabc0d7581eb668 /www-plugins | |
parent | media-gfx/maim: Drop old (diff) | |
download | gentoo-0fe458b71f44c149344c78c598d0b6afac53200d.tar.gz gentoo-0fe458b71f44c149344c78c598d0b6afac53200d.tar.bz2 gentoo-0fe458b71f44c149344c78c598d0b6afac53200d.zip |
www-plugins/freshplayerplugin: libva is always needed (#644936)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild index 4348e877cbfe..10431d90e8bc 100644 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~amd64" HWDEC_DEPEND=" libav? ( media-video/libav:0=[vaapi?,vdpau?] ) !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] ) - x11-libs/libva:= x11-libs/libvdpau " @@ -33,6 +32,7 @@ COMMON_DEPEND=" x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libdrm:= + x11-libs/libva:= x11-libs/pango:=[X] jack? ( media-sound/jack-audio-connection-kit |