Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewcrook/homebrew-custom-taps
Repo of my custom hombrew formulas including patches and other fixes.
https://github.com/andrewcrook/homebrew-custom-taps
homebrew homebrew-formula homebrew-tap macos pulseaudio
Last synced: about 2 months ago
JSON representation
Repo of my custom hombrew formulas including patches and other fixes.
- Host: GitHub
- URL: https://github.com/andrewcrook/homebrew-custom-taps
- Owner: andrewcrook
- Created: 2024-09-06T15:13:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T05:42:37.000Z (5 months ago)
- Last Synced: 2024-10-25T03:44:19.214Z (3 months ago)
- Topics: homebrew, homebrew-formula, homebrew-tap, macos, pulseaudio
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Andrew's Custom Homebrew Formulas
## Setup
```bash
> brew tap andrewcrook/custom-taps
> brew install andrewcrook/custom-taps/
```## Patched from homebrew-core
- **pluseaudio** - v17.0 with patch to fix modules on MacOS. Pulseaudio versions => 17.0.1 should fix the issues. (tested on MacOS 14.6.1)
- **Note**: Add the following to allow TCP connections and adjust as required or look up instructions for adding security. I personally use this setup locally rather than over external networks.```bash
add
load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;10.211.55.2 auth-anonymous=1
to
/opt/homebrew/opt/pulseaudio/etc/pulse/default.pa
```*This Repo is a mirror from my private Git server it updates automatically every 8 hours*