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 2EDEB1382EE for ; Tue, 5 Jul 2016 09:41:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53676E0AE6; Tue, 5 Jul 2016 09:41:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6621E0AE6 for ; Tue, 5 Jul 2016 09:41:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7FA7340C50 for ; Tue, 5 Jul 2016 09:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F198C2430 for ; Tue, 5 Jul 2016 09:41:03 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1467711651.bf326b70f735d9599e39b75415245ea784227e80.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/files/, x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch x11-wm/xpra/xpra-0.17.4.ebuild X-VCS-Directories: x11-wm/xpra/files/ x11-wm/xpra/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: bf326b70f735d9599e39b75415245ea784227e80 X-VCS-Branch: master Date: Tue, 5 Jul 2016 09:41: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: 599a71c9-645f-4270-8c26-43e92176bcd1 X-Archives-Hash: 6f1b3d8073194e06575d0b2e45eb057b commit: bf326b70f735d9599e39b75415245ea784227e80 Author: Michael Weber gentoo org> AuthorDate: Tue Jul 5 09:40:14 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Jul 5 09:40:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf326b70 x11-wm/xpra: Make deprecated avcodec_decode_video2 non-fatal (see bug 588006). Package-Manager: portage-2.2.28 x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch | 11 +++++++++++ x11-wm/xpra/xpra-0.17.4.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch b/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch new file mode 100644 index 0000000..13bd4be --- /dev/null +++ b/x11-wm/xpra/files/xpra-0.17.4-deprecated-avcodec.patch @@ -0,0 +1,11 @@ +--- xpra-0.17.4/setup.py ++++ xpra-0.17.4/setup.py +@@ -660,7 +660,7 @@ + "-Wno-unused-function", + "-Wno-sometimes-uninitialized"] + elif get_gcc_version()>=[4, 4]: +- eifd = ["-Werror", ++ eifd = ["-Werror", "-Wno-error=deprecated-declarations", + #CentOS 6.x gives us some invalid warnings in nvenc, ignore those: + #"-Wno-error=uninitialized", + #needed on Debian and Ubuntu to avoid this error: diff --git a/x11-wm/xpra/xpra-0.17.4.ebuild b/x11-wm/xpra/xpra-0.17.4.ebuild index 4b4e709..9484fcc 100644 --- a/x11-wm/xpra/xpra-0.17.4.ebuild +++ b/x11-wm/xpra/xpra-0.17.4.ebuild @@ -88,7 +88,8 @@ python_prepare_all() { epatch \ "${FILESDIR}"/${PN}-0.13.1-ignore-gentoo-no-compile.patch \ - "${FILESDIR}"/${PN}-0.16.2-prefix.patch + "${FILESDIR}"/${PN}-0.16.2-prefix.patch \ + "${FILESDIR}"/${PN}-0.17.4-deprecated-avcodec.patch if use libav ; then if ! has_version ">=media-video/libav-9" ; then