Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718038 - media-libs/opencv - add Python 3.8 support
Summary: media-libs/opencv - add Python 3.8 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: python3.8-compat python3.8-stable, python38-stable-needed
  Show dependency tree
 
Reported: 2020-04-18 11:22 UTC by charles17
Modified: 2020-10-07 17:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch that adds support for python 3.8 (opencv-4.1.2-r3_add_python3_8.patch,383 bytes, patch)
2020-09-22 14:52 UTC, MW
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description charles17 2020-04-18 11:22:26 UTC
media-libs/opencv, please add Python 3.8 support
Comment 1 MW 2020-09-22 14:52:06 UTC
Created attachment 661888 [details, diff]
patch that adds support for python 3.8

Trivial change, works for me (both building and running).
Comment 2 Larry the Git Cow gentoo-dev 2020-10-07 17:55:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83780dade6becfbff566eb2e26a0ece5b1284063

commit 83780dade6becfbff566eb2e26a0ece5b1284063
Author:     Ross Charles Campbell <rossbridger.cc@gmail.com>
AuthorDate: 2020-09-29 14:47:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-10-07 17:55:00 +0000

    media-libs/opencv: version bump to 4.4.0
    
    Currently the following improvements are made:
     - Added python 3.{8,9} support.
     - Added LTO (Link Time Optimization) support.
     - Added OVIS (Ogre Vision Module) support.
     - Renewed wrapped headers list for multilib.
     - No longer need to download external files at compile time.
    
    Closes: https://bugs.gentoo.org/745378
    Closes: https://bugs.gentoo.org/744097
    Closes: https://bugs.gentoo.org/718038
    Closes: https://bugs.gentoo.org/702642
    Closes: https://bugs.gentoo.org/703760
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/17307
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/opencv/Manifest                         |   3 +
 ...pencv-4.4.0-disable-native-cpuflag-detect.patch |  26 +
 media-libs/opencv/metadata.xml                     |   3 +
 media-libs/opencv/opencv-4.4.0.ebuild              | 546 +++++++++++++++++++++
 profiles/base/package.use.mask                     |   5 +
 5 files changed, 583 insertions(+)