Peter L Jones
Peter L Jones
Example from build that displays version but hasn't had this update, where a server is running that _has_ got this update: Example from a build that displays version and has...
https://semver.org/#spec-item-10 Actually, reading that: 1. It reckons we shouldn't take any of it into account 2. I should have used dot not colon ...I think....
``` ~/Library/Cache/jamulus-dependencies/create-dmg/create-dmg/v1.2.2 ~/work/jamulus/jamulus install -d /usr/local install -d /usr/local/bin install create-dmg /usr/local/bin/create-dmg install -d /usr/local/share/create-dmg cp -R support /usr/local/share/create-dmg cp -R examples /usr/local/share/create-dmg cp -R tests /usr/local/share/create-dmg ~/work/jamulus/jamulus Creating disk...
> There's a warning in the CI. Not sure if it's relevant. Probably build with all targets here gave this error. --> try without in another PR I think it...
From https://github.com/jamulussoftware/jamulus/issues/3443#issuecomment-3480248730: ---- OK, ran the link checker (I don't like doing `--network host`... no _simple_ alternative, though): ``` $ docker run --network host --rm tennox/linkcheck http://192.168.1.19:8022/ > linkcheck.log ```...
Yeah, looks like the Qt6 builders can't cope now.
Any idea why the QFFmpeg dependency exists?
OK, I can repeat the Windows error locally: ``` aqt install-qt "--outputdir" ~/Downloads/Qt windows desktop 6.8.1 "win64_msvc2019_64" "--archives" "qtbase" "qttools" "qttranslations" --modules qtmultimedia ... ERROR : The packages ['qt_base', 'qtmultimedia']...
OK, that seems to have got the Qt 6.8.1 install happy, at least... let's see if it works.
Bumped `windows/deploy_windows.ps1` as well.