Peter L Jones

Results 563 comments of Peter L Jones

Mmm... > qmake does not have required features (which were introduced in cmake scripts). with qmake you'd have to manually add ffmpeg libs to the project, embed and sign them,...

> -> we need to find and add the iOS ffmpeg libraries manually Something like this in a dependencies step? https://www.iteye.com/blog/witcheryne-1734706 just updated for the current era...

OK: ``` aqt install-qt --outputdir /Qt mac desktop 6.8.1 clang_64 --archives qtbase qttools qttranslations --modules qtmultimedia aqt install-qt --outputdir /Qt mac ios 6.8.1 ios --archives qtbase qttools qttranslations --modules qtmultimedia...

https://github.com/jamulussoftware/jamulus/pull/3451 for the Windows fix (plus this commit).

OK, [this](https://github.com/jamulussoftware/jamulus/commit/8521061d12582f3f5f46d9b143311c21ad206265) tries setting a `darwin` backend. Let's see if the [iOS build](https://github.com/jamulussoftware/jamulus/actions/runs/12526399611/job/34938923156) works...

Dunno if this is not helping.... > WARNING : You are installing the ios version of Qt, which requires that the desktop version of Qt is also installed. You can...

[Second try](https://github.com/jamulussoftware/jamulus/actions/runs/12526749495/job/34939632139) at the iOS build -- the truncated log messages don't help. ---- EDIT: Oh, click the line number and it relists everything fully. > /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ >...

OK, this could have an impact on our plans for Jamulus 4 but it shouldn't hold up 3.12.0, I agree.

``` Undefined symbols for architecture arm64: "_av_buffer_create", referenced from: QFFmpeg::VideoEncoder::processOne() in libQt6FFmpegMediaPluginImpl.a[arm64][47](qffmpegvideoencoder.cpp.o) -[QAVFSampleBufferDelegate captureOutput:didOutputSampleBuffer:fromConnection:] in libQt6FFmpegMediaPluginImpl.a[arm64][52](qavfsamplebufferdelegate.mm.o) ``` Why's this failing again?