Skip to content

Instantly share code, notes, and snippets.

@bool-dev
Created September 15, 2013 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bool-dev/6572345 to your computer and use it in GitHub Desktop.
Save bool-dev/6572345 to your computer and use it in GitHub Desktop.
brew install pyexiv2 output
$ brew install -v pyexiv2 2>&1
==> Downloading http://launchpad.net/pyexiv2/0.3.x/0.3.2/+download/pyexiv2-0.3.2.tar.bz2
Already downloaded: /Library/Caches/Homebrew/pyexiv2-0.3.2.tar.bz2
tar xf /Library/Caches/Homebrew/pyexiv2-0.3.2.tar.bz2
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file src/SConscript
brew: PYTHONPATH=/usr/local/Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages:/usr/local/Cellar/pyexiv2/0.3.2/libexec/lib/python2.7/site-packages
==> scons BOOSTLIB=boost_python-mt
scons BOOSTLIB=boost_python-mt
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/usr/bin/clang++ -o build/exiv2wrapper.os -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -F/usr/local/Frameworks -fPIC -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 src/exiv2wrapper.cpp
/usr/bin/clang++ -o build/exiv2wrapper_python.os -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -F/usr/local/Frameworks -fPIC -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 src/exiv2wrapper_python.cpp
/usr/bin/clang++ -o build/libexiv2python.dylib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -dynamiclib build/exiv2wrapper.os build/exiv2wrapper_python.os -lboost_python-mt -lexiv2 -framework Python
scons: done building targets.
==> Cleaning
rmdir: /usr/local/Cellar/pyexiv2/0.3.2/libexec/lib/python2.7 (empty)
rmdir: /usr/local/Cellar/pyexiv2/0.3.2/libexec/lib (empty)
rmdir: /usr/local/Cellar/pyexiv2/0.3.2/libexec (empty)
==> Finishing up
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/xmp.py xmp.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/utils.py utils.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/preview.py preview.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/metadata.py metadata.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/main.py main.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/iptc.py iptc.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/exif.py exif.py
ln -s ../../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/pyexiv2/__init__.py __init__.py
ln -s ../../../Cellar/pyexiv2/0.3.2/lib/python2.7/site-packages/libexiv2python.so libexiv2python.so
ln -s ../../Cellar/pyexiv2/0.3.2 pyexiv2
ln -s ../Cellar/pyexiv2/0.3.2 pyexiv2
==> Summary
🍺 /usr/local/Cellar/pyexiv2/0.3.2: 14 files, 684K, built in 11 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment