voxtype-bin: update to 1.0.1 - #268
Open
spencerbull wants to merge 1 commit into
Open
Conversation
Upstream v1.0.1 fixes resampler aliasing (proper anti-aliasing filter,
no more 21ms end-of-recording clip), adds resumable model downloads,
media-ducking fades, push-to-talk stuck-state fixes, and makes idle
model eviction actually run.
Also ships quickshell/voxtype-shared/{StyleLoader,RecipeRenderer}.qml,
which qmldir has registered since v1.0.0 but the package never
installed, breaking 'import voxtype-shared 1.0' resolution.
Binary checksums taken from the release's SHA256SUMS.txt, verified
against the CI signing key 9CCF7915B750CAE8B095ED1AA3FC9F33FD209279
already listed in validpgpkeys; raw support files hashed locally.
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.
Updates
voxtype-binfrom 1.0.0-2 to 1.0.1-1 (upstream release).Packaging changes
pkgver=1.0.1,pkgrel=1; all binary checksums taken from the release'sSHA256SUMS.txt, whose signature I verified against the Voxtype CI signing key (9CCF7915B750CAE8B095ED1AA3FC9F33FD209279) already listed invalidpgpkeys. Support files fetched from thev1.0.1tag and hashed locally. Fullmakepkg --verifysourcepasses (all 50 sources: checksums + GPG signatures).quickshell/voxtype-shared/qmldirhas registeredStyleLoaderandRecipeRenderersince v1.0.0, but the package never shipped those two QML files, soimport voxtype-shared 1.0referenced missing components. They're now insource=and installed with the rest of the module..installpost-upgrade notes rewritten for 1.0.1; dropped the 1.0.0 known-issues block (the Quickshell pointer-capture issue #440 is closed upstream)..socompanions are byte-identical to 1.0.0 (same ORT 1.24.4 redistribution), which matches expectations for a patch release.Not changed: the
voxtype-onnx-rocmcompat symlink (PKGBUILD comment says "drop in v0.8.0") is still shipped — dropping it is user-visible and worth its own decision, not a ride-along in a version bump.Upstream changelog (v1.0.1)