From 71b4a3d94e82566ea906ed9fded5642fb38c25aa Mon Sep 17 00:00:00 2001 From: rainyl Date: Thu, 31 Oct 2024 21:00:08 +0800 Subject: [PATCH 1/3] bump DartCvIOS and DartCvMacOS to 4.10.0.4 --- packages/opencv_core/CHANGELOG.md | 4 ++++ packages/opencv_core/pubspec.yaml | 4 ++-- packages/opencv_dart/CHANGELOG.md | 4 ++++ packages/opencv_dart/pubspec.yaml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/packages/opencv_core/CHANGELOG.md b/packages/opencv_core/CHANGELOG.md index 41a253af..24ab685b 100644 --- a/packages/opencv_core/CHANGELOG.md +++ b/packages/opencv_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.2 + +* bump DartCvIOS and DartCvMacOS to 4.10.0.4, remove `-Wl,-ld_classic` for ios and macos + ## 1.3.1 * breaking change: hide `highgui` diff --git a/packages/opencv_core/pubspec.yaml b/packages/opencv_core/pubspec.yaml index ad894393..a46cccf8 100644 --- a/packages/opencv_core/pubspec.yaml +++ b/packages/opencv_core/pubspec.yaml @@ -3,9 +3,9 @@ description: | OpenCV4 bindings for Flutter. This plugin does NOT include `highgui` and `videoio`, if you need them, please use `opencv_dart` instead. -version: 1.3.1 +version: 1.3.2 opencv_version: 4.10.0+9 -dartcv_version: 4.10.0.3 +dartcv_version: 4.10.0.4 repository: https://github.com/rainyl/opencv_dart homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_core diff --git a/packages/opencv_dart/CHANGELOG.md b/packages/opencv_dart/CHANGELOG.md index cbbbc594..67e99bb7 100644 --- a/packages/opencv_dart/CHANGELOG.md +++ b/packages/opencv_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.2 + +* bump DartCvIOS and DartCvMacOS to 4.10.0.4, remove `-Wl,-ld_classic` for ios and macos + ## 1.3.1 * breaking change: hide `highgui` diff --git a/packages/opencv_dart/pubspec.yaml b/packages/opencv_dart/pubspec.yaml index 4848353e..77dd2f5e 100644 --- a/packages/opencv_dart/pubspec.yaml +++ b/packages/opencv_dart/pubspec.yaml @@ -3,9 +3,9 @@ description: | OpenCV4 bindings for Flutter, using dart:ffi. This plugin include `videoio` module, if you don't need it, please use `opencv_core` instead. -version: 1.3.1 +version: 1.3.2 opencv_version: 4.10.0+9 -dartcv_version: 4.10.0.3 +dartcv_version: 4.10.0.4 repository: https://github.com/rainyl/opencv_dart homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_dart From 6acda886944fc213b520ce2c88dd1a909f1d15ea Mon Sep 17 00:00:00 2001 From: rainyl Date: Thu, 31 Oct 2024 21:07:51 +0800 Subject: [PATCH 2/3] remove Podfile.lock --- packages/opencv_core/example/ios/Podfile.lock | 64 ------------------- .../opencv_core/example/macos/Podfile.lock | 64 ------------------- 2 files changed, 128 deletions(-) delete mode 100644 packages/opencv_core/example/ios/Podfile.lock delete mode 100644 packages/opencv_core/example/macos/Podfile.lock diff --git a/packages/opencv_core/example/ios/Podfile.lock b/packages/opencv_core/example/ios/Podfile.lock deleted file mode 100644 index 2d928ddc..00000000 --- a/packages/opencv_core/example/ios/Podfile.lock +++ /dev/null @@ -1,64 +0,0 @@ -PODS: - - DartCvIOS (4.10.0.3): - - DartCvIOS/calib3d (= 4.10.0.3) - - DartCvIOS/contrib (= 4.10.0.3) - - DartCvIOS/core (= 4.10.0.3) - - DartCvIOS/features2d (= 4.10.0.3) - - DartCvIOS/imgproc (= 4.10.0.3) - - DartCvIOS/objdetect (= 4.10.0.3) - - DartCvIOS/photo (= 4.10.0.3) - - DartCvIOS/stitching (= 4.10.0.3) - - DartCvIOS/video (= 4.10.0.3) - - DartCvIOS/calib3d (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/contrib (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/core (4.10.0.3) - - DartCvIOS/dnn (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/features2d (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/imgproc (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/objdetect (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/photo (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/stitching (4.10.0.3): - - DartCvIOS/core - - DartCvIOS/video (4.10.0.3): - - DartCvIOS/core - - Flutter (1.0.0) - - image_picker_ios (0.0.1): - - Flutter - - opencv_core (0.0.1): - - DartCvIOS (= 4.10.0.3) - - DartCvIOS/dnn (= 4.10.0.3) - - Flutter - -DEPENDENCIES: - - Flutter (from `Flutter`) - - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) - - opencv_core (from `.symlinks/plugins/opencv_core/ios`) - -SPEC REPOS: - trunk: - - DartCvIOS - -EXTERNAL SOURCES: - Flutter: - :path: Flutter - image_picker_ios: - :path: ".symlinks/plugins/image_picker_ios/ios" - opencv_core: - :path: ".symlinks/plugins/opencv_core/ios" - -SPEC CHECKSUMS: - DartCvIOS: a92134352b918dd2525d2b856fc1d0fe461f7e5d - Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1 - opencv_core: c077e770a9c7442bb28ad53e66485fc794d056ba - -PODFILE CHECKSUM: 7be2f5f74864d463a8ad433546ed1de7e0f29aef - -COCOAPODS: 1.16.1 diff --git a/packages/opencv_core/example/macos/Podfile.lock b/packages/opencv_core/example/macos/Podfile.lock deleted file mode 100644 index 2c3a621a..00000000 --- a/packages/opencv_core/example/macos/Podfile.lock +++ /dev/null @@ -1,64 +0,0 @@ -PODS: - - DartCvMacOS (4.10.0.3): - - DartCvMacOS/calib3d (= 4.10.0.3) - - DartCvMacOS/contrib (= 4.10.0.3) - - DartCvMacOS/core (= 4.10.0.3) - - DartCvMacOS/features2d (= 4.10.0.3) - - DartCvMacOS/imgproc (= 4.10.0.3) - - DartCvMacOS/objdetect (= 4.10.0.3) - - DartCvMacOS/photo (= 4.10.0.3) - - DartCvMacOS/stitching (= 4.10.0.3) - - DartCvMacOS/video (= 4.10.0.3) - - DartCvMacOS/calib3d (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/contrib (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/core (4.10.0.3) - - DartCvMacOS/dnn (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/features2d (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/imgproc (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/objdetect (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/photo (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/stitching (4.10.0.3): - - DartCvMacOS/core - - DartCvMacOS/video (4.10.0.3): - - DartCvMacOS/core - - file_selector_macos (0.0.1): - - FlutterMacOS - - FlutterMacOS (1.0.0) - - opencv_core (0.0.1): - - DartCvMacOS (= 4.10.0.3) - - DartCvMacOS/dnn (= 4.10.0.3) - - FlutterMacOS - -DEPENDENCIES: - - file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`) - - FlutterMacOS (from `Flutter/ephemeral`) - - opencv_core (from `Flutter/ephemeral/.symlinks/plugins/opencv_core/macos`) - -SPEC REPOS: - trunk: - - DartCvMacOS - -EXTERNAL SOURCES: - file_selector_macos: - :path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos - FlutterMacOS: - :path: Flutter/ephemeral - opencv_core: - :path: Flutter/ephemeral/.symlinks/plugins/opencv_core/macos - -SPEC CHECKSUMS: - DartCvMacOS: 203fec6e3ad5ee9f4b1b83c593f2239ab3c1294f - file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d - FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 - opencv_core: e34947c8ed2e43b8071add614a97de2447474582 - -PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3 - -COCOAPODS: 1.16.1 From ccf875fffbfed6efd3cef392ef4b9c2975f44ad2 Mon Sep 17 00:00:00 2001 From: rainyl Date: Thu, 31 Oct 2024 13:18:01 +0000 Subject: [PATCH 3/3] Commit SVG reports --- .../opencv_core/images/opencv_core_size_report.svg | 12 ++++++------ .../opencv_dart/images/opencv_dart_size_report.svg | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/opencv_core/images/opencv_core_size_report.svg b/packages/opencv_core/images/opencv_core_size_report.svg index 4f82214e..61e21574 100644 --- a/packages/opencv_core/images/opencv_core_size_report.svg +++ b/packages/opencv_core/images/opencv_core_size_report.svg @@ -46,9 +46,9 @@ Total: - 125.26 MB + 125.79 MB Package: - 81.21 MB + 81.73 MB @@ -131,9 +131,9 @@ Total: - 125.28 MB + 125.79 MB Package: - 81.21 MB + 81.72 MB @@ -169,8 +169,8 @@ Total: - 70.62 MB + 70.72 MB Package: - 21.01 MB + 21.11 MB \ No newline at end of file diff --git a/packages/opencv_dart/images/opencv_dart_size_report.svg b/packages/opencv_dart/images/opencv_dart_size_report.svg index ddaa23cc..c73aa118 100644 --- a/packages/opencv_dart/images/opencv_dart_size_report.svg +++ b/packages/opencv_dart/images/opencv_dart_size_report.svg @@ -46,9 +46,9 @@ Total: - 141.36 MB + 141.89 MB Package: - 97.30 MB + 97.83 MB @@ -131,9 +131,9 @@ Total: - 141.36 MB + 141.89 MB Package: - 97.29 MB + 97.82 MB @@ -169,8 +169,8 @@ Total: - 70.85 MB + 70.94 MB Package: - 21.24 MB + 21.33 MB \ No newline at end of file