Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Version 2024.4.2 #149

Merged
merged 18 commits into from
Apr 9, 2024
Merged

Update to Version 2024.4.2 #149

merged 18 commits into from
Apr 9, 2024

Conversation

ebb-earl-co
Copy link
Owner

This pull request removes the GitHub Actions workflow files that used PyApp to create release binaries, in favor of only using PyInstaller. To that end, pyinstaller.py is revamped to use a feature of Python 3.10+, the match/case keywords. Lastly, FFmpeg 7.0 is used in all PyInstaller-created binaries over FFmpeg 6.1.1

* Finally Figure out PyInstaller on Windows! (#136)

Remove Xcode installation step as it is included in GitHub's macOS runner

* Add --enable-neon to pyinstaller-macos_arm64.yml

* Add caching of FFmpeg binary to pyinstaller-macos_arm64.yml

* Try to use Msys2 in pyinstaller-windows.yml

* Remove tidal-wave[all]

Typer no longer has the option to install typer[all], so it's also unnecessary in `tidal-wave`

* Bump version of typer to 0.12.1 in requirements.txt

* Download ffmpeg.exe from Separate Repo

In pyinstaller-windows.yml, download the ffmpeg.exe from https://github.com/ebb-earl-co/media-autobuild_suite/releases/tag/n6.1.1

* Address Issue #137 (#140)

* In track.py and album.py, move self.cover_path definition to set_album_dir()

* Format with Black; remove invalid type hints (pylance)

* HOTFIX: Dockerfile Dependence ca-certificates

Ubuntu brings in `ca-certificates` with `git`, but Debian needs to apt-get `ca-certificates` separately.

* Update pyinstaller-macos_arm64.yml

Add `continue-on-error: true` for the random Homebrew updating failure due to network timeout
Add `continue-on-error: true` for the random Homebrew updating failure due to network timeout

* Revert "Add `-movflags faststart` to .m4a and .mp4 files" (#143)
Add `-movflags +faststart` in `track.Track.remux()` for .m4a files.
Bump version number

* HOTFIX: Typo in pyinstaller-macos_arm64.yml

There was a rogue period (".") in a file name at the end of `pyinstaller-macos_arm64.yml`; remove it
Use FFmpeg 7.0 and Python 3.12.2 in all pyinstaller invocations
Remove libfdk-aac in Dockerfile and pyinstaller-*.yml as keeping track of the .so and .a files isn't worth the hassle
* Delete .github/workflows/pyapp-linux.yml

* Delete .github/workflows/pyapp-macos_arm64.yml

* Delete .github/workflows/pyapp-macos_x86.yml

* Delete .github/workflows/pyapp-windows.yml
@ebb-earl-co ebb-earl-co added documentation Improvements or additions to documentation enhancement New feature or request github_actions Pull requests that update GitHub Actions code python Pull requests that update Python code labels Apr 8, 2024
@ebb-earl-co ebb-earl-co self-assigned this Apr 8, 2024
@ebb-earl-co ebb-earl-co merged commit 65eba2e into trunk Apr 9, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request github_actions Pull requests that update GitHub Actions code python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant