aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imagesnap.rb
AgeCommit message (Collapse)Author
2013-01-28imagesnap: style nitsAdam Vandenberg
2012-09-04Avoid referencing MACOS_VERSION directlyJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-24XCodeDependency: Things that call xcodebuildCharlie Sharpsteen
Anything that calls `xcodebuild` needs a full install of XCode.app. Two formulae ommitted from this patch: - `fuse4x_kext`: Everything that depends on the kernel extension can be compiled by the CLT. Therefore, this formula is bottled and XCode is only needed to produce the bottles. - `graphviz`: XCode is only used to create GraphViz.app which is not used by any of the things which depend on `graphviz`. Creating the app should be made into an option.
2011-11-02imagesnap 0.2.5Matthew Rothenberg
Closes #8358. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26imagesnap: use explicit SDK versionKjell
The build tries to find the 10.5 SDK by default, so it fails with XCode 4 / Lion. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Fix xcodebuild based formulaeAlexis Hildebrandt
Add SYMROOT for xcodebuild in case the Xcode defaults PBXApplicationwideBuildSettings specify a custom build location Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04imagesnap 0.2.3Rémi Prévost
ImageSnap is a Public Domain command-line tool that lets you capture still images from an iSight or other video source. Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Update to 0.2.4 * Build from source