From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21EBF1396D9 for ; Tue, 17 Oct 2017 10:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57BD82BC002; Tue, 17 Oct 2017 10:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 384892BC002 for ; Tue, 17 Oct 2017 10:13:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D46EF33BEAC for ; Tue, 17 Oct 2017 10:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6769F31A for ; Tue, 17 Oct 2017 10:13:37 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1508235213.94cddf332533c623aea732db9aa1eb106e36a3a6.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libav/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/libav/libav-9999.ebuild X-VCS-Directories: media-video/libav/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 94cddf332533c623aea732db9aa1eb106e36a3a6 X-VCS-Branch: master Date: Tue, 17 Oct 2017 10:13:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 85c8c9f3-dc24-42c2-9cac-f02b79f752e6 X-Archives-Hash: 3a91b6bbbe2fc3181c80a170574af06e commit: 94cddf332533c623aea732db9aa1eb106e36a3a6 Author: Luca Barbato gentoo org> AuthorDate: Tue Oct 17 10:12:57 2017 +0000 Commit: Luca Barbato gentoo org> CommitDate: Tue Oct 17 10:13:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cddf33 media-video/libav: Update to current git The outdev support is dropped upstream due inherent brokeness: since the output does not have a mean to rate-control or synchronization it cannot be really used in most situation. Package-Manager: Portage-2.3.8, Repoman-2.3.2 media-video/libav/libav-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 53e4dbcf9f8..1bba920f5df 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -220,10 +220,7 @@ multilib_src_configure() { use ${i} || myconf+=( --disable-indev=${i} ) done use X && myconf+=( --enable-libxcb ) - # Outdevs - for i in alsa oss ; do - use ${i} || myconf+=( --disable-outdev=${i} ) - done + # libavfilter options use bs2b && myconf+=( --enable-libbs2b ) multilib_is_native_abi && use frei0r && myconf+=( --enable-frei0r )