Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtk2: fix for macOS 15 #25847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

markemer
Copy link
Member

@markemer markemer commented Sep 20, 2024

Description

  • Another victim of the ScreenCaptureKit requirement, CGWindowListCreateImage is removed in SDK 15
  • Set macosx_deployment_target to 15

Closes: https://trac.macports.org/ticket/70774

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 15.0 24A335
Xcode 16.0 16A242d

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint --nitpick?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

* Another victim of the ScreenCaptureKit requirement, CGWindowListCreateImage is removed in SDK 15
* Set macosx_deployment_target to 15

Closes: https://trac.macports.org/ticket/70774
@macportsbot
Copy link

Notifying maintainers:
@mascguy for port gtk2.

@macportsbot macportsbot added type: bugfix maintainer: open Affects an openmaintainer port by: member Created by a member with commit rights labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: bugfix
Development

Successfully merging this pull request may close these issues.

3 participants