Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Thu, 04 May 2017 16:28:55
Message-Id: 1493915255.85964ce4f83434c6a6422878947732c0a11c29a0.soap@gentoo
1 commit: 85964ce4f83434c6a6422878947732c0a11c29a0
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 27 19:57:37 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 16:27:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85964ce4
7
8 media-video/mpv: adjust libsdl2 dependency in 9999
9
10 Having X or wayland USE requirements for libsdl2 is pointless.
11 If you can enable X or wayland USE for mpv, you don't need sdl.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 media-video/mpv/mpv-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
19 index 8c48163f3a7..5ef99916879 100644
20 --- a/media-video/mpv/mpv-9999.ebuild
21 +++ b/media-video/mpv/mpv-9999.ebuild
22 @@ -95,7 +95,7 @@ COMMON_DEPEND="
23 )
24 rubberband? ( >=media-libs/rubberband-1.8.0 )
25 samba? ( net-fs/samba[smbclient(+)] )
26 - sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
27 + sdl? ( media-libs/libsdl2[sound,threads,video] )
28 v4l? ( media-libs/libv4l )
29 vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] )
30 vdpau? ( >=x11-libs/libvdpau-0.2 )