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 C84F513888F for ; Thu, 29 Oct 2015 07:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B01921C001; Thu, 29 Oct 2015 07:05:10 +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 CFA4D21C001 for ; Thu, 29 Oct 2015 07:05:09 +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 7AB4934073B for ; Thu, 29 Oct 2015 07:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B7F1968 for ; Thu, 29 Oct 2015 07:05:03 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1446102265.1314b5434b794a67d1d52318c7e4732c70af2c86.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-2.2.1-r1.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 1314b5434b794a67d1d52318c7e4732c70af2c86 X-VCS-Branch: master Date: Thu, 29 Oct 2015 07:05:03 +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: 4009cd8a-9b2f-45e1-84f9-8d57ec491e82 X-Archives-Hash: 69c5e0f8a16268f5dc5d116c30a930ba commit: 1314b5434b794a67d1d52318c7e4732c70af2c86 Author: Amy Winston gentoo org> AuthorDate: Thu Oct 29 07:03:25 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Thu Oct 29 07:04:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1314b543 media-video/vlc: use for vdpau and skins changed bug #556860 and #563398. By sdnick484. Package-Manager: portage-2.2.20.1 media-video/vlc/vlc-2.2.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/vlc/vlc-2.2.1-r1.ebuild b/media-video/vlc/vlc-2.2.1-r1.ebuild index be3ece4..be8d381 100644 --- a/media-video/vlc/vlc-2.2.1-r1.ebuild +++ b/media-video/vlc/vlc-2.2.1-r1.ebuild @@ -203,8 +203,9 @@ REQUIRED_USE=" qt4? ( X !qt5 ) qt5? ( X !qt4 ) sdl? ( X ) - skins? ( truetype X ^^ ( qt4 qt5 ) ) + skins? ( truetype X xml ^^ ( qt4 qt5 ) ) vaapi? ( avcodec X ) + vdpau? ( xcb ) vlm? ( encode ) xv? ( xcb ) "