Skip to content

Commit

Permalink
pyobjc-framework-AVFoundation 10.1
Browse files Browse the repository at this point in the history
Fixes build failure:
2024-02-07T00:13:44.1632550Z In file included from Modules/_AVFoundation.m:12:
2024-02-07T00:13:44.1634070Z Modules/_AVFoundation_protocols.m:80:28: error: cannot find protocol declaration for 'AVCapturePhotoOutputReadinessCoordinatorDelegate'
2024-02-07T00:13:44.1635400Z     p = PyObjC_IdToPython(@protocol(AVCapturePhotoOutputReadinessCoordinatorDelegate));
2024-02-07T00:13:44.1636240Z                            ^
2024-02-07T00:13:44.1667560Z 1 error generated.
2024-02-07T00:13:44.1769500Z error: command '/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' failed with exit code 1
2024-02-07T00:13:44.2675810Z *** Error during phase build of python3-pyobjc-framework-avfoundation: ########## Error running python3 setup.py build --build-base /Users/runner/.cache/jhbuild/build/pyobjc-framework-AVFoundation-10.0 *** [101/137]

CI log: https://github.com/cpatulea/gtk-osx-build/actions/runs/7806902536/job/21294198714

Issue: ronaldoussoren/pyobjc#572

Cc: Xpra-org/xpra#4017
  • Loading branch information
cpatulea committed Feb 8, 2024
1 parent dbbb0b9 commit d5cd45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xpra-python3.modules
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,9 @@

<distutils id="python3-pyobjc-framework-avfoundation" python3="1">
<branch
module="p/pyobjc-framework-AVFoundation/pyobjc-framework-AVFoundation-10.0.tar.gz"
hash="sha256:40366a8c6bb964e7b7263e8cf060350f69ad365e6a5356d6ccab9f256a9987f7"
version="10.0">
module="p/pyobjc-framework-AVFoundation/pyobjc-framework-AVFoundation-10.1.tar.gz"
hash="sha256:07e065c6904fbd6afc434a79888461cdd4097b4153dd592dcbe9c8bef01ee701"
version="10.1">
<patch file="patches/pyobjc-framework-AVFoundation-xcode-version-check.patch" strip="2"/>
</branch>
<dependencies>
Expand Down

0 comments on commit d5cd45f

Please sign in to comment.