From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC41B1393F1 for ; Tue, 15 Sep 2015 12:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 315FA21C026; Tue, 15 Sep 2015 12:56:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEE0E21C026 for ; Tue, 15 Sep 2015 12:56:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C222D340754 for ; Tue, 15 Sep 2015 12:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0587318B for ; Tue, 15 Sep 2015 12:56:12 +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: <1442321754.b50cd4218102c08ab6ebbc7b423f794e91327880.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: b50cd4218102c08ab6ebbc7b423f794e91327880 X-VCS-Branch: master Date: Tue, 15 Sep 2015 12:56:12 +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: ab384e7c-6a4a-44c8-8335-9453913cd77c X-Archives-Hash: d2c0c05e9bada3fd7c4897ae5d5bc11d commit: b50cd4218102c08ab6ebbc7b423f794e91327880 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 15 12:15:39 2015 +0000 Commit: Luca Barbato gentoo org> CommitDate: Tue Sep 15 12:55:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50cd421 media-libs/xine-lib: fix build with ffmpeg git master Package-Manager: portage-2.2.20.1 media-video/libav/libav-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 3222da1..503d6e6 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -99,10 +99,7 @@ RDEPEND=" vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[${MULTILIB_USEDEP}] ) - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] - ) + X? ( >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " @@ -131,7 +128,7 @@ RDEPEND="${RDEPEND} # x264 requires gpl2 REQUIRED_USE=" rtmp? ( network ) - amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) X? ( gpl ) cdio? ( gpl ) x265? ( gpl ) + amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) cdio? ( gpl ) x265? ( gpl ) test? ( encode zlib ) fontconfig? ( truetype ) "