Page MenuHomeFreeBSD

multimedia/obs-studio: fix type conversion error on libftl over new version clang
ClosedPublic

Authored by aokblast on Apr 24 2023, 8:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 17 2024, 11:12 PM
Unknown Object (File)
Jan 5 2024, 5:47 PM
Unknown Object (File)
Dec 25 2023, 5:13 PM
Unknown Object (File)
Dec 20 2023, 7:32 AM
Unknown Object (File)
Nov 28 2023, 11:09 PM
Unknown Object (File)
Nov 9 2023, 5:10 AM
Unknown Object (File)
Nov 6 2023, 8:18 PM
Unknown Object (File)
Nov 4 2023, 11:30 PM

Details

Summary

obs-studio cannot be compiled at -CURRENT due to some type conversion error. I fixed it by force conversion.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 51145
Build 48036: arc lint + arc unit

Event Timeline

lwhsu added a subscriber: yuri.

Hi @yuri ,

As upstream is using git module https://github.com/obsproject/obs-studio/tree/master/plugins/obs-outputs and its upstream has been archived https://github.com/microsoft/ftl-sdk , I am afraid we need to patch this locally first. What do you think?

@i19780219111_kimo.com , I think we can still open an issue in https://github.com/obsproject/obs-studio/ and see if they want to just drop that lib, or import it and patch in their repository.

lwhsu retitled this revision from fix type conversion error on libftl over new version clang to multimedia/obs-studio: fix type conversion error on libftl over new version clang.May 2 2023, 9:30 PM

Hi Li-Wen Hsu,

Sorry for the delay, I missed this patch.

Please commit it.

Thank you and sorry again,
Yuri

This revision is now accepted and ready to land.May 24 2023, 4:59 PM
This revision was automatically updated to reflect the committed changes.