gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8982: update openexr to 3.1.5


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8982: update openexr to 3.1.5
Date: Fri, 27 Jan 2023 16:48:36 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8982
revision-id: carlhansen1234@gmail.com-20230127214830-k1zx7ijzd0xz03k9
parent: carlhansen1234@gmail.com-20230127204245-0hed2ag4sj74b7bx
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2023-01-27 13:48:30 -0800
message:
  update openexr to 3.1.5
added:
  pkg/other/openexr/files/       files-20230127214808-y5f9h919wp7yp12o-1
  pkg/other/openexr/files/includefileadded.diff 
includefileadded.dif-20230127214808-y5f9h919wp7yp12o-2
modified:
  pkg/other/openexr/Makefile     makefile-20210129010117-rh0ew2ssml9csa8z-2
=== modified file 'pkg/other/openexr/Makefile'
--- a/pkg/other/openexr/Makefile        2022-04-12 04:36:32 +0000
+++ b/pkg/other/openexr/Makefile        2023-01-27 21:48:30 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2020, 2021, 2022, 2023 Carl Hansen <carlhansen@gnu.org>
 # 
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -53,6 +53,7 @@
 
 BUILDDEPS = imath
 LIBDEPS =
+PATCHFILES = includefileadded.diff
 
 ######################################################################
 
@@ -69,10 +70,10 @@
        $(MAKECOOKIE)
 
 
-custom-build:
-       mkdir $(WORKOBJ)
-       cd $(WORKOBJ)
-       cmake  $(WORKSRC)
-       make
+#custom-build:
+##     mkdir $(WORKOBJ)
+##     cd $(WORKOBJ)
+##     cmake  $(WORKSRC)
+#      make
 
 

=== added directory 'pkg/other/openexr/files'
=== added file 'pkg/other/openexr/files/includefileadded.diff'
--- a/pkg/other/openexr/files/includefileadded.diff     1970-01-01 00:00:00 
+0000
+++ b/pkg/other/openexr/files/includefileadded.diff     2023-01-27 21:48:30 
+0000
@@ -0,0 +1,12 @@
+diff -x config.log -x config.status -ru 
tmp/openexr-3.1.5/src/bin/exrcheck/main.cpp 
work/openexr-3.1.5/src/bin/exrcheck/main.cpp
+--- tmp/openexr-3.1.5/src/bin/exrcheck/main.cpp        2022-04-06 
17:52:25.000000000 -0700
++++ work/openexr-3.1.5/src/bin/exrcheck/main.cpp       2023-01-27 
13:42:03.658522714 -0800
+@@ -4,6 +4,8 @@
+ #include <ImfCheckFile.h>
+ #include <ImathConfig.h>
+ 
++#include <stdint.h>
++
+ #include <iostream>
+ #include <fstream>
+ #include <string.h>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]