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 3CCC31382C5 for ; Sun, 18 Feb 2018 20:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D0ECE0D8A; Sun, 18 Feb 2018 20:28:34 +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 3C647E0D8A for ; Sun, 18 Feb 2018 20:28:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5C27C335C4E for ; Sun, 18 Feb 2018 20:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D185231 for ; Sun, 18 Feb 2018 20:28:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518985649.e03fcabf3b13228947628e82e0f7184d536298a7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e03fcabf3b13228947628e82e0f7184d536298a7 X-VCS-Branch: master Date: Sun, 18 Feb 2018 20:28:30 +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: 7cc69e09-a92c-4ac6-873b-86c607a0bf8a X-Archives-Hash: a75c445a14236a74703c673b7dd1f2b5 commit: e03fcabf3b13228947628e82e0f7184d536298a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 18 20:04:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 18 20:27:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03fcabf media-video/vlc: USE=postproc requires ffmpeg, libpostproc if libav Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 6 ++---- media-video/vlc/vlc-9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index e6c57fbcdd7..7828f28f6fa 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) + postproc? ( ffmpeg ) skins? ( qt5 truetype X xml ) ssl? ( gcrypt ) vaapi? ( ffmpeg X ) @@ -137,10 +138,7 @@ RDEPEND=" opengl? ( virtual/opengl ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= ) - postproc? ( - !libav? ( >=media-video/ffmpeg-3.1.3:0= ) - libav? ( media-libs/libpostproc:0= ) - ) + postproc? ( libav? ( media-libs/libpostproc:0= ) ) projectm? ( media-fonts/dejavu:0 media-libs/libprojectm:0 diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 01717ed6bdc..29da28bc6f5 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) + postproc? ( ffmpeg ) skins? ( qt5 truetype X xml ) ssl? ( gcrypt ) vaapi? ( ffmpeg X ) @@ -137,10 +138,7 @@ RDEPEND=" opengl? ( virtual/opengl ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= ) - postproc? ( - !libav? ( >=media-video/ffmpeg-3.1.3:0= ) - libav? ( media-libs/libpostproc:0= ) - ) + postproc? ( libav? ( media-libs/libpostproc:0= ) ) projectm? ( media-fonts/dejavu:0 media-libs/libprojectm:0