feat(pkg): opencv 0.0.4 — 模块级 dnn/unifont feature(import opencv.dnn)#83
Merged
Conversation
Sunrisepeak
force-pushed
the
feat/opencv-0.0.4-module-features
branch
from
July 19, 2026 06:46
1e2ae01 to
1f1e0b6
Compare
…pencv.dnn)
opencv-m v0.0.4 exposes compat.opencv's optional features through the module
package via mcpp#243 dep/feat forwarding. Bump 0.0.3 -> 0.0.4 (v0.0.4 tarball
GLOBAL + CN mirror, sha256 a2e95e8b…; byte-identical, mirror-cn verified).
Adds two end-to-end workspace members exercising the consumer path
(opencv = { features = ["dnn"|"unifont"] } -> import opencv.dnn / the "uni"
FontFace): tests/examples/opencv-module-{dnn,unifont}. They reuse the
compat.opencv+dnn / +unifont store artifacts already built by the compat-level
opencv-dnn / opencv-unifont members, so no extra heavy build. opencv-module
repinned to 0.0.4.
Member test TUs are import-only (`import std; import opencv.cv[/.dnn];`) — no
textual headers, matching the ffmpeg-module member convention (import std works
alongside the opencv module packages on gcc16).
Validated on mcpp 0.0.99: opencv-m PR#5 green; index CI compat builds green
(dnn feature ok, unifont ink=1301, FFmpeg roundtrip).
Sunrisepeak
force-pushed
the
feat/opencv-0.0.4-module-features
branch
from
July 19, 2026 08:05
1f1e0b6 to
a384383
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
opencv-m v0.0.4:经 mcpp#243 转发把 compat.opencv 的 dnn/unifont 暴露为模块包 feature。opencv.lua 0.0.3→0.0.4(v0.0.4 tarball,sha256 a2e95e8b…,CN 镜像已验证逐字节一致)。新增两个端到端成员 opencv-module-{dnn,unifont}(消费端 opencv={features=[...]} → import opencv.dnn / FontFace("uni");复用 compat.opencv+dnn/+unifont store 工件,无额外重构建)。opencv-module 重钉 0.0.4。opencv-m PR#5 已绿(本地 mcpp 0.0.99 验证 DnnModule + UnifontModule)。