Gentoo Archives: gentoo-commits

From: Luca Barbato <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libav/
Date: Tue, 17 Oct 2017 10:13:41
Message-Id: 1508235213.94cddf332533c623aea732db9aa1eb106e36a3a6.lu_zero@gentoo
1 commit: 94cddf332533c623aea732db9aa1eb106e36a3a6
2 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 10:12:57 2017 +0000
4 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 10:13:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cddf33
7
8 media-video/libav: Update to current git
9
10 The outdev support is dropped upstream due inherent brokeness:
11 since the output does not have a mean to rate-control or synchronization
12 it cannot be really used in most situation.
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.2
15
16 media-video/libav/libav-9999.ebuild | 5 +----
17 1 file changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild
20 index 53e4dbcf9f8..1bba920f5df 100644
21 --- a/media-video/libav/libav-9999.ebuild
22 +++ b/media-video/libav/libav-9999.ebuild
23 @@ -220,10 +220,7 @@ multilib_src_configure() {
24 use ${i} || myconf+=( --disable-indev=${i} )
25 done
26 use X && myconf+=( --enable-libxcb )
27 - # Outdevs
28 - for i in alsa oss ; do
29 - use ${i} || myconf+=( --disable-outdev=${i} )
30 - done
31 +
32 # libavfilter options
33 use bs2b && myconf+=( --enable-libbs2b )
34 multilib_is_native_abi && use frei0r && myconf+=( --enable-frei0r )