Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Wed, 28 Dec 2016 00:18:34
Message-Id: 1482883807.fa333fed564750f7bc5e22125647b059dcaeab6c.monsieurp@gentoo
1 commit: fa333fed564750f7bc5e22125647b059dcaeab6c
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 25 23:09:29 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 00:10:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa333fed
7
8 media-video/mpv: make vdpau hwaccel non-automagic again in 9999.
9
10 This was a workaround for bug 558870, but it isn't needed anymore
11 since libav-12 is a must now.
12
13 Also update a couple of other configure options while at it.
14
15 Package-Manager: Portage-2.3.3, Repoman-2.3.1
16 Closes: https://github.com/gentoo/gentoo/pull/3247
17
18 media-video/mpv/mpv-9999.ebuild | 5 +++--
19 1 file changed, 3 insertions(+), 2 deletions(-)
20
21 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
22 index eca1e35..f806815 100644
23 --- a/media-video/mpv/mpv-9999.ebuild
24 +++ b/media-video/mpv/mpv-9999.ebuild
25 @@ -193,6 +193,7 @@ src_configure() {
26 --disable-sdl1
27 $(use_enable oss oss-audio)
28 --disable-rsound # Only available in overlays.
29 + --disable-sndio # Only available in overlays.
30 $(use_enable pulseaudio pulse)
31 $(use_enable jack)
32 $(use_enable openal)
33 @@ -233,8 +234,8 @@ src_configure() {
34 # HWaccels:
35 # Automagic Video Toolbox HW acceleration. See Gentoo bug 577332.
36 $(use_enable vaapi vaapi-hwaccel)
37 - # Automagic VDPAU HW acceleration. See Gentoo bug 558870.
38 - --disable-cuda # No support in ffmpeg. See Gentoo bug 595450.
39 + $(use_enable vdpau vdpau-hwaccel)
40 + --disable-cuda-hwaccel # No support in ffmpeg. See Gentoo bug 595450.
41
42 # TV features:
43 $(use_enable v4l tv)