Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 28 Dec 2015 14:07:35
Message-Id: 1451306838.810e79822f39d8044a242d688fa09ed5a60139da.idella4@gentoo
1 commit: 810e79822f39d8044a242d688fa09ed5a60139da
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 22 18:11:12 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 12:47:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810e7982
7
8 media-video/mpv: explicitly enable audio input in Video4Linux streams
9
10 Package-Manager: portage-2.2.24
11
12 media-video/mpv/mpv-9999.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index 94ad5bc..91a70b2 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -43,6 +43,7 @@ REQUIRED_USE="
20 opengl? ( || ( wayland X ) )
21 pvr? ( v4l )
22 uchardet? ( iconv )
23 + v4l? ( || ( alsa oss ) )
24 vaapi? ( X )
25 vdpau? ( X )
26 wayland? ( opengl )
27 @@ -239,6 +240,7 @@ src_configure() {
28 $(use_enable v4l tv)
29 $(use_enable v4l tv-v4l2)
30 $(use_enable v4l libv4l2)
31 + $(use_enable v4l audio-input)
32 $(use_enable pvr)
33 $(use_enable dvb dvbin)
34 )