Opened 14 months ago

Last modified 11 months ago

#71121 assigned update

BlackHole: Update to 0.6.0

Reported by: sambthompson (Sam Thompson) Owned by: adarshp
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: Cc: joostdekeijzer (joost de keijzer)
Port: BlackHole

Description

$ port livecheck BlackHole
BlackHole seems to have been updated (port version: 0.4.0, new version: 0.6.0)

According to the changelog there are some UI fixes since 0.4.1 and added features for clock speed adjustment and default device handling, although min OS version bumped to 10.10.

It appears the update to 0.4.0 already fixed ticket:61969, so this can also probably be closed.

Change History (2)

comment:1 Changed 11 months ago by joostdekeijzer (joost de keijzer)

Cc: joostdekeijzer added

comment:2 Changed 11 months ago by jdwoody (Justin Woody)

When updating this port, the coreaudio restart command should be updated. On a Mac Mini M4 running MacOS Sequoia, 15.2, the install fails with:

:debug:activate Executing proc-post-org.macports.activate-activate-0
:debug:activate system: sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
:info:activate Could not kickstart service "com.apple.audio.coreaudiod": 1: Operation not permitted
:info:activate Command failed: sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
:info:activate Exit code: 1

Suggested fix would be:

sudo /usr/bin/killall coreaudiod

Portfile: https://github.com/macports/macports-ports/blob/80021a4492b581378c40ea4d211c503099bdb78d/audio/BlackHole/Portfile#L32

Please advise if this should be its own ticket and I will create one accordingly

Note: See TracTickets for help on using tickets.