]> git.pld-linux.org Git - packages/OpenColorIO.git/commitdiff
- added libsuffix patch to fix libOpenColorIO.a install path auto/th/OpenColorIO-1.0.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jul 2012 10:11:06 +0000 (12:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jul 2012 10:11:06 +0000 (12:11 +0200)
OpenColorIO-libsuffix.patch [new file with mode: 0644]
OpenColorIO.spec

diff --git a/OpenColorIO-libsuffix.patch b/OpenColorIO-libsuffix.patch
new file mode 100644 (file)
index 0000000..33604cf
--- /dev/null
@@ -0,0 +1,11 @@
+--- imageworks-OpenColorIO-a16d9ac/src/core/CMakeLists.txt.orig        2012-03-12 20:13:59.000000000 +0100
++++ imageworks-OpenColorIO-a16d9ac/src/core/CMakeLists.txt     2012-07-29 12:10:10.859355425 +0200
+@@ -66,7 +66,7 @@
+         VERSION ${OCIO_VERSION}
+         SOVERSION ${SOVERSION})
+     
+-    install(TARGETS OpenColorIO_STATIC DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib)
++    install(TARGETS OpenColorIO_STATIC DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX})
+ endif()
+ # public interface
index 0005db37db5afb9d82e4bf218f96e231c9cee663..0f2e749dbbc01afb55e633edf150f442227ca8d6 100644 (file)
@@ -23,6 +23,7 @@ Source0:      https://github.com/imageworks/OpenColorIO/tarball/v%{version}#/%{name}-
 # Source0-md5: 7bd5521d8671be9f9f92339b32497908
 Patch0:                %{name}-system-libs.patch
 Patch1:                %{name}-java.patch
+Patch2:                %{name}-libsuffix.patch
 URL:           http://opencolorio.org/
 # g++ with tr1 support or...
 #BuildRequires:        boost-devel >= 1.34
@@ -157,6 +158,7 @@ Plik nagłówkowy API PyOpenColorIO.
 %setup -q -n imageworks-OpenColorIO-a16d9ac
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{?with_java:export JAVA_HOME=%{_jvmlibdir}/java}
This page took 0.112675 seconds and 4 git commands to generate.