[Cin] Try2: OpenEXR 2.4 patches

Andrew Randrianasulu randrianasulu at gmail.com
Wed Mar 18 11:39:22 CET 2020


Forgot to add main patch for .configure.ac :/

Thing is, even after ./autogen.sh && ./configure

resulted cin file still links to system's *shared* ilmbase/openexr libs :/


diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac
index f10af67..11d527b 100644
--- a/cinelerra-5.1/configure.ac
+++ b/cinelerra-5.1/configure.ac
@@ -239,14 +239,14 @@ PKG_3RD([giflib],[yes],
     libutil.a ],
   [ . ])
 
-PKG_3RD([ilmbase],[auto],
-  [ilmbase-2.2.1],
-  [ Iex/.libs/libIex.a \
-    IexMath/.libs/libIexMath.a \
-    Half/.libs/libHalf.a \
-    Imath/.libs/libImath.a \
-    IlmThread/.libs/libIlmThread.a ],
-  [ Iex Half Imath config IlmThread ])
+#PKG_3RD([ilmbase],[auto],
+#  [ilmbase-2.2.1],
+#  [ Iex/.libs/libIex.a \
+#    IexMath/.libs/libIexMath.a \
+#    Half/.libs/libHalf.a \
+#    Imath/.libs/libImath.a \
+#    IlmThread/.libs/libIlmThread.a ],
+#  [ Iex Half Imath config IlmThread ])
 
 PKG_DEF([ladspa], [ladspa-0.4.17], [], [])
 
@@ -338,10 +338,15 @@ PKG_3RD([mjpegtools],[yes],
   [ .  lavtools utils ])
 
 PKG_3RD([openexr],[auto],
-  [openexr-2.2.1],
-  [ IlmImf/.libs/libIlmImf.a \
-    IlmImfUtil/.libs/libIlmImfUtil.a ],
-  [ IlmImf config ])
+  [openexr-2.4.1],
+    [ IlmBase/Iex/.libs/libIex.a \
+    IlmBase/IexMath/.libs/libIexMath.a \
+    IlmBase/Half/.libs/libHalf.a \
+    IlmBase/Imath/.libs/libImath.a \
+    IlmBase/IlmThread/.libs/libIlmThread.a 
+    OpenEXR/IlmImf/.libs/libIlmImf.a \
+    OpenEXR/IlmImfUtil/.libs/libIlmImfUtil.a ],
+  [ Iex Half Imath IlmThread IlmImf config ])

----

may be I misused something again.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Thirdparty_Makefile.diff
Type: text/x-diff
Size: 2964 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20200318/d8b090d5/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openexr-2.4.1.patch1
Type: text/x-diff
Size: 350 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20200318/d8b090d5/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openexr-2.4.1.patch2
Type: text/x-diff
Size: 153 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20200318/d8b090d5/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.ac_diff
Type: text/x-diff
Size: 2130 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20200318/d8b090d5/attachment-0003.bin>


More information about the Cin mailing list