public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Remove unused patch
@ 2026-08-28 13:32 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-08-28 13:32 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : c09c027f31b98dfebacab81c30e137cace5fe48e
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2024-02-05T11:36:21+00:00
Stats  : +0/-24 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/c09c027f31b98dfebacab81c30e137cace5fe48e?branch=opencv5

Log:
Remove unused patch

---
diff --git a/opencv-4.1.2-includes.patch b/opencv-4.1.2-includes.patch
deleted file mode 100644
index e69588c..0000000
--- a/opencv-4.1.2-includes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up opencv-4.1.2/cmake/templates/OpenCVConfig.cmake.in.orig opencv-4.1.2/cmake/templates/OpenCVConfig.cmake.in
---- opencv-4.1.2/cmake/templates/OpenCVConfig.cmake.in.orig	2019-10-10 00:53:14.000000000 +0200
-+++ opencv-4.1.2/cmake/templates/OpenCVConfig.cmake.in	2019-10-17 11:08:46.626400320 +0200
-@@ -106,7 +106,7 @@ set(OpenCV_SHARED @BUILD_SHARED_LIBS@)
- set(OpenCV_USE_MANGLED_PATHS @OpenCV_USE_MANGLED_PATHS_CONFIGCMAKE@)
- 
- set(OpenCV_LIB_COMPONENTS @OPENCV_MODULES_CONFIGCMAKE@)
--set(__OpenCV_INCLUDE_DIRS @OpenCV_INCLUDE_DIRS_CONFIGCMAKE@)
-+set(__OpenCV_INCLUDE_DIRS @OpenCV_INCLUDE_DIRS_CONFIGCMAKE@ @OpenCV_INCLUDE_DIRS_CONFIGCMAKE@/opencv2)
- 
- set(OpenCV_INCLUDE_DIRS "")
- foreach(d ${__OpenCV_INCLUDE_DIRS})
-diff -up opencv-4.1.2/cmake/templates/opencv-XXX.pc.in.orig opencv-4.1.2/cmake/templates/opencv-XXX.pc.in
---- opencv-4.1.2/cmake/templates/opencv-XXX.pc.in.orig	2019-10-10 00:53:14.000000000 +0200
-+++ opencv-4.1.2/cmake/templates/opencv-XXX.pc.in	2019-10-17 11:04:11.486014573 +0200
-@@ -3,7 +3,7 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
--includedir_old=@includedir@/opencv
-+includedir_old=@includedir@/opencv2
- includedir_new=@includedir@
- 
- Name: OpenCV

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/opencv] opencv5: remove unused patch
@ 2026-08-28 13:32 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-08-28 13:32 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : e8bdd3b6ca9f665c405d97e86e597095895a37e0
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2022-06-20T20:15:36+01:00
Stats  : +0/-23 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/e8bdd3b6ca9f665c405d97e86e597095895a37e0?branch=opencv5

Log:
remove unused patch

---
diff --git a/8d88bb06b230b5c4b5bca78d84102f5d1adf48cf.patch b/8d88bb06b230b5c4b5bca78d84102f5d1adf48cf.patch
deleted file mode 100644
index 114a6d6..0000000
--- a/8d88bb06b230b5c4b5bca78d84102f5d1adf48cf.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 8d88bb06b230b5c4b5bca78d84102f5d1adf48cf Mon Sep 17 00:00:00 2001
-From: Alexander Alekhin <alexander.a.alekhin@gmail.com>
-Date: Tue, 15 Feb 2022 07:23:32 +0300
-Subject: [PATCH] core(vsx): update vec_absd() workaround condition
-
----
- modules/core/include/opencv2/core/vsx_utils.hpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/modules/core/include/opencv2/core/vsx_utils.hpp b/modules/core/include/opencv2/core/vsx_utils.hpp
-index 68863ffb36f2..5cbc066784d0 100644
---- a/modules/core/include/opencv2/core/vsx_utils.hpp
-+++ b/modules/core/include/opencv2/core/vsx_utils.hpp
-@@ -684,7 +684,8 @@ VSX_IMPL_LOAD_L8(vec_double2, double)
- #endif
- 
- // absolute difference
--#ifndef vec_absd
-+#ifndef _ARCH_PWR9
-+#   undef vec_absd
- #   define vec_absd(a, b) vec_sub(vec_max(a, b), vec_min(a, b))
- #endif
- 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-28 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:32 [rpms/opencv] opencv5: Remove unused patch 
  -- strict thread matches above, loose matches on Subject: below --
2026-08-28 13:32 [rpms/opencv] opencv5: remove " 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox