gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Maybe tag the release following opencv version ?

Open metal3d opened this issue 2 years ago • 5 comments

Using Fedora, I have a recent version of OpenCV (and opencv-devel) packages: 4.5.3

But, the latest release of gocv 0.29.0 corresponds to 4.5.4 version.

It's hard to find the correct tag to install, maybe you can make the release tag following the supported version of OpenCV. This way, we can only do go get -u gocv.io/x/gocv@$(opencv_version) ?

Note: I don't want to install opencv from source, it ca break some dependencies of others packages.

metal3d avatar Mar 11 '22 15:03 metal3d

Another possibility is to set 2 tags, one with your version and a tag named opencv-4.5.3 on the same commit.

metal3d avatar Mar 11 '22 15:03 metal3d

Another possibility is to set 2 tags, one with your version and a tag named opencv-4.5.3 on the same commit.

That seems like an excellent idea.

deadprogram avatar Mar 12 '22 22:03 deadprogram

OK done. see https://github.com/hybridgroup/gocv/tags

deadprogram avatar Mar 12 '22 22:03 deadprogram

We just need to add something to the README and/or website to explain this. @metal3d would you be willing to make a PR?

deadprogram avatar Mar 12 '22 22:03 deadprogram

I'm sorry I had a health trouble for weeks. I will make a PR as soon as I can. Thanks a lot for your work!

metal3d avatar Mar 22 '22 08:03 metal3d