From 01f8f45e2c05e8ac862ed609996dc26a33d46269 Mon Sep 17 00:00:00 2001 From: Freddy Martinez Garcia Date: Tue, 30 Jun 2026 19:08:11 -0300 Subject: [PATCH 1/2] Bump `whisper-cpp` vcpkg override from 1.8.5#5 to 1.9.1 and update default registry baseline to `d8e1c006`. --- packages/bci-whispercpp/CHANGELOG.md | 12 ++++++++++++ packages/bci-whispercpp/vcpkg-configuration.json | 2 +- packages/bci-whispercpp/vcpkg.json | 3 +-- packages/transcription-whispercpp/CHANGELOG.md | 12 ++++++++++++ .../vcpkg-configuration.json | 2 +- packages/transcription-whispercpp/vcpkg.json | 3 +-- 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/packages/bci-whispercpp/CHANGELOG.md b/packages/bci-whispercpp/CHANGELOG.md index d43b9f4536..719df5d8e7 100644 --- a/packages/bci-whispercpp/CHANGELOG.md +++ b/packages/bci-whispercpp/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- Bumped the `whisper-cpp` vcpkg override from `1.8.5#5` to `1.9.1`, which pulls + the latest from upstream `ggml-org/whisper.cpp` v1.9.1 into our fork + `tetherto/qvac-ext-lib-whisper.cpp` (master `cb91a378`, + [#73](https://github.com/tetherto/qvac-ext-lib-whisper.cpp/pull/73)). The + registry baseline is moved to `d8e1c006` + ([tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219)), + which carries the `whisper-cpp 1.9.1` port. No addon version bump (QVAC-21582). + ## [0.3.3] - 2026-06-24 ### Changed diff --git a/packages/bci-whispercpp/vcpkg-configuration.json b/packages/bci-whispercpp/vcpkg-configuration.json index 4524f3b332..60faa302bb 100644 --- a/packages/bci-whispercpp/vcpkg-configuration.json +++ b/packages/bci-whispercpp/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "a9d7e924de8cb7133c54c5b1d446e4d9c0508ec8", + "baseline": "d8e1c006a0e2afe558443c99dfb68a72d76dc54e", "repository": "https://github.com/tetherto/qvac-registry-vcpkg.git" }, "registries": [ diff --git a/packages/bci-whispercpp/vcpkg.json b/packages/bci-whispercpp/vcpkg.json index 51384ca6fa..6ab452b789 100644 --- a/packages/bci-whispercpp/vcpkg.json +++ b/packages/bci-whispercpp/vcpkg.json @@ -37,8 +37,7 @@ "overrides": [ { "name": "whisper-cpp", - "version": "1.8.5", - "port-version": 5 + "version": "1.9.1" } ] } diff --git a/packages/transcription-whispercpp/CHANGELOG.md b/packages/transcription-whispercpp/CHANGELOG.md index 24baf5968f..c1129519ea 100644 --- a/packages/transcription-whispercpp/CHANGELOG.md +++ b/packages/transcription-whispercpp/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- Bumped the `whisper-cpp` vcpkg override from `1.8.5#5` to `1.9.1`, which pulls + the latest from upstream `ggml-org/whisper.cpp` v1.9.1 into our fork + `tetherto/qvac-ext-lib-whisper.cpp` (master `cb91a378`, + [#73](https://github.com/tetherto/qvac-ext-lib-whisper.cpp/pull/73)). The + registry baseline is moved to `d8e1c006` + ([tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219)), + which carries the `whisper-cpp 1.9.1` port. No addon version bump (QVAC-21582). + ## [0.10.2] - 2026-06-24 ### Changed diff --git a/packages/transcription-whispercpp/vcpkg-configuration.json b/packages/transcription-whispercpp/vcpkg-configuration.json index 37c25ce181..c21450bb12 100644 --- a/packages/transcription-whispercpp/vcpkg-configuration.json +++ b/packages/transcription-whispercpp/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "a9d7e924de8cb7133c54c5b1d446e4d9c0508ec8", + "baseline": "d8e1c006a0e2afe558443c99dfb68a72d76dc54e", "repository": "https://github.com/tetherto/qvac-registry-vcpkg" }, "registries": [ diff --git a/packages/transcription-whispercpp/vcpkg.json b/packages/transcription-whispercpp/vcpkg.json index b420ad2df4..e9c5feda1a 100644 --- a/packages/transcription-whispercpp/vcpkg.json +++ b/packages/transcription-whispercpp/vcpkg.json @@ -28,8 +28,7 @@ "overrides": [ { "name": "whisper-cpp", - "version": "1.8.5", - "port-version": 5 + "version": "1.9.1" } ] } From 1bae009b0e8cfab24ae5c98397171114301e54ad Mon Sep 17 00:00:00 2001 From: Freddy Martinez Garcia Date: Wed, 1 Jul 2026 09:22:18 -0300 Subject: [PATCH 2/2] QVAC-21582: address review - keep registry baseline unchanged Per review on #2973: only bump the whisper-cpp override to 1.9.1 in vcpkg.json and leave the registry baseline pinned at a9d7e924. The override resolves the new version forward of the pinned baseline (same pattern as the prior 1.8.5#5 bump). Updates both transcription-whispercpp and bci-whispercpp CHANGELOG wording. Co-authored-by: Cursor --- packages/bci-whispercpp/CHANGELOG.md | 7 ++++--- packages/bci-whispercpp/vcpkg-configuration.json | 2 +- packages/transcription-whispercpp/CHANGELOG.md | 7 ++++--- packages/transcription-whispercpp/vcpkg-configuration.json | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/packages/bci-whispercpp/CHANGELOG.md b/packages/bci-whispercpp/CHANGELOG.md index 719df5d8e7..8950c5d4fb 100644 --- a/packages/bci-whispercpp/CHANGELOG.md +++ b/packages/bci-whispercpp/CHANGELOG.md @@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the latest from upstream `ggml-org/whisper.cpp` v1.9.1 into our fork `tetherto/qvac-ext-lib-whisper.cpp` (master `cb91a378`, [#73](https://github.com/tetherto/qvac-ext-lib-whisper.cpp/pull/73)). The - registry baseline is moved to `d8e1c006` - ([tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219)), - which carries the `whisper-cpp 1.9.1` port. No addon version bump (QVAC-21582). + registry baseline is left unchanged; the override resolves the new version + forward of the pinned baseline against + [tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219) + (`whisper-cpp 1.9.1` port, REF `cb91a378`). No addon version bump (QVAC-21582). ## [0.3.3] - 2026-06-24 diff --git a/packages/bci-whispercpp/vcpkg-configuration.json b/packages/bci-whispercpp/vcpkg-configuration.json index 60faa302bb..4524f3b332 100644 --- a/packages/bci-whispercpp/vcpkg-configuration.json +++ b/packages/bci-whispercpp/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "d8e1c006a0e2afe558443c99dfb68a72d76dc54e", + "baseline": "a9d7e924de8cb7133c54c5b1d446e4d9c0508ec8", "repository": "https://github.com/tetherto/qvac-registry-vcpkg.git" }, "registries": [ diff --git a/packages/transcription-whispercpp/CHANGELOG.md b/packages/transcription-whispercpp/CHANGELOG.md index c1129519ea..0ff1d7cecb 100644 --- a/packages/transcription-whispercpp/CHANGELOG.md +++ b/packages/transcription-whispercpp/CHANGELOG.md @@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the latest from upstream `ggml-org/whisper.cpp` v1.9.1 into our fork `tetherto/qvac-ext-lib-whisper.cpp` (master `cb91a378`, [#73](https://github.com/tetherto/qvac-ext-lib-whisper.cpp/pull/73)). The - registry baseline is moved to `d8e1c006` - ([tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219)), - which carries the `whisper-cpp 1.9.1` port. No addon version bump (QVAC-21582). + registry baseline is left unchanged; the override resolves the new version + forward of the pinned baseline against + [tetherto/qvac-registry-vcpkg#219](https://github.com/tetherto/qvac-registry-vcpkg/pull/219) + (`whisper-cpp 1.9.1` port, REF `cb91a378`). No addon version bump (QVAC-21582). ## [0.10.2] - 2026-06-24 diff --git a/packages/transcription-whispercpp/vcpkg-configuration.json b/packages/transcription-whispercpp/vcpkg-configuration.json index c21450bb12..37c25ce181 100644 --- a/packages/transcription-whispercpp/vcpkg-configuration.json +++ b/packages/transcription-whispercpp/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "d8e1c006a0e2afe558443c99dfb68a72d76dc54e", + "baseline": "a9d7e924de8cb7133c54c5b1d446e4d9c0508ec8", "repository": "https://github.com/tetherto/qvac-registry-vcpkg" }, "registries": [