Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 23 Jun 2017 13:50:53
Message-Id: 1498225837.bf671d0e7358aee0db0cd9c0b6feff5621603327.mgorny@gentoo
1 commit: bf671d0e7358aee0db0cd9c0b6feff5621603327
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 19 20:18:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 13:50:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf671d0e
7
8 media-video/mpv: remove vf-dlopen USE from 9999
9
10 Bug: https://bugs.gentoo.org/622246
11 Closes: https://github.com/gentoo/gentoo/pull/4961
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13 Upstream-commit: https://github.com/mpv-player/mpv/commit/c680cfd18a09f9a023926db0b3a90f69e8651b37
14
15 media-video/mpv/mpv-9999.ebuild | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
19 index 495c3b58b02..18969a319dd 100644
20 --- a/media-video/mpv/mpv-9999.ebuild
21 +++ b/media-video/mpv/mpv-9999.ebuild
22 @@ -30,8 +30,7 @@ SLOT="0"
23 IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb
24 dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua
25 luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl
26 - selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X +xv
27 - zsh-completion"
28 + selinux test tools +uchardet v4l vaapi vdpau wayland +X +xv zsh-completion"
29
30 REQUIRED_USE="
31 || ( cli libmpv )
32 @@ -178,7 +177,6 @@ src_configure() {
33
34 $(use_enable doc pdf-build)
35 $(use_enable cplugins)
36 - $(use_enable vf-dlopen vf-dlopen-filters)
37 $(use_enable zsh-completion zsh-comp)
38 $(use_enable test)