-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up macOS and Windows builds (#1352)
* Convert phazor to tabs, fix indents, add indents for ifdefs, add mingw ifdef * Fix typo * Fix opencc optdep * run.sh: Don't install _optional.txt, it's already included * myspac.txt: Add mingw-w64-x86_64-rust for pydantic source builds * Indent couple missed ifdefs * Try adding /mingw64/include/ * Pillow is needed on all platforms * Move requirements for specific OSs and opts to extra as requirements.txt is now universal with all opts * macOS CI: Use develop pyinstaller as the fix is now in master * run.sh: Check python silently and in a function * run.sh: Fix up script path for Windows build and remove Rsvg typelib hardcoded import as it was fixed upstream * run.sh: Fix building Pillow on MINGW * Phazor: Add .pyd for Windows DLLs and cleanup pyproject.toml comments * Phazor: Fix dosctring * Fix more docstrings * Touch up error text * Use is_file() * phazor.c: Add missing space * phazor.c: Format code better * run.sh: Better note * pyproject.toml: Fix broken opus include on Windows * Init windows.spec * windows.spec: Fix phazor * windows.spec: Fix icons * windows.spec: Stop copying lib dir and add note about Defender * windows.spec: Make librespot optional in run.sh * windows.spec: Add --noconfirm to pyinstaller * windows.spec: Name TauonMusicBox * windows.spec: Set scriptname and nicer file copying * windows.spec: Yeet scriptname * windows.spec: Small touchup * main: add spaces to the correct place in the string * Add (optimistic) changelog entry to not have to fix it later again * phazor.c: Leave Python.h stuff only for MSVC * Revert ifdefing python.h and migrate to WIN64 and __MINGW64__ ifdefs * main: Do not attempt to load nonexistent file * Fix Path function name * test phazor EXPORTs * phazor: Mark functions explicitly exported for Windows * Fix up linebreaks * scan_devices is supposed to be exported * run.sh: Remove redundant comment * Note portable installation directory change in changelog * changelog: Remove newline that made the bulletpoints space more than wanted
- Loading branch information
Showing
15 changed files
with
2,454 additions
and
2,407 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
mingw-w64-x86_64-SDL2 | ||
mingw-w64-x86_64-SDL2_image | ||
mingw-w64-x86_64-flac | ||
mingw-w64-x86_64-gcc | ||
mingw-w64-x86_64-gtk3 | ||
mingw-w64-x86_64-libgme | ||
mingw-w64-x86_64-libopenmpt | ||
mingw-w64-x86_64-libsamplerate | ||
mingw-w64-x86_64-opusfile | ||
mingw-w64-x86_64-pkgconf | ||
mingw-w64-x86_64-wavpack | ||
mingw-w64-x86_64-python3 | ||
mingw-w64-x86_64-python3-gobject | ||
mingw-w64-x86_64-python3-pillow | ||
mingw-w64-x86_64-python3-pip | ||
mingw-w64-x86_64-python-websocket-client | ||
mingw-w64-x86_64-libgme | ||
mingw-w64-x86_64-rust | ||
mingw-w64-x86_64-SDL2 | ||
mingw-w64-x86_64-SDL2_image | ||
mingw-w64-x86_64-wavpack |
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.