sudo-nautilus / FFmpeg-Builds-Win32

Static FFmpeg Auto-Builds For 32-Bit Windows
MIT License
168 stars 22 forks source link

No updated compiles for a week+. #29

Open Barough opened 1 year ago

Barough commented 1 year ago

Just wondering whats going on.

defisym commented 9 months ago

Seems something wrong with the latest version in build script image

And it seems due to that mingw changed repo address image

IDK if author can check this, it should be super easy to fix

Barough commented 6 months ago

Any news regarding the Win32 builds

padixa commented 6 months ago

@Barough , @defisym It seems like the author does not maintain this anymore. Could you guys suggest another repository for Win32?

defisym commented 6 months ago

I made a fork and it seems to work...partially.

https://github.com/defisym/FFmpeg-Builds-Win32

Barough commented 6 months ago

I made a fork and it seems to work...partially.

https://github.com/defisym/FFmpeg-Builds-Win32

That's great :) Any chance you could make it possible for us to post issues etc over at your fork?

defisym commented 6 months ago

I made a fork and it seems to work...partially. https://github.com/defisym/FFmpeg-Builds-Win32

That's great :) Any chance you could make it possible for us to post issues etc over at your fork?

seem that it's disabled for forks by default. actually, I'm not familiar with actions and build scripts, simply followed the main repo.

padixa commented 6 months ago

@defisym That's really great, but latest ffmpeg version should be: v6.1

defisym commented 6 months ago

@defisym That's really great, but latest ffmpeg version should be: v6.1

  build_targets:
    name: Build target-variant image
    if: ${{ github.event.inputs.buildOnly != 'true' }}
    needs: build_target_bases
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        target: [win32]
        variant: [gpl,lgpl,gpl 4.4,gpl 5.1,gpl 6.0,lgpl 4.4,lgpl 5.1,lgpl 6.0,gpl-shared,lgpl-shared,gpl-shared 4.4,gpl-shared 5.1,gpl-shared 6.0,lgpl-shared 4.4,lgpl-shared 5.1,lgpl-shared 6.0]

cause it's not added into variant matrix I'll try merging main repo to make sure it can build later

defisym commented 6 months ago

@defisym That's really great, but latest ffmpeg version should be: v6.1

@padixa https://github.com/defisym/FFmpeg-Builds-Win32/actions/runs/8006583363 Updated the repo, and seems okay now. Next scheduled build should include 6.1 variants