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 20F741381F3 for ; Thu, 11 Jun 2020 08:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667A5E0958; Thu, 11 Jun 2020 08:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4F0C1E0958 for ; Thu, 11 Jun 2020 08:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6B22734EBD8 for ; Thu, 11 Jun 2020 08:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2106D28D for ; Thu, 11 Jun 2020 08:03:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591862605.99550218990cfe1711ae5f59973e7a3e0d323c27.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/mythtv-29.1-r3.ebuild media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild X-VCS-Directories: media-tv/mythtv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 99550218990cfe1711ae5f59973e7a3e0d323c27 X-VCS-Branch: master Date: Thu, 11 Jun 2020 08:03:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc271303-531c-449b-be66-416dcf818691 X-Archives-Hash: ffcfca2196a16ac717ee72350e5a9ad8 commit: 99550218990cfe1711ae5f59973e7a3e0d323c27 Author: Wilson Michaels earthlink net> AuthorDate: Tue Jun 9 18:10:08 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 11 08:03:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99550218 media-tv/mythtv: Patch QPainterPath in mythtv-29.1 & 30.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Wilson Michaels earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/15758 Signed-off-by: Joonas Niilola gentoo.org> media-tv/mythtv/mythtv-29.1-r3.ebuild | 1 + media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-tv/mythtv/mythtv-29.1-r3.ebuild b/media-tv/mythtv/mythtv-29.1-r3.ebuild index a5660a5775a..36d423879a1 100644 --- a/media-tv/mythtv/mythtv-29.1-r3.ebuild +++ b/media-tv/mythtv/mythtv-29.1-r3.ebuild @@ -158,6 +158,7 @@ MYTHTV_GROUPS="video,audio,tty,uucp" PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1.patch" "${FILESDIR}/${P}-Fix_create_webbrowser_window.patch" + "${FILESDIR}/${P}-Include_QPainterPath.patch" ) pkg_setup() { diff --git a/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild b/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild index d18a3162d6f..d32bbfce0ae 100644 --- a/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild +++ b/media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild @@ -147,6 +147,7 @@ PATCHES=( "${FILESDIR}/${P}-Fix_Dereferencing_type-punned_pointer.patch" "${FILESDIR}/${P}-Fix_unitialized_variables.patch" "${FILESDIR}/${PN}-29.1-Fix_create_webbrowser_window.patch" + "${FILESDIR}/${P}-Include_QPainterPath.patch" ) # mythtv and mythplugins are separate builds in the github mythtv project