SpaceIm

Results 220 comments of SpaceIm

@shiena Please disable lto if it's manually managed in upstream CMakeList, and don't add such option in conancenter recipe. Lto can be enabled by users through conan config. It's always...

> @cuppajoeman It looks like that patch was first made over here. #14573 (@SpaceIm ) I've made this patch for joltphysics 2.0.1 (first version of joltphysics packaged in conancenter), I...

`tools.android:ndk_path` is not a silver bullet. There is indeed some magic in CMakeToolchain & MesonToolchain when `tools.android:ndk_path` is set: - For CMakeToolchain, the path of CMake toolchain of Android NDK...

@AbrilRBS @uilianries @danimtb Looks like ffmpeg v2 packages for msvc are missing for some reason (only when shared=True, I guess it comes from RREV update of libvpx due to recent...

Are you sure gstreamer is enabled in your local build with conan v1 client? I don't see gstreamer nor gst-plugins-base in requirements. Souldn't it be `-o opencv:with_gstreamer=True` with conan v1...

I've tested on macOS and conan v2 client (+ migration of `gst-plugins-base` recipe with https://github.com/conan-io/conan-center-index/pull/19530 + https://github.com/valgur/conan-center-index/pull/9), and it works fine: ``` conan create . --version 4.10.0 -o "*:shared=True" -b...

@AbrilRBS @uilianries could you review this one please? I'll submit another PR adding more videoio backends but I prefer to wait for this one to be merged.

``` ERROR: Missing prebuilt package for 'ffmpeg/4.4.4'. You can try: - List all available packages using 'conan list "ffmpeg/4.4.4:*" -r=remote' - Explain missing binaries: replace 'conan install ...' with 'conan...

This option is not handled by opencv recipe, so someone has to submit a PR in order to add such option in recipe, map it to `WITH_GSTREAMER` option of upstream...

I've submitted https://github.com/conan-io/conan-center-index/pull/24495, but there is no review for the moment. You can ping maintainers if you want.