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 B2E3F1396D9 for ; Mon, 23 Oct 2017 12:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECC782BC016; Mon, 23 Oct 2017 12:13:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB2AD2BC016 for ; Mon, 23 Oct 2017 12:13:54 +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 A381633BEB4 for ; Mon, 23 Oct 2017 12:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4698F316 for ; Mon, 23 Oct 2017 12:13:52 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1508760825.549f9b5f320c3e0032551e0da821d1151ea764df.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/files/, media-video/mplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch media-video/mplayer/mplayer-1.3.0-r3.ebuild X-VCS-Directories: media-video/mplayer/files/ media-video/mplayer/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 549f9b5f320c3e0032551e0da821d1151ea764df X-VCS-Branch: master Date: Mon, 23 Oct 2017 12:13:52 +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: eebb3013-59ef-49c1-938e-6ae421744378 X-Archives-Hash: f067610d2de43e621a7a4911ab40bd4f commit: 549f9b5f320c3e0032551e0da821d1151ea764df Author: Alexis Ballier gentoo org> AuthorDate: Mon Oct 23 12:13:40 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Oct 23 12:13:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549f9b5f media-video/mplayer: backport upstream patch fixing vdpau build with latest ffmpeg, bug #625650 Package-Manager: Portage-2.3.12, Repoman-2.3.3 media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch | 19 +++++++++++++++++++ media-video/mplayer/mplayer-1.3.0-r3.ebuild | 2 ++ 2 files changed, 21 insertions(+) diff --git a/media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch b/media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch new file mode 100644 index 00000000000..ae21941a8aa --- /dev/null +++ b/media-video/mplayer/files/mplayer-1.3-vdpau-x11.patch @@ -0,0 +1,19 @@ +r37932 | al | 2017-04-20 01:06:04 +0200 (Thu, 20 Apr 2017) | 6 lines + +vo_vdpau: Explicitly include header vdpau_x11.h + +The include from inside libavcodec/vdpau.h was removed in FFmpeg +commit d40e181bec22014a9ea312ab6837f7f0bc4f9e42 . + +Index: libvo/vo_vdpau.c +=================================================================== +--- libvo/vo_vdpau.c (revision 37931) ++++ libvo/vo_vdpau.c (revision 37932) +@@ -34,6 +34,7 @@ + + #include + #include ++#include + + #include "config.h" + #include "sub/ass_mp.h" diff --git a/media-video/mplayer/mplayer-1.3.0-r3.ebuild b/media-video/mplayer/mplayer-1.3.0-r3.ebuild index d1900e1ba1d..9283124a63f 100644 --- a/media-video/mplayer/mplayer-1.3.0-r3.ebuild +++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild @@ -185,6 +185,8 @@ REQUIRED_USE=" xvmc? ( xv )" RESTRICT="faac? ( bindist )" +PATCHES=( "${FILESDIR}/${PN}-1.3-vdpau-x11.patch" ) + pkg_setup() { if [[ ${PV} == *9999* ]]; then elog