Summary
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision. Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition; Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); and Mobile Robotics.
Versions
v4.10.0 :: 0/4.10.0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86
- USE flags
- atlas avif contrib contribcvv contribdnn contribfreetype contribhdf contribovis contribsfm contribxfeatures2d cuda cudnn debug dnnsamples doc eigen examples features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jasper java jpeg jpeg2k lapack mkl non-free opencl opencvapps openexr opengl openmp png python qt6 quirc tbb tesseract test testprograms tiff truetype v4l vaapi vtk webp xine
v4.9.0-r2 :: 0/4.9.0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 arm64 x86 ~arm ~loong ~ppc ~ppc64 ~riscv
- USE flags
- atlas contrib contribcvv contribdnn contribfreetype contribhdf contribovis contribsfm contribxfeatures2d cuda cudnn debug dnnsamples doc eigen examples features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jasper java jpeg jpeg2k lapack mkl non-free opencl opencvapps openexr opengl openmp png python qt5 qt6 quirc tbb tesseract test testprograms tiff v4l vaapi vtk webp xine
USE flags
General
- atlas
- Use sci-libs/atlas for blas, lapack and sparse blas routines
- avif
- Add AV1 Image Format (AVIF) support
- contrib
- Install user contributed scripts from opencv_contrib (Experimental!)
- contribcvv
- Enable CVV in contrib (requires Qt5)
- contribdnn
- Enable DNN module contrib (requires tinydnn)
- contribfreetype
- Enable Drawing UTF-8 strings with media-libs/freetype&media-libs/harfbuzz
- contribhdf
- Enable HDF module (requires sci-libs/hdf5)
- contribovis
- Enable OGRE vision module support (dev-games/ogre)
- contribsfm
- Enable SFM module (requires USE="eigen gflags glog")
- contribxfeatures2d
- Enables xfeatures2d and autodownload of samples in contrib
- cuda
- Enable NVIDIA Cuda computations support (Experimental!)
- cudnn
- Enable support for nVidia cuDNN library
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- dnnsamples
- Enable dnn caffeemodel samples
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- eigen
- Enable usage of dev-cpp/eigen for computations
- examples
- Install examples, usually source code
- features2d
- Enable features2d module
- ffmpeg
- Enable ffmpeg/libav-based audio/video codec support
- gdal
- Enable support for sci-libs/gdal library
- gflags
- Use Google's C++ argument parsing library (dev-cpp/gflags)
- glog
- Use Google's C++ logging library (dev-cpp/glog)
- gphoto2
- Add digital camera support
- gstreamer
- Add support for media-libs/gstreamer (Streaming media)
- gtk3
- Enable x11-libs/gtk+:3 support
- ieee1394
- Enable FireWire/iLink IEEE1394 support (dv, camera, ...)
- jasper
- Use media-libs/jasper for jpeg2k support
- java
- Add support for Java
- jpeg
- Add JPEG image support
- jpeg2k
- Support for JPEG 2000, a wavelet-based image compression format
- lapack
- Add support for the virtual/lapack numerical library
- mkl
- Use sci-libs/mkl for blas, lapack and sparse blas routines
- non-free
- Enable non-free components
- opencl
- Enable OpenCL support (computation on GPU)
- opencvapps
- Enable compilation with opencvapps
- openexr
- Support for the OpenEXR graphics file format
- opengl
- Add support for OpenGL (3D graphics)
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- png
- Add support for libpng (PNG images)
- python
- Add optional support/bindings for the Python language
- python
- Add optional support/bindings for the Python language
- qt5
- Add support for the Qt 5 application and UI framework
- qt6
- Add support for the Qt 6 application and UI framework
- quirc
- Enable qrcode decoding via media-libs/quirc
- tbb
- Enable multithreading with the Intel Threads Building Block (dev-cpp/tbb)
- tesseract
- Use Google's OCR Engine
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- testprograms
- Build and install programs for testing OpenCV (performance)
- tiff
- Add support for the TIFF image format
- truetype
- Enable media-libs/freetype support for gapi module
- v4l
- Enable support for video4linux (using linux-headers or userspace libv4l libraries)
- vaapi
- Enable Video Acceleration API for hardware decoding
- vtk
- Build new 3D visualization module viz based on sci-libs/vtk
- webp
- Add support for the WebP image format
- xine
- Add support for the XINE movie libraries
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
cpu_flags_arm
- asimddp
- Use the Advanced SIMD dot product instructions
- neon
- Use the NEON (ASIMD) instruction set
- vfpv3
- Use the VFP version 3 instruction set
cpu_flags_ppc
- vsx
- Use the Vector Scalar Extension instruction set (POWER7 and later)
- vsx3
- Use the Vector Scalar Extension v.3 instruction set (POWER9 and later)
cpu_flags_x86
- avx
- Adds support for Advanced Vector Extensions instructions
- avx2
- Adds support for Advanced Vector Extensions 2 instructions
- avx512_4fmaps
- Use AVX-512 Fused Multiply-Accumulate Packed Single Precision instruction set
- avx512_4vnniw
- Use AVX-512 Vector Neural Network Instructions Word Variable Precision
- avx512_bitalg
- Use AVX-512 Bit Algorithms instruction set
- avx512_vbmi2
- Use AVX-512 Vector Bit Manipulation Instructions 2
- avx512_vnni
- Use vector neural network instructions for 8- and 16-bit multiply-add operations
- avx512_vpopcntdq
- Use AVX-512 Vector Population Count Doubleword and Quadword instruction set
- avx512bw
- Use AVX-512 byte- and word instructions
- avx512cd
- Use AVX-512 conflict detection instructions
- avx512dq
- Use AVX-512 double- and quad-word instructions
- avx512er
- Use AVX-512 exponential and reciprocal instructions
- avx512f
- Adds support for AVX-512 Foundation instructions
- avx512ifma
- Use AVX-512 Integer Fused Multiply-Add instruction set
- avx512pf
- Use AVX-512 prefetch instructions
- avx512vbmi
- Use AVX-512 vector byte manipulation instructions
- avx512vl
- Use AVX-512 vector-length instructions
- f16c
- Adds support for F16C instruction set for converting between half-precision and single-precision floats
- fma3
- Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
- popcnt
- Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
- sse
- Use the SSE instruction set
- sse2
- Use the SSE2 instruction set
- sse3
- Use the SSE3 instruction set ([pni] in cpuinfo, NOT ssse3)
- sse4_1
- Enable SSE4.1 instruction support
- sse4_2
- Enable SSE4.2 instruction support
- ssse3
- Use the SSSE3 instruction set (NOT sse3/pni)
python_targets
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
- python3_12
- Build with Python 3.12
- python3_13
- Build with Python 3.13
video_cards
- intel
- Enable Video Acceleration API for hardware decoding for Intel cards
Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-text / tesseract : An OCR Engine, originally developed at HP, now open source
dev-cpp / abseil-cpp : Abseil Common Libraries (C++), LTS Branch
dev-cpp / eigen : C++ template library for linear algebra
dev-cpp / gflags : Google's C++ argument parsing library
dev-cpp / glog : Google Logging library
dev-cpp / tbb : High level abstract threading library
dev-games / ogre : Object-oriented Graphics Rendering Engine
dev-java / java-config : Java environment configuration query tool
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-libs / cudnn : NVIDIA Accelerated Deep Learning on GPU library
dev-libs / flatbuffers : Memory efficient serialization library
dev-libs / glib : The GLib library of C routines
dev-libs / imath : Imath basic math package
dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data
dev-python / numpy : Fast array and numerical python library
dev-qt / qtbase : Cross-platform application development framework
dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtopengl : OpenGL support library for the Qt5 framework (deprecated)
dev-qt / qttest : Unit testing library for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)
dev-util / opencl-headers : Unified C language headers for the OpenCL API
media-libs / freetype : High-quality and portable font engine
media-libs / gst-plugins-base : Basepack of plugins for gstreamer
media-libs / gstreamer : Open source multimedia framework
media-libs / harfbuzz : An OpenType text shaping engine
media-libs / jasper : Implementation of the codec specified in the JPEG-2000 Part-1 standard
media-libs / libavif : Library for encoding and decoding .avif files
media-libs / libdc1394 : Library to interface with IEEE 1394 cameras following the IIDC specification
media-libs / libgphoto2 : Library that implements support for numerous digital cameras
media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library
media-libs / libpng : Portable Network Graphics library
media-libs / libv4l : v4l-utils libraries and optional utilities
media-libs / libva : Video Acceleration (VA) API for Linux
media-libs / libwebp : A lossy image compression format
media-libs / openexr : ILM's OpenEXR high dynamic-range image file format libraries
media-libs / openjpeg : Open-source JPEG 2000 library
media-libs / quirc : QR decoder library
media-libs / tiff : Tag Image File Format (TIFF) library
media-libs / xine-lib : Core libraries for Xine movie player
media-plugins / gst-plugins-aom : Alliance for Open Media AV1 plugin for GStreamer
media-plugins / gst-plugins-jpeg : JPEG image encoder/decoder plugin for GStreamer
media-plugins / gst-plugins-libav : FFmpeg based gstreamer plugin
media-plugins / gst-plugins-mpeg2dec : MPEG2 decoder plugin for GStreamer
media-plugins / gst-plugins-mpeg2enc : MPEG-1/2 video encoding plugin for GStreamer
media-plugins / gst-plugins-mpg123 : MP3 decoder plugin for GStreamer
media-plugins / gst-plugins-openh264 : H.264 encoder/decoder plugin for GStreamer
media-plugins / gst-plugins-vpx : VP8/VP9 video encoder/decoder plugin for GStreamer
media-plugins / gst-plugins-x264 : H.264 encoder plugin for GStreamer
media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec
sci-libs / atlas : Automatically Tuned Linear Algebra Software
sci-libs / gdal : Translator library for raster geospatial data formats (includes OGR support)
sci-libs / hdf5 : General purpose library and file format for storing scientific data
sci-libs / mkl : Intel Math Kernel Library
sci-libs / opencascade : Development platform for CAD/CAE, 3D surface/solid modeling and data exchange
sci-libs / vtk : The Visualization Toolkit
sys-libs / libraw1394 : Library that provides direct access to the IEEE 1394 bus
sys-libs / zlib : Standard (de)compression library
virtual / cblas : Virtual for BLAS C implementation
virtual / glu : Virtual for OpenGL utility library
virtual / jdk : Virtual for Java Development Kit (JDK)
virtual / jre : Virtual for Java Runtime Environment (JRE)
virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation
virtual / lapacke : Virtual for LAPACK C implementation
virtual / opencl : Virtual for OpenCL API
Runtime Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
app-text / tesseract : An OCR Engine, originally developed at HP, now open source
dev-cpp / abseil-cpp : Abseil Common Libraries (C++), LTS Branch
dev-cpp / gflags : Google's C++ argument parsing library
dev-cpp / glog : Google Logging library
dev-cpp / tbb : High level abstract threading library
dev-games / ogre : Object-oriented Graphics Rendering Engine
dev-java / java-config : Java environment configuration query tool
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-libs / cudnn : NVIDIA Accelerated Deep Learning on GPU library
dev-libs / flatbuffers : Memory efficient serialization library
dev-libs / glib : The GLib library of C routines
dev-libs / imath : Imath basic math package
dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data
dev-python / numpy : Fast array and numerical python library
dev-qt / qtbase : Cross-platform application development framework
dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtopengl : OpenGL support library for the Qt5 framework (deprecated)
dev-qt / qttest : Unit testing library for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)
dev-util / opencl-headers : Unified C language headers for the OpenCL API
media-libs / freetype : High-quality and portable font engine
media-libs / gst-plugins-base : Basepack of plugins for gstreamer
media-libs / gstreamer : Open source multimedia framework
media-libs / harfbuzz : An OpenType text shaping engine
media-libs / jasper : Implementation of the codec specified in the JPEG-2000 Part-1 standard
media-libs / libavif : Library for encoding and decoding .avif files
media-libs / libdc1394 : Library to interface with IEEE 1394 cameras following the IIDC specification
media-libs / libgphoto2 : Library that implements support for numerous digital cameras
media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library
media-libs / libpng : Portable Network Graphics library
media-libs / libv4l : v4l-utils libraries and optional utilities
media-libs / libva : Video Acceleration (VA) API for Linux
media-libs / libwebp : A lossy image compression format
media-libs / openexr : ILM's OpenEXR high dynamic-range image file format libraries
media-libs / openjpeg : Open-source JPEG 2000 library
media-libs / quirc : QR decoder library
media-libs / tiff : Tag Image File Format (TIFF) library
media-libs / xine-lib : Core libraries for Xine movie player
media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec
sci-libs / atlas : Automatically Tuned Linear Algebra Software
sci-libs / gdal : Translator library for raster geospatial data formats (includes OGR support)
sci-libs / hdf5 : General purpose library and file format for storing scientific data
sci-libs / mkl : Intel Math Kernel Library
sci-libs / opencascade : Development platform for CAD/CAE, 3D surface/solid modeling and data exchange
sci-libs / vtk : The Visualization Toolkit
sys-libs / libraw1394 : Library that provides direct access to the IEEE 1394 bus
sys-libs / zlib : Standard (de)compression library
virtual / cblas : Virtual for BLAS C implementation
virtual / glu : Virtual for OpenGL utility library
virtual / jre : Virtual for Java Runtime Environment (JRE)
virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation
virtual / lapacke : Virtual for LAPACK C implementation
virtual / opencl : Virtual for OpenCL API
Depending packages
app-office / auto-multiple-choice : Create and manage multiple choice questionnaries, including automated marking
games-arcade / performous : SingStar GPL clone
games-emulation / mupen64plus-core : A fork of Mupen64 Nintendo 64 emulator, core library
kde-apps / spectacle : Screenshot capture utility
media-gfx / digikam : Digital photo management application
media-gfx / fotema : Photo gallery for Linux
media-gfx / hydrus : A booru-like media organizer for the desktop
media-gfx / nomacs : Qt-based image viewer
media-gfx / opentoonz : An open-source full-featured 2D animation creation software
media-gfx / qimgv : A cross-platform image viewer with webm support, written in qt5
media-gfx / shotwell : Open source photo manager for GNOME
media-gfx / ueberzugpp : Drop in replacement for ueberzug written in C++
media-gfx / yafaray : A free open-source montecarlo raytracing engine
media-libs / mlt : Open source multimedia framework for television broadcasting
media-libs / openimageio : A library for reading and writing images
media-libs / quirc : QR decoder library
media-plugins / frei0r-plugins : A minimalistic plugin API for video effects
media-plugins / gst-plugins-opencv : OpenCV elements for GStreamer
sci-astronomy / kstars : Desktop Planetarium
sci-astronomy / siril : A free astronomical image processing software
sci-libs / HighFive : Header-only C++ interface for libhdf5
sci-libs / ViSP : Visual Servoing Platform: visual tracking and visual servoing library
sci-libs / libgeodecomp : An auto-parallelizing library to speed up computer simulations
sci-libs / rtabmap : Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)
x11-wm / xpra : X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy
Bugs
- 762628
- media-libs/opencv: add OpenVINO inference engine support
- 811162
- media-libs/opencv lto-wrapper: fatal error
- 828496
- media-libs/opencv - add CHECKREQS_DISK_BUILD limit
- 829777
- media-libs/opencv-4.5.4: fails to compile (CUDA; upstream)
- 831984
- media-libs/opencv-4.5.5 fails to compile opencv_java.cpp
- 886271
- media-libs/opencv-4.6.0-r4 overwrites user's optimization (-O*)
- 906106
- <media-libs/opencv-4.8.0: multiple vulnerabilities
- 928295
- media-libs/opencv-4.9.0 build failed: /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libz.so: error adding symbols: file in wrong format
- 928747
- media-libs/opencv-4.9.0 cuda 12.4 patch
- 929249
- media-libs/opencv-4.9.0 fails to build without CPU_FLAGS_ARM: neon
- 930638
- media-libs/opencv-4.8.1-r1 provides no option for building static libs
- 930682
- media-libs/opencv-4.9.0 doesn't build with nvidia-cuda-toolkit-12.4.1
- 937053
- media-libs/opencv-4.9.0-r1 fails test Photo_CalibrateDebevec.regression
- 942808
- media-libs/opencv-4.9.0-r2 fails to compile: types.hpp:2402:44: error: dereferencing type-punned pointer might break strict-aliasing rules [-Werror=strict-aliasing]
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: explicitly pass NVCC_CCBIN to fix <=cuda-12.4.1
Closes: https://bugs.gentoo.org/945333 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: opencl(+)= doesn't really work well.
Can't be equal when you assume always enabled. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: add patchelf dep
The libraries patched are runtime plugins only used by opencv itself, they are never linked against. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: fix check for whether nvcc is installed
``` * Applying opencv_contrib-4.8.1-NVIDIAOpticalFlowSDK-2.0.tar.gz.patch ... [ ok ] /var/tmp/portage/media-libs/opencv-4.10.0/temp/environment: line 5691: nvcc: command not found * ERROR: media-libs/opencv-4.10.0::gentoo failed (prepare phase): * __eapi7_ver_compare: invalid version: ``` Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: rework plugin lists
Explicitly specify `videoio` plugins. Disable plugins for `highgui`, as this would otherwise autodetect gtk2. `opengl` support would require `x11-libs/gtkglext` which is obsolete, reflect that in `REQUIRED_USE`. Bug: https://bugs.gentoo.org/698950 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: allow CUDA_PATH override
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: cuda device detection
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: refactor tests. split up skip logic per module
The prior logic expanded CMAKE_SKIP_TESTS for each tests. Filtering testcases that do exist for that test. Split that up to be set per test. Do not run the testphase for abi_x86_32 as they are never build. Skip CUDA related tests when we can not access the render devices. Usually due to the build user not being in the video group. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: rework vtk depspec #929217
The VTK <-> OpenCASCADE interaction is cumbersome with their circular inclusion and non-namespaced exporting of defines in cmake files. Since we do not want `OpenCASCADE` polluting our build environment with e.g. `-DHAVE_FFMPEG=true`, we require `VTK` to be build without `OpenCASCADE` support or `OpenCASCADE` to be build without ffmpeg support. Closes: https://bugs.gentoo.org/929217 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: reflect dnn move from opencv_contrib
https://github.com/opencv/opencv/commit/93729784bb1c4e544e07ec27a43ef57c4f456cec We still pretend USE=dnn needs USE=contrib until we rework the module handling Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: fix broken include paths #927081
`ocv_check_modules` discarded all INCLUDE_DIRECTORIES that containted `/usr/include`. Closes: https://bugs.gentoo.org/927081 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: work around gcc-15 bug in dnn
Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116352 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: don't default enable USE="python"
This should lower the burden since OpenCV is now a hard-dep of kde-apps/spectacle. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: set SONAME on plugins #927269
Closes: https://bugs.gentoo.org/927269 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: only build jasper iff USE="jpeg2k -abi_x86_32"
Closes: https://bugs.gentoo.org/939924 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: fix doc install path #932338
Closes: https://bugs.gentoo.org/932338 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: add USE=avif
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: refactor abseil lookup #939076
Linking against abseil-cpp depended on protobuf exporting all abseil-cpp libraries via protobuf::libprotobuf public libraries. Explicitly finding abseil ourselves removes the need for that. Closes: https://bugs.gentoo.org/939076 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: use multilib_native_use
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: add USE=truetype
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: refactor testprograms configuration
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: ebuild clean up
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: make openmp tbb non-exclusive
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: add gstreamer test deps
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: backport cuda-12.6 support
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: use makeopts_jobs
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: clean up java
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: wire up host linker for CUDA #928605
Use CUDAHOSTLD to initialise CMAKE_CUDA_HOST_LINK_LAUNCHER and use the system linker. This fixes the linking issues with gdal, openexr & tbb, so remove the `REQUIRED_USE`. Closes: https://bugs.gentoo.org/928605 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: rework cuda device interaction #928605
Rename cuda_get_cuda_compiler -> cuda_get_host_compiler. Use cached NVCC_CCBIN or CUDAHOSTCXX value if possible. This now exports NVCC_CCBIN and echos its value. Cleanup logic. Lookup starts with the current compiler and iterates over the installed version of the selected compiler type, skipping the current compiler version. Closes: https://bugs.gentoo.org/928605 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: disable CCACHE again #937051
While portage exports CACHE_DISABLE=1 for FEATURES=-ccache to disable ccache usage, seeing the lookup logic causes confusion, so we disable it in the ebuild. One can still activate it via MYCMAKEARGS="-DENABLE_CCACHE=yes" Bug: https://bugs.gentoo.org/937051#c4 Closes: https://bugs.gentoo.org/937051 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: fix gtk -> gtk3 typo #937050
Closes: https://bugs.gentoo.org/937050 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: remove obsolete ENABLE_DOWNLOAD patch
We prefetch the files so we actually need to use the download logic. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: default to qt6, drop qt5
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: clean up tesseract opencl deps #930368
Closes: https://bugs.gentoo.org/930368 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: update cpu_flags
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: add 4.10.0
Closes: https://bugs.gentoo.org/942030 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sasha Finkelstein · gentoo
media-libs/opencv: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Volkmar W. Pogatzki · gentoo
media-libs/opencv: drop 4.8.1-r2, 4.9.0-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-libs/opencv: Stabilize 4.9.0-r2 arm64, #939513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-libs/opencv: Stabilize 4.9.0-r2 amd64, #939513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
media-libs/opencv: Stabilize 4.9.0-r2 x86, #939513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.9.0-r1 x86, #936920
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.9.0-r1 amd64, #936920
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Volkmar W. Pogatzki · gentoo
media-libs/opencv: addwrite "/proc/self/task" instead of sandbox_write
it was left over from a local wrapper. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37823 Signed-off-by: Sam James <sam@gentoo.org> - Volkmar W. Pogatzki · gentoo
media-libs/opencv: build without BSFIX, drop java-ant-2
- Exports -Dant.build.javac.source and -Dant.build.javac.target - Sets OPENCV_ANT_JAVAC_EXTRA_ATTRS with java-pkg_get-source and java-pkg_get-target - Stops inheriting java-ant-2 - Introduces COMMON_DEPEND to avoid virtual/jre in DEPEND Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: fix revbump for numpy :=
Fixes: 5ee73bf7faeeb2d128ffc4b1ce5a76c14e2134d8 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: limit cuda-12.4 again
Still requires fixes from https://github.com/NVIDIA/cccl/pull/1522 Bug: https://bugs.gentoo.org/928747 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36437 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-libs/opencv: Add := op on dev-python/numpy
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: bugfixes
Closes: https://bugs.gentoo.org/929972 Closes: https://bugs.gentoo.org/928516 Closes: https://bugs.gentoo.org/928747 Closes: https://bugs.gentoo.org/927992 Closes: https://bugs.gentoo.org/927917 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36248 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: prohibit cuda-12.4
Also limit cuda interaction to ABI_X86_64. Bug: https://github.com/opencv/opencv_contrib/issues/3690 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36020 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: 4.9.0 fix
Closes: https://bugs.gentoo.org/927344 Closes: https://bugs.gentoo.org/927270 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35874 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: 4.9.0 fixed wrong distfiles extension
Closes: https://bugs.gentoo.org/927254 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35819 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/opencv: drop 4.8.0-r3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
media-libs/opencv: Fix build with >=dev-libs/protobuf-22
Urgent fix since someone decided to bump dev-libs/protobuf-22.5 ... Closes: https://bugs.gentoo.org/909087 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: 4.8.1-r1 unpack everything always
Not filtering out these two archives adds about 1 MiB to `WORKDIR`, but doesn't rely on `sys-apps/grep[pcre]`. Since `pkgcheck` doesn't like them being zip files anyway this is going to change for `-4.9.0` either way. Closes: https://bugs.gentoo.org/922450 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34970 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.8.1-r1 x86, #921296
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.8.1-r1 amd64, #921296
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-libs/opencv: Stabilize 4.8.1-r1 arm64, #921296
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: 4.8.1 restrict contribdnn on ABI_X86_32
`dev-libs/flatbuffers` has no ABI_X86_32 support, so don't enable it there. Closes: https://bugs.gentoo.org/921761 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34765 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: backport filter-lto to 4.8.0
Backport ffe7db9fea449121418607737c320c312bebb7f9. Bug: https://bugs.gentoo.org/919101 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: filter LTO
Clearly unsafe, see e.g. https://github.com/opencv/opencv/issues/19020 too. Closes: https://bugs.gentoo.org/919101 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: add 4.9.0
Closes: https://bugs.gentoo.org/921968 Closes: https://bugs.gentoo.org/924005 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35322 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: drop 4.8.1
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34662 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: 4.8.0-r1 drop broken protobuf patch
This might be the cause for runtime failures. Bug: https://bugs.gentoo.org/916189 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34663 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/opencv: Cleanup vulnerable <4.8.0 and overshadowed 4.8.0
Bug: https://bugs.gentoo.org/906106 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Paul Zander · gentoo
media-libs/opencv: add 4.8.1-r1
Closes: https://bugs.gentoo.org/702258 Closes: https://bugs.gentoo.org/830294 Closes: https://bugs.gentoo.org/883375 Closes: https://bugs.gentoo.org/913740 Closes: https://bugs.gentoo.org/914922 Closes: https://bugs.gentoo.org/917121 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
media-libs/opencv: Stabilize 4.8.0-r1 arm64, #915427
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: 4.8.x fix for compatibility with CUDA Toolkit >= 12.2.0
Closes: https://bugs.gentoo.org/915775 Closes: https://bugs.gentoo.org/917675 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33928 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-libs/opencv: add 4.8.1
Closes: https://bugs.gentoo.org/912840 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33692 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
Revert "dev-libs/imath -> dev-libs/Imath: rename"
This reverts commit 02ddc476fa118b2a164ee6eec1cfafb19b86c530. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
dev-libs/imath -> dev-libs/Imath: rename
* match repo name so we can avoid extra logic Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.8.0-r1 amd64, #915427
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-libs/opencv: Stabilize 4.8.0-r1 x86, #915427
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: fix build on (some) arm64
See patch for details. Closes: https://bugs.gentoo.org/913031 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: disable py3.12
It doesn't appear to actually support it yet. Closes: https://bugs.gentoo.org/912987 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: re-conditionalise flatbuffers cmake option
Bug: https://bugs.gentoo.org/912788 Signed-off-by: Sam James <sam@gentoo.org> - Huang Rui · gentoo
media-libs/opencv: fix build problem with contribdnn
- support tflite import with contribdnn - add dev-libs/flatbuffers RDEPEND and fix build problem - fix protobuf 23.3 build problem with contribdnn Closes: https://bugs.gentoo.org/912788 Signed-off-by: Huang Rui <vowstar@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32429 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
media-libs/opencv: add 4.8.0
This unfortunatly does not fix the incompatibility with protobuf-23. Bug: https://bugs.gentoo.org/912788 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: fix build w/ new protobuf
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.7.0 arm64, #906588
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.7.0 amd64, #906588
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.7.0 x86, #906588
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Martin Kemp · gentoo
media-lib/opencv: Fix cuda lib compatibility
OpenCV 4.6.x is incompatible with CUDA 12 Signed-off-by: Martin Kemp <me@martinke.mp> Closes: https://github.com/gentoo/gentoo/pull/29830 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Siddhanth Rathod · gentoo
media-libs/opencv: add 4.7.0
Closes: https://bugs.gentoo.org/895682 Signed-off-by: Siddhanth Rathod <xsiddhanthrathod@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29708 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: add media-libs/libtiff subslot dep
libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
media-libs/opencv: keyword 4.6.0-r2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: fix build with ffmpeg 5
Closes: https://bugs.gentoo.org/876748 Signed-off-by: Sam James <sam@gentoo.org> - Matt Turner · gentoo
media-libs/libva: Rename from x11-libs/libva
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/opencv: drop 4.5.5-r2
Closes: https://bugs.gentoo.org/865239 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: Stabilize 4.6.0-r2 amd64, #865239
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: Stabilize 4.6.0-r2 arm64, #865239
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
media-libs/opencv: Stabilize 4.6.0-r2 x86, #865239
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/opencv: Fix IUSE=examples
Closes: https://bugs.gentoo.org/830163 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
*/*: Drop obsolete CMAKE_ECLASS meta var
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: use libjpeg-turbo for older too
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: add dev-cpp/glog subslot dep
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: libjpeg-turboify
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: add 4.6.0
Bug: https://bugs.gentoo.org/834092 Closes: https://bugs.gentoo.org/830185 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Christophe Lermytte · gentoo
media-libs/opencv: add upstream patch to support ffmpeg-5
Tested with both ffmpeg-4.4.2 and ffmpeg-5.0.1 Closes: https://bugs.gentoo.org/831485 Thanks-to: cyrillic <cyrilmaley@hotmail.com> Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://github.com/gentoo/gentoo/pull/25543 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
Revert "media-libs/opencv: Allow USE="gtk3 opengl""
This reverts commit 4610dead81f9749649b0f5f0ddb8c412c9b4b7ea. Closes: https://bugs.gentoo.org/836788 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
media-libs/opencv: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
media-libs/opencv: Allow USE="gtk3 opengl"
Inexplicably removed in commit 83780dade6b ("media-libs/opencv: version bump to 4.4.0"). Closes: https://bugs.gentoo.org/836788 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Randall Vasquez · gentoo
media-libs/opencv: filter -O3 flags back down to -O2
Closes: https://bugs.gentoo.org/838274 Signed-off-by: Randall Vasquez <ran.dall@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/25021 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.5-r1 arm64, #833158
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.5-r1 x86, #833158
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.5-r1 amd64, #833158
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: support OpenEXR 3 / imath
We drop multilib for OpenEXR bits for now. Not clear that anything actually needs this and we don't have multilib support in imath right now (nor did it succeed when I tried to add it there). Bug: https://bugs.gentoo.org/833158 Bug: https://bugs.gentoo.org/830124 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
media-libs/opencv: Drop 4.5.0-r3 and 4.5.1-r3
Versions depending on >=virtual/jdk-1.6 will never compile with jdk-17 Closes: https://github.com/gentoo/gentoo/pull/23920 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: add 4.5.5
Includes some upstream fixes re OpenEXR detection. Also forces OpenEXR 2, hopefully (OpenEXR_ROOT CMake parameter). Closes: https://bugs.gentoo.org/830124 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.4 arm64, #829008
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.4 x86, #829008
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.4 amd64, #829008
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-libs/opencv: fix USE=contribsfm multilib header clash
Closes: https://bugs.gentoo.org/828132 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: stabilize 4.5.2-r5 for amd64, arm64, x86
Just added Python 3.10. Bug: https://bugs.gentoo.org/800539 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: add lapack patch
Closes: https://bugs.gentoo.org/800539 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-libs/opencv: add cap for <dev-libs/protobuf-3.19
Reported-by: Miezhiko <Miezhiko@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Miezhiko · gentoo
media-libs/opencv: add new version 4.5.4
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miezhiko <Miezhiko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22875 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: add tbb subslot operator
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: add support python 3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: x86 stable wrt bug #811855
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.2-r1 arm64, #811855
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #811855
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
media-libs/opencv: CUDA support needs 'contrib' USE enabled
Closes: https://bugs.gentoo.org/701712 Closes: https://bugs.gentoo.org/792282 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
media-libs/opencv: keyword 4.5.2-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Bernd Waibel · gentoo
media-libs/opencv: add slot operator for openexr
restrict to <openexr-3 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Marek Szuba <marecki@gentoo.org> - Bernd Waibel · gentoo
media-libs/opencv: add slot operator for openexr
- restrict to <openexr-3 - commit straight to stable, only slot operator has been added Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Marek Szuba <marecki@gentoo.org> - Bernd Waibel · gentoo
media-libs/opencv: add slot operator for openexr
- restrict to <openexr-3 - commit straight to stable, only slot operator has been added Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.1 arm64, #791457
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-libs/opencv: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: x86 stable wrt bug #791457
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #791457
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
media-libs/opencv: version bump to 4.5.2
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://bugs.gentoo.org/791550 Closes: https://github.com/gentoo/gentoo/pull/20762 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Aisha Tammy · gentoo
media-libs/opencv: drop dependency on virtual/lapacke
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19566 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
media-libs/opencv: version bump, remove old
- Added constraint on CPU flags on x86 - Also closed out bugs that wasn't reported reproducible on newer versions Closes: https://bugs.gentoo.org/751781 Closes: https://bugs.gentoo.org/703658 Closes: https://bugs.gentoo.org/706040 Closes: https://bugs.gentoo.org/721706 Closes: https://bugs.gentoo.org/689838 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18801 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.0 x86, #746596
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.0 amd64, #746596
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: Stabilize 4.5.0 arm64, #746596
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
media-libs/opencv: various fixes
- Explicitly depends on virtual/lapacke to prevent its cmake build scripts from implicitly disabling lapack support when it can't find lapacke.h. - Link with cblas when sci-libs/lapack is supplimented as the default lapack implementation. - examples USE requires contribdnn USE to be enabled to prevent build failure. Closes: https://bugs.gentoo.org/700176 Closes: https://bugs.gentoo.org/749681 Closes: https://bugs.gentoo.org/717812 Closes: https://bugs.gentoo.org/701790 Closes: https://bugs.gentoo.org/704518 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/17964 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: don't allow =dev-cpp/eigen-3.3.8
dev-cpp/eigen-3.3.8 was broken upstream and -r1 introduces a backported fix. While 3.3.8 was removed from tree, it is possible that 3.3.8 is still installed and satisfies the dependency on a user's machine, in the case of the latter bug referenced here. Bug: https://bugs.gentoo.org/747949 Closes: https://bugs.gentoo.org/749804 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
media-libs/opencv: version bump to 4.5.0
Bug: https://bugs.gentoo.org/701790 Bug: https://bugs.gentoo.org/700176 Bug: https://bugs.gentoo.org/717812 Bug: https://bugs.gentoo.org/703658 Bug: https://bugs.gentoo.org/689838 Closes: https://bugs.gentoo.org/666716 Closes: https://bugs.gentoo.org/747163 Closes: https://bugs.gentoo.org/729190 Closes: https://bugs.gentoo.org/699730 Closes: https://bugs.gentoo.org/672840 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/17899 Signed-off-by: Sam James <sam@gentoo.org> - Andreas Sturmlechner · gentoo
media-libs/opencv: Revert "require <dev-cpp/eigen-3.3.8 for now"
Please don't introduce lower-than dependencies lightly, when there's a supposed fix around the corner. This reverts commit ec0fa8e9928460b1cc10dec718ba5ad1db5b9b9e. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Sam James · gentoo
media-libs/opencv: require <dev-cpp/eigen-3.3.8 for now
Eigen 3.3.8 introduced a bug (bugs?) it seems, so we'll workaround that for now with a < restriction. Bug: https://bugs.gentoo.org/747949 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-libs/opencv: fix automagic dep on openjpeg
USE=jpeg2k was a no-op until now. Bug: https://bugs.gentoo.org/747427 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
media-libs/opencv: drop pch support (fixes eigen build)
PCH support is broken when using CMake and apparently opencv is no exception. Closes: https://bugs.gentoo.org/733796 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ross Charles Campbell · gentoo
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> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/opencv: Drop 4.1.2-r1
Closes: https://bugs.gentoo.org/729504 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
media-libs/opencv: Drop vulnerable 3.4.1-r7
Bug: https://bugs.gentoo.org/711284 Bug: https://bugs.gentoo.org/729504 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
media-libs/opencv: Drop vulnerable 2.4.13-r4
Bug: https://bugs.gentoo.org/647802 Bug: https://bugs.gentoo.org/729504 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #711284
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Sam James (sam_c) · gentoo
media-libs/opencv: arm64 stable (bug #711284)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
media-libs/opencv: x86 stable (bug #711284)
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
Remove MULTILIB_USEDEP from all virtual/pkgconfig dependencies
Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
media-libs/opencv: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-libs/opencv: Use only GTK3
* OpenCV currently does not support OpenGL contexts in GTK3, so we disable USE="opengl gtk3" for the time being. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/14866 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-libs/opencv: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-libs/opencv: Permit numpy-python2 in 2*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
media-libs/opencv: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-libs/opencv: [QA] Revert "Needs python_optimize, add python 3.8 support"
* We need to bifurcate the py2/py3 depgraph of numpy atomically, in order to avoid misleading and weird blocker warnings. This reverts commit 2dbf3b3c61635735ec32d0f47d45003968a277e5. Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
media-libs/opencv: Fix missing PYTHON_DEPS
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
media-libs/opencv: Needs python_optimize, add python 3.8 support
Also needs to support numpy-python2 until reverse deps are handled Bug: https://bugs.gentoo.org/703760 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: dont try to install LICENSE.txt
Submitted-by: Helmut Jarausch <jarausch@igpm.rwth-aachen.de> Closes: https://bugs.gentoo.org/701448 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: fix pkg-config file generation
Closes: https://bugs.gentoo.org/701662 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: install pkg config
Submitted-by: Helmut Jarausch <jarausch@igpm.rwth-aachen.de> Closes: https://bugs.gentoo.org/701472 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Stefan Strogin · gentoo
media-libs/opencv: add USE=+features2d
USE=contribxfeatures2d should not control building features2d module. Add USE=+features2d instead. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Stefan Strogin <steils@gentoo.org> Signed-off-by: Amy Liffey <amynka@gentoo.org> - Stefan Strogin · gentoo
media-libs/opencv: add cv_cpu_dispatch.h to MULTILIB_WRAPPED_HEADERS
Closes: https://bugs.gentoo.org/701482 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Stefan Strogin <steils@gentoo.org> Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
media-libs/opencv: Restore stable keywords
Dropping them for py37 was not necessary in the first place. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: version bump 4.1.2
Closes: https://bugs.gentoo.org/685106 Closes: https://bugs.gentoo.org/678460 Closes: https://bugs.gentoo.org/663730 Closes: https://bugs.gentoo.org/689840 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: Remove _ from useflags
Closes: https://bugs.gentoo.org/695076 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
media-libs/opencv: [QA] Remove media-libs/jasper dep
Bug: https://bugs.gentoo.org/689784 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexey Shvetsov · gentoo
media-libs/opencv: Fix py3.7 build
Follwoup to ac064acc48d43d7bfbf12c0985c5b0667454600b Closes: https://bugs.gentoo.org/691480 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexey Shvetsov · gentoo
media-libs/opencv: Works with py3.7
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
media-libs/opencv: arm64 stable
* deps are fixed now Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-libs/opencv: Revert "arm64 stable"
The package has been stabilize without meeting dependencies. Reverts: 02ac88a4639f31caae3372e87975b2f48fd23489 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
media-libs/opencv: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: fix build on x86
- Add upstream patch found by kensington to fix build on x86 Closes: https://bugs.gentoo.org/682104 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
media-libs/opencv: fix python build with cmake 3.14
Closes: https://bugs.gentoo.org/680824 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Acked-by: Amy Liffey <amynka@gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: fix popcnt detection
Closes: https://bugs.gentoo.org/633900 Submitted-by: Branko Grubic <bitlord0xff@gmail.com> Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: add missing build dep
Closes: https://bugs.gentoo.org/656576 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: remove old versions 3.2.0, 3.3.0, 3.4.1-r2
Closes: https://bugs.gentoo.org/630438 Closes: https://bugs.gentoo.org/637080 Closes: https://bugs.gentoo.org/657076 Closes: https://bugs.gentoo.org/636030 Closes: https://bugs.gentoo.org/661674 Closes: https://bugs.gentoo.org/658568 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: 3.4.1 stable for amd64 and x86
Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: patch to remove git autodetect
Closes: https://bugs.gentoo.org/672162 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: fix typo
Closes: https://bugs.gentoo.org/669990 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Ștefan Talpalaru · gentoo
media-libs/opencv: disable implied CPU flags
The OpenCV build system tries to be helpful by enabling unrequested CPU flags based on requested ones. Unfortunately, this breaks the build on AMD Piledriver because FMA3 implies AVX2 which is not available on this architecture. Further more, these CPU flags should only be handled by the corresponding Portage flags, instead of CMake's hard-coded automagic. This commit fixes that by disabling the whole "implication" mechanism for CPU flags, while also undoing the previous attempt at solving the problem by translating those broken "implications" into REQUIRED_USE. Authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com> Bug: https://bugs.gentoo.org/656638 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: remove non existing dep sci-libs/ipp
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Amy Liffey · gentoo
media-libs/opencv: remove old revisions
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Amy Liffey · gentoo
media-libs/opencv: add required use for cpu_flags
- Add required_use for cpu_flag Submitted-by: Hector Martin <marcan@marcan.st> - Add ninja as default Closes: https://bugs.gentoo.org/656638 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
media-libs/opencv: workaround C compilation mode
- Add nvcc flags to fix compilation with cuda - Fix issue with C compilation mode for vlc - Fix python installation path Closes: https://bugs.gentoo.org/656530 Closes: https://bugs.gentoo.org/656580 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
media-libs/opencv: add missing cpu_flags_x86_ssse3
Subitted-by: Michael Uleysky <uleysky@gmail.com> Closes: https://bugs.gentoo.org/656726 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
media-libs/opencv: remove not required cpu flags
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
media-libs/opencv: drop old 3.1.0
Closes: https://bugs.gentoo.org/557328 Closes: https://bugs.gentoo.org/600658 Closes: https://bugs.gentoo.org/607830 Closes: https://bugs.gentoo.org/611964 Closes: https://bugs.gentoo.org/639896 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
media-libs/opencv: version bump 3.4.1
Closes: https://bugs.gentoo.org/642800 Closes: https://bugs.gentoo.org/633900 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Amy Liffey · gentoo
media-libs/opencv: fix cuda9 and autodownload
- Fix cuda 9 compatibility Submitted-by: Todd Walter <twalter@rogers.com> - Remove autodownload tiny_dnn from contrib Submitted-by: Jonathan Scruggs <j.scruggs@gmail.com> - Add PYTHON_COMPAT 3_6 Closes: https://bugs.gentoo.org/637078 Closes: https://bugs.gentoo.org/633844 Closes: https://bugs.gentoo.org/632116 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Amy Liffey · gentoo
media-libs/opencv: drop old vulnerable version
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Thomas Deutschmann · gentoo
media-libs/opencv: x86 stable (bug #627230)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #627230
Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Andreas Sturmlechner · gentoo
media-libs/opencv: Switch to https
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Andreas Sturmlechner · gentoo
media-libs/opencv: Drop 2.4.13-r2
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Andreas Sturmlechner · gentoo
media-libs/opencv: Drop USE=qt4
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Amy Liffey · gentoo
media-libs/opencv: add back cuda require_use features2d
Package-Manager: Portage-2.3.8, Repoman-2.3.1 - Amy Liffey · gentoo
media-libs/opencv: few cuda fixes
- Remove cuda from required_use for xfeatures2d - fix header files have changed between ABIs Suggested-by: malcolm.mielle@protonmail.com Submitted-by: Serge Gavrilov <serge@pdmi.ras.ru> Closes: https://bugs.gentoo.org/636030 Closes: https://bugs.gentoo.org/636008 Package-Manager: Portage-2.3.8, Repoman-2.3.1 - Amy Liffey · gentoo
media-libs/opencv: fix protobuf dnn module bug #631418
Suggested-by: Hanno Meyer-Thurow (geki) <h.mth@web.de> Suggested-by: Dennis Schridde <devurandom@gmx.net> Suggested-by: Magnus Kessler <Magnus.Kessler@gmx.net> Suggested-by: zappel@simple-co.de Closes: https://bugs.gentoo.org/631418 Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Amy Liffey · gentoo
media-libs/opencv: remove too big patch
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Amy Liffey · gentoo
media-libs/opencv: version bump 3.3.0 bug #629534
- Patch for CVEs bug #627958 - Add required use for bug #621986 - Version bump fixes bug #627954 Closes: https://bugs.gentoo.org/629534 Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Michał Górny · gentoo
media-libs/opencv: Multilib [contrib_hdf] headers
Closes: https://bugs.gentoo.org/630604 - Michał Górny · gentoo
media-libs/opencv: Backport multilib header fixes to 3.1.0-r8
Closes: https://bugs.gentoo.org/630604 - Francesco Turco · gentoo
media-libs/opencv: use HTTPS for links to dev.gentoo.org - Amy Liffey · gentoo
media-libs/opencv: 2.4.13 add imgcodecs patch bug #627958
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Amy Liffey · gentoo
media-libs/opencv: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Michał Górny · gentoo
media-libs/opencv: Fix header wrapping for [contrib_cvv] - Michał Górny · gentoo
media-libs/opencv: Fix header wrapping w/[vtk], #627730 - Michał Górny · gentoo
media-libs/opencv: Fix wrapping cvconfig.h, #627730 - Michał Górny · gentoo
media-libs/opencv: Fix automagic dep on tesseract - Michał Górny · gentoo
media-libs/opencv: Enable multilib builds for 3.1.0 & 3.2.0 - Amy Liffey · gentoo
media-libs/opencv: fix mno-sse2
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Alexis Ballier · gentoo
media-libs/opencv: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Yurii Moskalenko · gentoo
media-libs/opencv: Fix usage CPU instructions - Amy Liffey · gentoo
media-libs/opencv: disable pch for gcc-6.0 bug #617654
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Amy Liffey · gentoo
media-libs/opencv: version bump 3.2.0 bug #604982
Package-Manager: portage-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Amy Liffey · gentoo
media-libs/opencv: remove old
Package-Manager: portage-2.3.0 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
media-libs/opencv: x86 stable wrt bug #606810
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #606810
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Amy Liffey · gentoo
media-libs/opencv: fix gtk bug #605740
Package-Manager: portage-2.3.0 - Amy Winston · gentoo
media-libs/opencv: version bump 2.4.13 bug #601810
Package-Manager: portage-2.3.0 - David Seifert · gentoo
media-libs/opencv: [QA] Minor fixes
Package-Manager: portage-2.3.3 - Michał Górny · gentoo
media-libs/opencv: Kill redundant 'emake clean' - fix ninja, #602232
Kill the call to 'emake clean' for Python build directory which obviously does not work when Ninja is used instead of Makefiles. It is completely redundant since it is followed by 'rm -rf' of the whole directory (tested with Makefiles and Ninja). - Michał Górny · gentoo
media-libs/opencv: Kill unnecessary Gentoo hack-patch for Python
Kill the unnecessary, outdated custom Gentoo CMake module used to force specific version of Python in favor of hacking the upstream module appropriately. Rely on the standard CMake -DPYTHON_INTERPRETER to (indirectly) disable Python for the base build, and on python-r1 + upstream -DPYTHON3_INTERPRETER to control the implementation used for Python module build. This removes a lot of unnecessary hackery from the ebuild, such as passing all the Python implementation specifics (include paths, library names) in favor of using the CMake autodetection code. It also restores some missing bits that were omitted because of the Gentoo module deficiency. To keep things simple, all versions of Python are treated as 'python2' upstream since the code used to build both python2 & python3 modules is identical (i.e. works for all versions). - David Seifert · gentoo
media-libs/opencv: Add subslot operator on media-libs/jasper
Package-Manager: portage-2.3.2 - Jonathan Scruggs · gentoo
media-libs/opencv: Remove old ebuilds and patches Some ebuilds don't work, so there's no point in keeping them.
Since OpenCV 3.0.0 is no longer in the tree, the following can be closed: Gentoo-bug: 566080 Gentoo-bug: 557328 Signed-off by: Jonathan Scruggs (j.scruggs@gmail.com) - Jonathan Scruggs · gentoo
media-libs/opencv: revision bump to 3.1.0-r6
* Update SRC_URI to the new URLs * Switch to downloading the tar.gz instead zip file * Add git hash to end of contrib download to allow revision bumps * Updated revision of contrib modules to fix various errors * Remove Qt 4 support to follow the new Gentoo standard * Use new OpenMP test logic * Added patch to build against CUDA v8. Patch based on one submitted by Sven Eden Gentoo-bug: 598674 Gentoo-bug: 597754 * Added Tesseract use flag and fixed building against it. Gentoo-bug: 572836 Gentoo-bug: 584428 * Added use flag for the SFM module because of dependencies on several Google libraries Gentoo-bug: 597166 * Added use flag for the HDF module because of a dependency on media-libs/hdaf5 Gentoo-bug: 596212 * Added use flag for the CVV module because it will silently fail if Qt 5 is not installed. * Added patch to fix the finding of certain libraries Gentoo-Bug: 584478 Signed-off by: Jonathan Scruggs (j.scruggs@gmail.com) - Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT - Michael Palimaka · gentoo
media-libs/opencv: drop ppc to testing
Package-Manager: portage-2.3.2 - Michael Palimaka · gentoo
media-libs/opencv: x86 stable
Gentoo-bug: 588170 Package-Manager: portage-2.3.2 - Amy Winston · gentoo
media-libs/opencv: add gles patch bug #554478
Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #588170
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Jonathan Scruggs · gentoo
media-libs/opencv: revision bump to 3.1.0-r5
- Feature: added in support for installing the Python module for each implementation selected Gentoo-Bug: 593504 - Bug fix: under certain conditions the HDF5 library isn't found Gentoo-Bug: 588850 - Bug fix: OpenGL needs Qt or Gtk+ otherwise it's disabled - Misc: cleaned up usex expressions added qtwidgets depend moved openmp detection to pkg_pretend as per Gentoo style guidelines Signed off by Jonathan Scruggs (j.scruggs@gmail.com, irc: Dracwyrm) - Amy Winston · gentoo
media-libs/opencv: remove old. thanks genstorm
Package-Manager: portage-2.2.28 - Felix Janda · gentoo
media-libs/opencv: whitespace - Amy Winston · gentoo
media-libs/opencv: eapi=6 bump
- Fix cuda bug #577410 - Add qt5 support - Remove doc useflag bug #556198 Package-Manager: portage-2.2.28 - Amy Winston · gentoo
media-libs/opencv: remove trailing spaces from patch
Package-Manager: portage-2.2.28 - dracwyrm · gentoo
media-libs/opencv: change to EAPI 6 and fix python installation
-Add patch to install the correct bindings based on single_python_target -Fix Cuda in ebuild -Remove unused CMake options -Modified patch to be -p1 format -Tiny fixes and rewrites for EAPI 6 specs - Amy Winston · gentoo
media-libs/opencv: update contrib to newest
Package-Manager: portage-2.2.28 - Amy Winston · gentoo
media-libs/opencv: remove new buggy contrib
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
media-libs/opencv: drop 3_2 python
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
media-libs/opencv: remove old 2.4.9 and 2.4.10
Package-Manager: portage-2.2.26 - Mikle Kolyada · gentoo
: ppc/x86 stable wrt bug #580128
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
media-libs/opencv: correct contrib url
Package-Manager: portage-2.2.26 - Agostino Sarubbo · gentoo
media-libs/opencv: amd64 stable wrt bug #580128
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Amy Winston · gentoo
media-libs/opencv: disable git autodetect bug #558556
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
media-libs/opencv: version bump 2.4.12 bug #576588
Package-Manager: portage-2.2.26 - Amy Winston · gentoo
media-libs/opencv: revert drop old 3.1.0-r1 and patches
This reverts commit 48656e3b700cf6d771db428bc6dde322753839d3. - Amy Winston · gentoo
media-libs/opencv: drop old 3.1.0-r1 and patches
Package-Manager: portage-2.2.26 - Andreas Sturmlechner · gentoo
media-libs/opencv: Fix contrib tarball name (PN -> P)
Dropped patches that are part of the now correct 3.1.0-contrib tarball. Package-Manager: portage-2.2.27 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/gaupol'
Pull request: https://github.com/gentoo/gentoo/pull/743 - Andreas K. Hüttel · gentoo
Merge remote-tracking branch 'github/pr/752' - Andreas Sturmlechner · gentoo
media-libs/opencv: Drop old
Package-Manager: portage-2.2.27 - Andreas Sturmlechner · gentoo
media-libs/opencv: Bump subslot to 3.1, builds with python-3.5 - Amy Winston · gentoo
media-libs/opencv: 3.1.0 version bump bug #571496
Package-Manager: portage-2.2.24 - Amy Winston · gentoo
media-libs/opencv: missing die added. Thanks gokturk.
Package-Manager: portage-2.2.24 - Amy Winston · gentoo
media-libs/opencv: 3.0.0 base migration, use contrib repaired
Package-Manager: portage-2.2.24 - Amy Winston · gentoo
media-libs/opencv: 2.4.11 base migration
Package-Manager: portage-2.2.24 - Amy Winston · gentoo
media-libs/opencv: 2.4.10 base migration
Package-Manager: portage-2.2.24 - Amy Winston · gentoo
media-libs/opencv: 2.4.9 base migration
Package-Manager: portage-2.2.24 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/fwknop-2.6.8-bump'
Pull request: https://github.com/gentoo/gentoo/pull/520 - Justin Lecher · gentoo
Drop unsupported python implementations
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Amy Winston · gentoo
media-libs/opencv: required_use qt changed to at-most-one-of
Package-Manager: portage-2.2.20.1 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/zpuskas/kicad-doc-4.0.0-rc1'
Pull request: https://github.com/gentoo/gentoo/pull/403 - Amy Winston · gentoo
media-libs/opencv: cuda restriction for >=gcc-4.8 disabled bug #566244.
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: version bump bug #564942.
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: contrib updated, broken example removed bug #558104.
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: contrib path changed back
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: contrib path changed bug #558104.
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: url for contrib changed.
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: drop old gstreamer support bug #547664.
Package-Manager: portage-2.2.20.1 - Amy Winston · gentoo
media-libs/opencv: contrib useflag added bug #557870.
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed