Jeff Sheffield
Jeff Sheffield
Doing some local builds to see if this works: ``` for debuging the deps $ docker run -it --rm alpine:3.20 sh $ ./update.py; docker build --no-cache --platform linux/amd64 -t ffmpeg-5.1-alpine320-desktop-build...
> Hello, thanks for your work on this! > > I’ve implemented a fix for the issue #403, but I’m wondering if I should wait for this PR to be...
> Thank you so much for all the pushes and effort on it, I'll catch up and rebase on the weekend, but one thing I've noticed, the build doesn't pass...
@jrottenberg I got a little bit of cleanup to do, based on my self review. But these all build now. 🎉 ( see updated pr description ) This is ready...
Converted back to draft, as the versions `7.02`, `6.1.2`, and `5.1.6` are all actually building the latest `7.1` version of the ffmpeg lib ( need to handle this in the...
> lot of work, really appreciate it, let me run the ci. cool, I actually have a fix the the build version issue Note both alpine320 and ubuntu24.04 failed on...
alright, after looking at the runs [here](https://dev.azure.com/video-tools/ffmpeg/_build?definitionId=1&_a=summary) Looks like **everything built** 🎉 except for the one `alpine320` image's. Images that built ``` 7.1-vaapi2404 81mb 2024-10-28 7.1-vaapi 81mb 2024-10-28 7.1-ubuntu2404-edge 101mb...
@jrottenberg If you re-kick the build, (picking up my latest 2 changes) it should build the `alpine320` images now as well. Which means everything should build. ( note I pulled...
> Ah yeah, pre-commit is the first step of the pipeline so will fail and stop it if it hasn't run. > > Since I don't use docker for the...
@Gwemox I added `--enable-libharfbuzz` ( not checked in yet ) but still does not show the filter as added. 🤔 - compiled w/ flag `--enable-libharfbuzz` - verified that ffmpeg is...