Releases: ryuuzaki42/FFsubsync_AppImage
FFsubsync 0.4.31 in AppImage
Uncomment wget command for Python AppImage download
FFsubsync 0.4.30 in AppImage - Tag 2
Now using Conty (https://github.com/Kron4ek/Conty), version 1.18.6 (https://github.com/Kron4ek/Conty/releases/tag/1.18.6) with Glibc 2.33 to resolve the error:
import _webrtcvad
ImportError: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by .../_webrtcvad.cpython-310-x86_64-linux-gnu.so)
FFsubsync 0.4.30 in AppImage
Update build.yml
Python to make AppImage
AppImages from https://github.com/niess/python-appimage/
fff77a5774b1a9c6a430013b44410819 python3.9.19-cp39-cp39-manylinux1_x86_64.AppImage
d745d3607763f8b58e3bc8afee16dfe5 python3.10.6-cp310-cp310-manylinux2010_x86_64.AppImage
cfb962c3e824cde3b2b5f41318dd3087 python3.11.12-cp311-cp311-manylinux2014_x86_64.AppImage
823a39b895ef82f70b78e9ef332daee3 python3.12.10-cp312-cp312-manylinux_2_28_x86_64.AppImage
56c50021c39d848b510339252266b93e python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage
FFsubsync 0.4.29 in AppImage
Update README.md
FFsubsync 0.4.27 in AppImage
Update build.yml
FFsubsync 0.4.26 in AppImage
- With zsync to update AppImage, like using AppImageUpdate (https://github.com/AppImageCommunity/AppImageUpdate), the appimageupdatetool (CLI) gave me a better result
See information:
./FFsubsync-*_JB-x86_64.AppImage --appimage-updateinformation
gh-releases-zsync|ryuuzaki42|FFsubsync_AppImage|latest|FFsubsync-*-x86_64.AppImage.zsync
- Tag (1_JB) after the version, to not give error in zsync
FFsubsync 0.4.25 in AppImage
Version using runs-on: ubuntu-20.04
With runs-on: ubuntu-latest (22.04) will require GLIBC_2.34
- ImportError: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_FFsub*/opt/python3.12/lib/python3.12/site-packages/_webrtcvad.cpython-312-x86_64-linux-gnu.so)