summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilson Michaels <thebitpit@earthlink.net>2020-06-09 13:10:08 -0500
committerJoonas Niilola <juippis@gentoo.org>2020-06-11 11:03:25 +0300
commit99550218990cfe1711ae5f59973e7a3e0d323c27 (patch)
tree41db24c979bd2d1c6d129a1bef9ed89c72d62415 /media-tv/mythtv
parentmedia-plugins/mythplugins: Bump version 31.0 (diff)
downloadgentoo-99550218990cfe1711ae5f59973e7a3e0d323c27.tar.gz
gentoo-99550218990cfe1711ae5f59973e7a3e0d323c27.tar.bz2
gentoo-99550218990cfe1711ae5f59973e7a3e0d323c27.zip
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 <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/15758 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/mythtv-29.1-r3.ebuild1
-rw-r--r--media-tv/mythtv/mythtv-30.0_p20190808-r3.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/media-tv/mythtv/mythtv-29.1-r3.ebuild b/media-tv/mythtv/mythtv-29.1-r3.ebuild
index a5660a5775ad..36d423879a12 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 d18a3162d6f8..d32bbfce0ae4 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