diff options
author | 2024-01-03 21:58:50 +0100 | |
---|---|---|
committer | 2024-01-03 22:28:37 +0100 | |
commit | ea50a5c540e7e8730230b9a54521173c4ea0d521 (patch) | |
tree | 6a5321bcba4774ec7dc4a0cecac161a60236fc56 /media-libs/opencv/files | |
parent | media-plugins/gst-plugins-opencv: drop 1.20.5, 1.20.6 (diff) | |
download | gentoo-ea50a5c540e7e8730230b9a54521173c4ea0d521.tar.gz gentoo-ea50a5c540e7e8730230b9a54521173c4ea0d521.tar.bz2 gentoo-ea50a5c540e7e8730230b9a54521173c4ea0d521.zip |
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>
Diffstat (limited to 'media-libs/opencv/files')
-rw-r--r-- | media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch | 21 | ||||
-rw-r--r-- | media-libs/opencv/files/opencv-4.6.0-fix-ffmpeg-5.patch | 19 |
2 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch b/media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch deleted file mode 100644 index 3cc6328a2323..000000000000 --- a/media-libs/opencv/files/opencv-4.6.0-fix-build-examples.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 5acf351e4b9d099d446f401df690d559ed5dfdad Mon Sep 17 00:00:00 2001 -From: Prasanth R <prasanth.r@timesys.com> -Date: Thu, 14 Jul 2022 13:34:54 +0530 -Subject: [PATCH] #21804 Add opencv_gapi as dep to samples/cpp - ---- - samples/cpp/CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/samples/cpp/CMakeLists.txt b/samples/cpp/CMakeLists.txt -index c9c4440f22c7..f23b333ca93a 100644 ---- a/samples/cpp/CMakeLists.txt -+++ b/samples/cpp/CMakeLists.txt -@@ -15,6 +15,7 @@ set(OPENCV_CPP_SAMPLES_REQUIRED_DEPS - opencv_calib3d - opencv_stitching - opencv_dnn -+ opencv_gapi - ${OPENCV_MODULES_PUBLIC} - ${OpenCV_LIB_COMPONENTS}) - ocv_check_dependencies(${OPENCV_CPP_SAMPLES_REQUIRED_DEPS}) diff --git a/media-libs/opencv/files/opencv-4.6.0-fix-ffmpeg-5.patch b/media-libs/opencv/files/opencv-4.6.0-fix-ffmpeg-5.patch deleted file mode 100644 index 557576a8747a..000000000000 --- a/media-libs/opencv/files/opencv-4.6.0-fix-ffmpeg-5.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://github.com/opencv/opencv/issues/22418 -https://github.com/opencv/opencv/commit/496eed950f6d0e7fd92619d47e3cec8f06e96ace -https://bugs.gentoo.org/876748 - -From: Jochen Sprickerhof <jspricke@debian.org> -Date: Mon, 8 Aug 2022 21:10:13 +0200 -Subject: [PATCH] Add missing header for LIBAVCODEC_VERSION_INT - ---- a/modules/videoio/src/ffmpeg_codecs.hpp -+++ b/modules/videoio/src/ffmpeg_codecs.hpp -@@ -60,6 +60,7 @@ extern "C" { - #include <errno.h> - #endif - -+#include <libavcodec/version.h> - #include <libavformat/avformat.h> - - #ifdef __cplusplus - |