Commit graph

9 commits

Author SHA1 Message Date
Adam Vandenberg
3929306c62 imagesnap: style nits 2013-01-28 21:40:06 -08:00
Jack Nagel
018dabf584 Avoid referencing MACOS_VERSION directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-04 18:15:31 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Charlie Sharpsteen
1a42f893ab XCodeDependency: Things that call xcodebuild
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.
2012-08-24 19:38:04 -07:00
Matthew Rothenberg
7d03e8b2fd imagesnap 0.2.5
Closes Homebrew/homebrew#8358.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 18:04:11 -05:00
Kjell
3c8f29684e imagesnap: use explicit SDK version
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-08-26 22:37:07 -05:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Alexis Hildebrandt
f0882a6104 Fix xcodebuild based formulae
Add SYMROOT for xcodebuild in case the Xcode defaults
PBXApplicationwideBuildSettings specify a custom build location

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 11:19:34 -08:00
Rémi Prévost
284b58f49b imagesnap 0.2.3
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
2010-06-04 22:40:23 -07:00