From 4570a0629ae3c6ac7feb01a672933a35d1f34f0f Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Thu, 19 Apr 2012 04:40:20 -0700 Subject: opencolorio 1.0.7 Upgrade ocio to version 1.0.7. Closes #11752. Signed-off-by: Jack Nagel --- Library/Formula/opencolorio.rb | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'Library') diff --git a/Library/Formula/opencolorio.rb b/Library/Formula/opencolorio.rb index a459a7477..6b5f49f0d 100644 --- a/Library/Formula/opencolorio.rb +++ b/Library/Formula/opencolorio.rb @@ -2,8 +2,8 @@ require 'formula' class Opencolorio < Formula homepage 'http://opencolorio.org/' - url 'https://github.com/imageworks/OpenColorIO/tarball/v1.0.6' - sha1 '1d7a195b684fbd0687a661aa532c5cc447215420' + url 'https://github.com/imageworks/OpenColorIO/tarball/v1.0.7' + sha1 '01befa5c4198254b8848946ba3c85cce9a0f38d4' head 'https://github.com/imageworks/OpenColorIO.git' @@ -20,16 +20,6 @@ class Opencolorio < Formula ] end - def patches - # install Python library into site-packages - # can be removed in the next version - [ - "https://github.com/imageworks/OpenColorIO/commit/480c5313f3b377755506e2a2b2b13e6e7988ff86.patch", - "https://github.com/imageworks/OpenColorIO/commit/cfd4adecb630a08dba7cf7d08d5fd874bc8af120.patch", - "https://github.com/imageworks/OpenColorIO/commit/a7fbf812291c705e7af39dfac7882c109c589387.patch" - ] - end - def install args = std_cmake_parameters.split args << "-DOCIO_BUILD_JNIGLUE=ON" if ARGV.include? '--with-java' -- cgit v1.2.3