aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authornibbles 2bits2012-04-19 04:40:20 -0700
committerJack Nagel2012-04-19 16:50:59 -0500
commit4570a0629ae3c6ac7feb01a672933a35d1f34f0f (patch)
treeef250fe9f993fdb2f9c1c6ec7fb3c4f3bdbf05cf /Library/Formula
parenta0cccf4d0d01f408e82bc70e865ad8be8476d480 (diff)
downloadhomebrew-4570a0629ae3c6ac7feb01a672933a35d1f34f0f.tar.bz2
opencolorio 1.0.7
Upgrade ocio to version 1.0.7. Closes #11752. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opencolorio.rb14
1 files changed, 2 insertions, 12 deletions
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'