diff options
author | Wilson Michaels <thebitpit@austincustomerrands.com> | 2020-12-15 01:07:39 -0600 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-17 19:19:12 +0200 |
commit | f02b4f542679eec13fe4563d54b669604e47a1ec (patch) | |
tree | 0b90136d8386d608728c804bf9139254876d08d2 /media-plugins/mythplugins | |
parent | media-libs/a52dec: drop old (diff) | |
download | gentoo-f02b4f542679eec13fe4563d54b669604e47a1ec.tar.gz gentoo-f02b4f542679eec13fe4563d54b669604e47a1ec.tar.bz2 gentoo-f02b4f542679eec13fe4563d54b669604e47a1ec.zip |
media-tv/mythtv: Support Python 3.8
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com>
Closes: https://github.com/gentoo/gentoo/pull/18661
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/mythplugins')
-rw-r--r-- | media-plugins/mythplugins/mythplugins-31.0-r1.ebuild (renamed from media-plugins/mythplugins/mythplugins-31.0.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-plugins/mythplugins/mythplugins-31.0.ebuild b/media-plugins/mythplugins/mythplugins-31.0-r1.ebuild index db12f69a741a..c943e976e8cd 100644 --- a/media-plugins/mythplugins/mythplugins-31.0.ebuild +++ b/media-plugins/mythplugins/mythplugins-31.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 # Grab only the major version number. MAJOR_PV=${PV%%.*} -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" #BACKPORTS="03f44039848bd09444ff4baa8dc158bd61454079" @@ -22,8 +22,8 @@ LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" SLOT="0" -MYTHPLUGINS="mytharchive +mythbrowser mythgame \ -mythmusic mythnetvision +mythnews +mythweather mythzmserver mythzoneminder" +MYTHPLUGINS="mytharchive mythbrowser mythgame \ +mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder" IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw +theora +vorbis +xml xvid" # Mythnetvision temporarily disabled by upstream - should be fixed soon. @@ -98,7 +98,7 @@ RDEPEND=" mythnetvision? ( ${PYTHON_DEPS} dev-python/lxml - dev-python/oauth + dev-python/oauth2 dev-python/pycurl dev-python/urllib3 =media-tv/mythtv-${MAJOR_PV}*[python] @@ -128,9 +128,8 @@ DOC_CONTENTS=" Mythgallery code moved to mythtv and is no longer a plugin in version 31.0. As of 3/23/2020, MythNetVision is disabled, work in progress. -Common plugins are installed by default. Disable unneeded plugins individually with USE flags: --mythbrowser -mythmusic -mythnetvision -mythnews -mythweather -Additional plugins may be installed with USE flags mytharchive mythgame mythzmserver mythzoneminder +No plugins are installed by default. Enable plugins individually with USE flags: +mytharchive mythbrowser mythgame mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder " src_configure() { |