proxy-audio-device: fix activate/deactivate phase

* update coreaudiod stop command since Apple doesn't ​allow to kickstart coreaudiod anymore on versions >= 14.4

Closes: https://trac.macports.org/ticket/71460
This commit is contained in:
Gwon Hong
2025-02-09 02:35:21 +09:00
committed by GitHub
parent d33757c03b
commit d9d443a3ed
+2 -2
View File
@@ -47,9 +47,9 @@ post-destroot {
destroot.violate_mtree yes
post-activate {
system "sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod"
system "sudo killall coreaudiod"
}
post-deactivate {
system "sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod"
system "sudo killall coreaudiod"
}