Remove glib-openssl from Brewfile and add instructions for refreshing local tap

This commit is contained in:
2026-01-22 13:59:34 +09:00
parent 40fadd640f
commit 81d5f57d13

View File

@@ -18,7 +18,6 @@ brew "boost"
brew "icu4c" brew "icu4c"
brew "glib" # provides glib-2.0 + gobject-2.0 (via pkg-config) brew "glib" # provides glib-2.0 + gobject-2.0 (via pkg-config)
brew "glib-networking" # TLS + GIO modules (helps macOS bundling via dist/macos/macgstcopy.sh) brew "glib-networking" # TLS + GIO modules (helps macOS bundling via dist/macos/macgstcopy.sh)
brew "glib-openssl" # alternative TLS backend for GIO
brew "sqlite" brew "sqlite"
brew "taglib" brew "taglib"
brew "gstreamer" brew "gstreamer"
@@ -27,6 +26,8 @@ brew "gstreamer"
# Homebrew core doesn't consistently provide it, so this repo includes a local formula. # Homebrew core doesn't consistently provide it, so this repo includes a local formula.
# Homebrew requires formulae to be installed from a tap; `brew bundle` will tap *this repo* # Homebrew requires formulae to be installed from a tap; `brew bundle` will tap *this repo*
# using the current working directory (run `brew bundle` from the repo root). # using the current working directory (run `brew bundle` from the repo root).
# If you previously tapped `strawberry/local` before `Formula/` existed, refresh it with:
# brew untap strawberry/local && brew tap strawberry/local "file://$PWD"
tap "strawberry/local", "file://#{Dir.pwd}" tap "strawberry/local", "file://#{Dir.pwd}"
brew "strawberry/local/kdsingleapplication-qt6" brew "strawberry/local/kdsingleapplication-qt6"