-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
31 lines (23 loc) · 943 Bytes
/
Brewfile
File metadata and controls
31 lines (23 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# https://github.com/Homebrew/homebrew-bundle
#
# Install these with `brew bundle`
# This file is used to install package dependencies on MacOS development;
# See also `Aptfile` for heroku production; and `.github/workflows/ci.yml`
# for Github Actions CI.
# for managing JS dependencies, with `vite` or other tools
brew "node"
brew "yarn"
# `mediainfo` installed for fallback contnet type detection
brew 'mediainfo'
# for more image, audio, video, and pdf characterization and manipulation
brew 'vips'
brew 'ffmpeg'
brew 'qpdf' # for combining tesseract textonly_pdf with graphical PDF in AssetPdfCreator
# tesseract for OCR
# Will not actually be the same version of tesseract as production. :(
# See: https://sciencehistory.atlassian.net/l/cp/ucUvKjk3
brew 'tesseract'
brew 'tesseract-lang'
# For characterization
brew 'exiftool'
brew "ghostscript" # maybe already a dependency of vips but we also use directly for PDF downscaling