aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/smpeg.rb
AgeCommit message (Collapse)Author
2013-02-07Move head-only brews to homebrew-headonly.Adam Vandenberg
Also move google-js-test which depends on head-only re2. Closes #17665.
2013-02-01smpeg: autotools are build deps by defaultJack Nagel
2012-10-28smpeg: enable gtk+ test and point to sdlAdam Vandenberg
This enables non-/usr/local installs. Fixes #15517.
2012-09-10smpeg: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-08smpeg: depends on gtkAdam Vandenberg
Closes #14805
2012-07-10Use autotools symbolsAdam Vandenberg
2012-04-18smpeg: use make installAdam Vandenberg
2012-02-28These now depend on automake for Xcode >= 4.3Max Howell
Fixes #10559. Also added missing deps for osm2pgsql. Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2011-08-07smpeg: install smpeg-configBen Willmore
This file is needed so that dependencies can configure themselves Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-06changed formula smpeg to install headersBastian Bechtold
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12smpeg: uses pkg-config during buildAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-03-14Added formula for smpegAdam Vandenberg