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 Feb 2018 20:39:18
Message-Id: 1519418339.d58abbd7c4055e503abbadc09bedbd6f7815d746.mgorny@gentoo
1 commit: d58abbd7c4055e503abbadc09bedbd6f7815d746
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 23:29:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 20:38:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58abbd7
7
8 media-video/mpv: drop obsolete sdl1 configure option in 9999
9
10 Upstream-commit: https://github.com/mpv-player/mpv/commit/1dcf511376545de7624863b76d7f30dc3bb44ac9
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 Closes: https://github.com/gentoo/gentoo/pull/7263
13
14 media-video/mpv/mpv-9999.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
18 index 4090c392423..e273db3d080 100644
19 --- a/media-video/mpv/mpv-9999.ebuild
20 +++ b/media-video/mpv/mpv-9999.ebuild
21 @@ -195,7 +195,6 @@ src_configure() {
22
23 # Audio outputs:
24 $(use_enable sdl sdl2) # Listed under audio, but also includes video.
25 - --disable-sdl1
26 $(use_enable oss oss-audio)
27 --disable-rsound # Only available in overlays.
28 --disable-sndio # Only available in overlays.