Commit Graph

13 Commits (56ee61eace75bffe2bcec323fc84dd4af5f4999c)

Author SHA1 Message Date
Jack Nagel b79f6812aa openimageio: pass name to the subformula constructor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:38 -05:00
nibbles 2bits b50ea6d487 openimageio 1.0.4
Upgrade openimageio to version 1.0.4.  All tests pass.

Closes Homebrew/homebrew#12028.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-03 11:14:38 -07:00
Nibbles 2bits 61013ef691 openimageio: Update to 1.0.3
Updates openimageio to version 1.0.3.
Fix compilation against glew.
Fix compilation against qt.
Fix building of iv.
Add all deps to maximize the filetypes oiio can open.
Add a dep on a new formula, field3d.
Add a dep on a new formula, opencolorio.
Build iv & the python bindings.
Run the official testsuite if the user options it.

This compiles without error using llvm-2335.9, clang-2.0.139,
and gcc-4.2.1.5666 from XCode-4.0.2 on 64bit Snow Leopard.
It compiles without error using llvm-2336.9 and clang-3.1.318
on Lion 10.7.3 using XCode-4.3.1.

As of 1.0.3 all tests pass make test.

EDIT: add an include for zlib.h on Lion.
EDIT: switches tarball to 0.10.4, compiles on Lion, same xfails
      in the testsuite (that only exists as a master on github).
EDIT: change the oiio-images url to a fixed commit tarball not
      the master trunk tarball.
EDIT: add def initialize to oiio-images subformula to trigger
      Homebrew's cache naming scheme, gets us oiioimages-1.0.0.tgz
EDIT: Change version to 0.10.5.  Remove patch for boost-mt naming
      because it works now.  Still needs zlib patch, been reported.
      Both previous test fails are fixed.  There is a new one.
EDIT: Inline the d variable.
EDIT: Remove HR, shorten option.
EDIT: Move inline patch to a DATA block.
EDIT: Change to version 0.10.6.
EDIT: Change to version 1.0.0.  Add devel block.
EDIT: Remove patch merged upstream.
EDIT: Fix python bindings to mimic vtk.rb.
EDIT: Add a dep on new formula OpenColorIO (ocio).
EDIT: Add a dep on webp.
EDIT: Remove illogical `which python-config` test.
EDIT: Add a fixed commit from branch RB-1.0 as the devel block url.
EDIT: Remove hard coded path to openjpeg.  Determine it instead.
EDIT: Upgrade to 1.0.2.  Shorten some comments.
EDIT: Remove code to find OpenJpeg.  It just works now.
EDIT: Add head url.  Remove Doxygen dep.  It already makes a pdf.
EDIT: Remove python option.  Just let it build that (10sec extra).
EDIT: Upgrade stable to 1.0.3, devel to 1.0.3a (bugfxes).
EDIT: Add back the oiio alias I clobbered.

Closes Homebrew/homebrew#8458.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-20 10:56:03 -05:00
Jack Nagel a6f7204c55 Remove redundant version numbers
Max's fix for the libnet version detection in 14d7d03 also fixed several
others.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-14 00:28:08 -06:00
Michael Lapinsky d79ee8d163 Changed X11R6 paths to X11
Fixed formulas referencing X11 via the X11R6 symlink to instead reference the
path X11 should be at directly (in case the user doesn't have that symlink,
like I didn't)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-18 10:34:13 -07:00
Adam Vandenberg d3309d8057 openimageio: fix compilation
* Use workaround for Boost 1.46.0
  Build issue reported upstream
* Use system libpng
2011-03-14 16:09:45 -07:00
Adam Vandenberg e8d332938c openiamgeio 0.9.0
* Also use system libpng
* Note that 0.9.0 and 0.8.0 may fail to compile against
  boost 1.46.0.
2011-03-14 15:13:26 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg ab643771fb brew-audit - check for commented-out dependencies
"brew audit" will now warn about commented-out dependencies.

Updated formulae that had these to either take them out or rewrite
the comments around them.
2010-09-13 15:16:09 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Adam Vandenberg 1f6088eb29 openimageio - actually install things 2010-06-25 10:31:25 -07:00
malcolmhumphreys 15cc068a95 New formula: openimageio HEAD
OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications.

Depends on cmake, ilmbase, openexr, boost
Optionally depends on libpng, libtiff, libjpeg, jasper, qt, glew

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Updates to get it working; please improve if you can!
2010-06-11 14:31:02 -07:00