Hi folks,
in Fedora rawhide is now available new version of OpenCV package. Some of you will have to rebuild your packages (see affected packages section).
This version of OpenCV will be part of Fedora 26+. Previous versions of Fedora will not be affected. See `What's new` section for more information about this release.
============================= = Affected packages =============================
OpenImageIO-1.7.11-1.fc26.src.rpm YafaRay-3.2.0-0.5.20170221git.fc26.src.rpm digikam-5.4.0-2.fc26.src.rpm fawkes-1.0.0-5.fc26.src.rpm ffmpeg-3.1.6-1.fc24.src.rpm frei0r-plugins-1.5-3.fc26.src.rpm gmic-1.7.2-2.fc26.src.rpm kf5-libkface-16.08.3-1.fc26.src.rpm libfreenect-0.5.3-5.fc26.src.rpm mlt-6.4.1-5.fc26.src.rpm mrpt-1.3.2-11.fc26.src.rpm nomacs-3.4-2.fc26.src.rpm os-autoinst-4.4-14.20170126gitc29555c.fc26.src.rpm php-facedetect-1.1.0-5.fc26.src.rpm player-3.0.2-57.fc26.src.rpm python-SimpleCV-1.3-7.fc24.src.rpm shogun-5.0.0-0.5.fc26.src.rpm simarrange-0.0-11.20140729git9500190.fc26.src.rpm simon-0.4.1-10.fc25.src.rpm siril-0.9.5-3.fc26.src.rpm
(Hope I have not missed any package)
============================= = What's new =============================
See change log on https://github.com/opencv/opencv/wiki/ChangeLog#version32
Additional changes (Fedora related)
- Remove copyrighted lena.jpg images and SIFT/SURF from tarball, due to legal concerns. - Disable dnn module from opencv_contrib, due missing BuildRequired package in Fedora (protobuf-cpp) - Disable tracking module from opencv_contrib, due disabling dnn module (is required by this module) - Disable CAROTENE in compilation (caused error on arm and ppc64le) - Fix syntax error in opencv_contrib test file (opencv-3.2.0-test-file-fix.patch)
Regards
Josef Ridky Associate Software Engineer Core Services Team Red Hat Czech, s.r.o.
Josef Ridky wrote:
- Disable dnn module from opencv_contrib, due missing BuildRequired
package in Fedora (protobuf-cpp)
Is that different from: http://pkgs.fedoraproject.org/cgit/rpms/protobuf.git which is in C++?
Kevin Kofler
Obviously yes, because OpenCV compile/build script is not satisfied with this package and it trying to download protobuf from google servers, which I think is unacceptable (but anyway, it fail on it).
Regards Josef
----- Original Message -----
| From: "Kevin Kofler" kevin.kofler@chello.at | To: devel@lists.fedoraproject.org | Sent: Tuesday, February 28, 2017 6:28:53 PM | Subject: Re: New release: OpenCV 3.2.0
| Josef Ridky wrote:
| | - Disable dnn module from opencv_contrib, due missing BuildRequired | | | package in Fedora (protobuf-cpp) |
| Is that different from: | http://pkgs.fedoraproject.org/cgit/rpms/protobuf.git | which is in C++?
| Kevin Kofler | _______________________________________________ | devel mailing list -- devel@lists.fedoraproject.org | To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Josef Ridky wrote:
Obviously yes, because OpenCV compile/build script is not satisfied with this package and it trying to download protobuf from google servers, which I think is unacceptable (but anyway, it fail on it).
According to: https://github.com/opencv/opencv_contrib/blob/master/modules/dnn/cmake/OpenC... you have to pass -DBUILD_PROTOBUF:BOOL=OFF to build against a system protobuf.
You may also want -DUPDATE_PROTO_FILES:BOOL=ON.
Kevin Kofler
Hi, On Ter, 2017-02-28 at 08:47 -0500, Josef Ridky wrote:
Hi folks,
in Fedora rawhide is now available new version of OpenCV package. Some of you will have to rebuild your packages (see affected packages section).
This version of OpenCV will be part of Fedora 26+. Previous versions of Fedora will not be affected. See `What's new` section for more information about this release.
============================= = Affected packages =============================
OpenImageIO-1.7.11-1.fc26.src.rpm YafaRay-3.2.0-0.5.20170221git.fc26.src.rpm digikam-5.4.0-2.fc26.src.rpm fawkes-1.0.0-5.fc26.src.rpm ffmpeg-3.1.6-1.fc24.src.rpm frei0r-plugins-1.5-3.fc26.src.rpm gmic-1.7.2-2.fc26.src.rpm kf5-libkface-16.08.3-1.fc26.src.rpm libfreenect-0.5.3-5.fc26.src.rpm mlt-6.4.1-5.fc26.src.rpm mrpt-1.3.2-11.fc26.src.rpm nomacs-3.4-2.fc26.src.rpm os-autoinst-4.4-14.20170126gitc29555c.fc26.src.rpm php-facedetect-1.1.0-5.fc26.src.rpm player-3.0.2-57.fc26.src.rpm python-SimpleCV-1.3-7.fc24.src.rpm shogun-5.0.0-0.5.fc26.src.rpm simarrange-0.0-11.20140729git9500190.fc26.src.rpm simon-0.4.1-10.fc25.src.rpm siril-0.9.5-3.fc26.src.rpm
(Hope I have not missed any package)
============================= = What's new =============================
See change log on https://github.com/opencv/opencv/wiki/ChangeLog#ver sion32
Additional changes (Fedora related)
- Remove copyrighted lena.jpg images and SIFT/SURF from tarball, due
to legal concerns.
- Disable dnn module from opencv_contrib, due missing BuildRequired
package in Fedora (protobuf-cpp)
- Disable tracking module from opencv_contrib, due disabling dnn
module (is required by this module)
- Disable CAROTENE in compilation (caused error on arm and ppc64le)
- Fix syntax error in opencv_contrib test file (opencv-3.2.0-test-
file-fix.patch)
First, thank you for taking care of this package
gstreamer was disabled, is a typo or is ? Also we may enable openni, eigen3, tbb, atlas and vtk support, what is your opinion ? patch in attach at least eigen3 and tbb seems be more known therefore I think we should / may enable it .
Best regards,
Hi Sérgio,
thanks for your message.
I have tested your patch, but unfortunately, it fails (see [1]). I will look at it tomorrow and try to find solution ASAP.
[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=18137840
Regards
Josef
| Hi, | On Ter, 2017-02-28 at 08:47 -0500, Josef Ridky wrote: | > Hi folks, | > | > in Fedora rawhide is now available new version of OpenCV package. | > Some of you will have to rebuild your packages (see affected packages | > section). | > | > This version of OpenCV will be part of Fedora 26+. Previous versions | > of Fedora will not be affected. | > See `What's new` section for more information about this release. | > | > ============================= | > = Affected packages | > ============================= | > | > OpenImageIO-1.7.11-1.fc26.src.rpm | > YafaRay-3.2.0-0.5.20170221git.fc26.src.rpm | > digikam-5.4.0-2.fc26.src.rpm | > fawkes-1.0.0-5.fc26.src.rpm | > ffmpeg-3.1.6-1.fc24.src.rpm | > frei0r-plugins-1.5-3.fc26.src.rpm | > gmic-1.7.2-2.fc26.src.rpm | > kf5-libkface-16.08.3-1.fc26.src.rpm | > libfreenect-0.5.3-5.fc26.src.rpm | > mlt-6.4.1-5.fc26.src.rpm | > mrpt-1.3.2-11.fc26.src.rpm | > nomacs-3.4-2.fc26.src.rpm | > os-autoinst-4.4-14.20170126gitc29555c.fc26.src.rpm | > php-facedetect-1.1.0-5.fc26.src.rpm | > player-3.0.2-57.fc26.src.rpm | > python-SimpleCV-1.3-7.fc24.src.rpm | > shogun-5.0.0-0.5.fc26.src.rpm | > simarrange-0.0-11.20140729git9500190.fc26.src.rpm | > simon-0.4.1-10.fc25.src.rpm | > siril-0.9.5-3.fc26.src.rpm | > | > (Hope I have not missed any package) | > | > ============================= | > = What's new | > ============================= | > | > See change log on https://github.com/opencv/opencv/wiki/ChangeLog#ver | > sion32 | > | > Additional changes (Fedora related) | > | > - Remove copyrighted lena.jpg images and SIFT/SURF from tarball, due | > to legal concerns. | > - Disable dnn module from opencv_contrib, due missing BuildRequired | > package in Fedora (protobuf-cpp) | > - Disable tracking module from opencv_contrib, due disabling dnn | > module (is required by this module) | > - Disable CAROTENE in compilation (caused error on arm and ppc64le) | > - Fix syntax error in opencv_contrib test file (opencv-3.2.0-test- | > file-fix.patch) | | First, thank you for taking care of this package | | gstreamer was disabled, is a typo or is ? | | Also we may enable openni, eigen3, tbb, atlas and vtk support, what is | your opinion ? patch in attach at least eigen3 and tbb seems be | more known therefore I think we should / may enable it . | | Best regards, | -- | Sérgio M. B.