This Tap exists primarily to provide libgimp2.0 on macOS.
Check out my guide on Building Resynthesizer for GIMP for an example.
Hopefully this will help make compiling plugins on macOS a bit more accessible.
brew install piotrtomiak/gimp/<formula>
Or brew tap piotrtomiak/gimp
and then brew install <formula>
.
Or install via URL (which will not receive updates):
brew install https://raw.githubusercontent.com/piotrtomiak/homebrew-gimp/master/Formula/<formula>.rb
brew help
, man brew
or check Homebrew's documentation.
./prep-bottles -t=$tag -f=$formula
- This script currently assumes Sierra as the build platform.
- Bottles have been built in
./bottles
and the formula has been updated.
- Build the bottles.
- See: Building Bottles
- Release them
./release -t=$tag -publish $file1 $file2 $file3