Skip to content

Conversation

@xogium
Copy link
Contributor

@xogium xogium commented Oct 31, 2025

This pull-request concerns:

  • ffmpeg.1.2.7: Bindings for the ffmpeg libraries
  • ffmpeg-av.1.2.7: Bindings for the ffmpeg libraries -- top-level helpers
  • ffmpeg-avcodec.1.2.7: Bindings for the ffmpeg avcodec library
  • ffmpeg-avdevice.1.2.7: Bindings for the ffmpeg avdevice library
  • ffmpeg-avfilter.1.2.7: Bindings for the ffmpeg avfilter library
  • ffmpeg-avutil.1.2.7: Bindings for the ffmpeg avutil libraries
  • ffmpeg-swresample.1.2.7: Bindings for the ffmpeg swresample library
  • ffmpeg-swscale.1.2.7: Bindings for the ffmpeg swscale library


🐫 Pull-request generated by opam-publish v2.5.1

"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git"
x-maintenance-intent: ["(latest)"]

I can see all packages except the "umbrella"-package has it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing it out. This has been added upstream and should be safe to apply to this PR as well.

@jmid
Copy link
Member

jmid commented Nov 1, 2025

Looking at some of the CI failures

  • Centos and Fedora are failing to install ffmpeg-devel and part of conf-ffmpeg.
  • Debian-11, opensuse-15.6, ubuntu-22.04 are all failing with unknown type name 'AVChannelLayout' which I suspect is due to a dated ffmpeg version on those platforms... 🤔

@jmid
Copy link
Member

jmid commented Nov 1, 2025

I've created #28814 to address some of the Centos and Fedora failures

@toots
Copy link
Contributor

toots commented Nov 2, 2025

Looking at some of the CI failures

  • Centos and Fedora are failing to install ffmpeg-devel and part of conf-ffmpeg.

Thanks for your work handling this.

  • Debian-11, opensuse-15.6, ubuntu-22.04 are all failing with unknown type name 'AVChannelLayout' which I suspect is due to a dated ffmpeg version on those platforms... 🤔

Correct. The binding is expected to support only the last two major ffmpeg releases, currently 7 and 8.

@mseri
Copy link
Member

mseri commented Nov 3, 2025

Thanks a lot!

@mseri mseri merged commit 0fe17f7 into ocaml:master Nov 3, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants