diff --git a/media-libs/opensubdiv/opensubdiv-3.3.0.recipe b/media-libs/opensubdiv/opensubdiv-3.3.1.recipe similarity index 95% rename from media-libs/opensubdiv/opensubdiv-3.3.0.recipe rename to media-libs/opensubdiv/opensubdiv-3.3.1.recipe index 95f6f67ca..55560c754 100644 --- a/media-libs/opensubdiv/opensubdiv-3.3.0.recipe +++ b/media-libs/opensubdiv/opensubdiv-3.3.1.recipe @@ -5,11 +5,11 @@ and GPU architectures. This codepath is optimized for drawing deforming \ subdivs with static topology at interactive framerates. The resulting limit \ surface matches Pixar's Renderman to numerical precision." HOMEPAGE="http://graphics.pixar.com/opensubdiv/" -COPYRIGHT="2013-2017 Pixar" +COPYRIGHT="2013-2018 Pixar" LICENSE="Apache v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${portVersion//\./_}.tar.gz" -CHECKSUM_SHA256="93d364340518515129fe199c80c4030f666ff71414d9c543e1526f14b5ffc8d0" +CHECKSUM_SHA256="a7a518e63c0526772b24b4598bfc879cb5ed84557e69512b27141aa54a13e51b" SOURCE_DIR="OpenSubdiv-${portVersion//\./_}" PATCHES="opensubdiv-$portVersion.patchset" diff --git a/media-libs/opensubdiv/patches/opensubdiv-3.3.0.patchset b/media-libs/opensubdiv/patches/opensubdiv-3.3.1.patchset similarity index 82% rename from media-libs/opensubdiv/patches/opensubdiv-3.3.0.patchset rename to media-libs/opensubdiv/patches/opensubdiv-3.3.1.patchset index bce7918f3..1ae2e98f7 100644 --- a/media-libs/opensubdiv/patches/opensubdiv-3.3.0.patchset +++ b/media-libs/opensubdiv/patches/opensubdiv-3.3.1.patchset @@ -5,20 +5,20 @@ Subject: Platform fixes diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4f3cd9d..84aafb6 100644 +index 3920896..254a4db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -335,7 +335,7 @@ endif() +@@ -337,7 +337,7 @@ endif() if(NOT NO_CUDA) find_package(CUDA 4.0) endif() --if(NOT NO_OPENGL AND NOT ANDROID AND NOT IOS) -+if(NOT NO_OPENGL AND NOT ANDROID AND NOT IOS AND NOT HAIKU) +-if(NOT NO_GLFW AND NOT NO_OPENGL AND NOT ANDROID AND NOT IOS) ++if(NOT NO_GLFW AND NOT NO_OPENGL AND NOT ANDROID AND NOT IOS AND NOT HAIKU) find_package(GLFW 3.0.0) endif() if(NOT NO_PTEX) -- -2.15.1 +2.16.1 From da6fa9031b56dada1b92902b38c50b90e2b5f4f8 Mon Sep 17 00:00:00 2001 @@ -40,5 +40,5 @@ index 6fa8e89..bcd5252 100644 /usr/include /usr/local/include -- -2.15.1 +2.16.1