Ci/macos build - #1
Open
Toxblh wants to merge 6 commits into
Open
Conversation
…tion - Added `test-isolated.sh` script to verify that Kitsune.app runs without Homebrew or system Python, including checks for Homebrew path leaks, bundle structure, Python imports, and app launch. - Refactored token storage in `token_store.py` to use `keyring` instead of `Secret`, simplifying token management. - Enhanced `GstPlayer` to initialize GStreamer if not already done and added a method to reset the pipeline after end-of-stream. - Introduced `macos_media_keys.py` for handling media key events on macOS, integrating with `MPRemoteCommandCenter` for playback controls. - Updated `image_cache.py` to generate square thumbnails for macOS Now Playing widget. - Modified `player_view.py` to set up media key handlers and update Now Playing info based on playback state. - Adjusted `main.py` to handle locale binding for non-GNU builds. - Updated tests in `test_token_store.py` to reflect changes in token storage implementation and ensure robustness against deletion errors.
Builds Kitsune.app + DMG on macos-15, uploads artifact on every push, creates a GitHub Release on tag push. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
update-desktop-database is Linux-only; not available on macOS. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Without it GdkPixbuf cannot decode WebP images (anime covers), causing the smoke test to fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
brew postinstall webp-pixbuf-loader fails non-fatally on CI runners; retry it explicitly and suppress the exit code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.