Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opencv for openSUSE:Factory checked in at 2021-02-23 20:21:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencv (Old) and /work/SRC/openSUSE:Factory/.opencv.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencv" Tue Feb 23 20:21:25 2021 rev:89 rq:874427 version:4.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/opencv/opencv.changes 2021-01-05 18:13:59.883369453 +0100 +++ /work/SRC/openSUSE:Factory/.opencv.new.2378/opencv.changes 2021-02-23 20:23:02.983796002 +0100 @@ -1,0 +2,5 @@ +Thu Feb 11 10:49:40 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Enable aruco module (recognize markers to detect camera pose) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv.spec ++++++ --- /var/tmp/diff_new_pack.xpCyIT/_old 2021-02-23 20:23:04.335797197 +0100 +++ /var/tmp/diff_new_pack.xpCyIT/_new 2021-02-23 20:23:04.335797197 +0100 @@ -121,6 +121,14 @@ for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance Primitives for better performance. +%package -n libopencv_aruco%{soname} +Summary: Pattern grid detection libraries for OpenCV +License: BSD-3-Clause +Group: System/Libraries + +%description -n libopencv_aruco%{soname} +Pattern grid detectiion libraries for OpenCV + %package -n libopencv_face%{soname} Summary: Face detection libraries for OpenCV License: BSD-3-Clause @@ -262,7 +270,7 @@ %setup -q -a 1 # Only copy over modules we need -mv opencv_contrib-%{version}/modules/{face,tracking,optflow,plot,shape,superres,videostab,ximgproc} modules/ +mv opencv_contrib-%{version}/modules/{aruco,face,tracking,optflow,plot,shape,superres,videostab,ximgproc} modules/ cp opencv_contrib-%{version}/LICENSE LICENSE.contrib # Remove Windows specific files @@ -359,6 +367,8 @@ %post -n %{libname}%{soname} -p /sbin/ldconfig %postun -n %{libname}%{soname} -p /sbin/ldconfig +%post -n libopencv_aruco%{soname} -p /sbin/ldconfig +%postun -n libopencv_aruco%{soname} -p /sbin/ldconfig %post -n libopencv_face%{soname} -p /sbin/ldconfig %postun -n libopencv_face%{soname} -p /sbin/ldconfig %post -n libopencv_highgui%{soname} -p /sbin/ldconfig @@ -407,6 +417,9 @@ %{_libdir}/libopencv_tracking.so.* %{_libdir}/libopencv_video.so.* +%files -n libopencv_aruco%{soname} +%{_libdir}/libopencv_aruco.so.* + %files -n libopencv_face%{soname} %{_libdir}/libopencv_face.so.*