summaryrefslogtreecommitdiff
path: root/libre/openexr/install-odt-docs-not-pdf.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-05-16 16:29:04 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-05-17 09:34:29 -0400
commit2b891ab7bc13998d024ae51d6039654164210565 (patch)
tree9adb422482f1a3ad7868ba04e24dea0843a38b85 /libre/openexr/install-odt-docs-not-pdf.patch
parentfcc2a275752197fe47ecdbdd6f1f47a3306fb3b4 (diff)
downloadabslibre-2b891ab7bc13998d024ae51d6039654164210565.tar.gz
abslibre-2b891ab7bc13998d024ae51d6039654164210565.tar.bz2
abslibre-2b891ab7bc13998d024ae51d6039654164210565.zip
[openexr]: upgrade to 2.5.1
Diffstat (limited to 'libre/openexr/install-odt-docs-not-pdf.patch')
-rw-r--r--libre/openexr/install-odt-docs-not-pdf.patch69
1 files changed, 69 insertions, 0 deletions
diff --git a/libre/openexr/install-odt-docs-not-pdf.patch b/libre/openexr/install-odt-docs-not-pdf.patch
new file mode 100644
index 000000000..d5719ac8e
--- /dev/null
+++ b/libre/openexr/install-odt-docs-not-pdf.patch
@@ -0,0 +1,69 @@
+diff --git a/OpenEXR/doc/CMakeLists.txt b/OpenEXR/doc/CMakeLists.txt
+index 58a543f..1c5339c 100644
+--- a/OpenEXR/doc/CMakeLists.txt
++++ b/OpenEXR/doc/CMakeLists.txt
+@@ -3,12 +3,11 @@
+
+ install(
+ FILES
+- TechnicalIntroduction.pdf
+- ReadingAndWritingImageFiles.pdf
+- OpenEXRFileLayout.pdf
+- MultiViewOpenEXR.pdf
+- InterpretingDeepPixels.pdf
+- TheoryDeepPixels.pdf
++ TechnicalIntroduction.odt
++ ReadingAndWritingImageFiles.odt
++ OpenEXRFileLayout.odt
++ MultiViewOpenEXR.odt
++ InterpretingDeepPixels.docx
+ DESTINATION
+ ${CMAKE_INSTALL_DOCDIR}
+ )
+diff --git a/OpenEXR/doc/Makefile.am b/OpenEXR/doc/Makefile.am
+index cca1ce7..cdb325a 100644
+--- a/OpenEXR/doc/Makefile.am
++++ b/OpenEXR/doc/Makefile.am
+@@ -4,11 +4,10 @@
+ ##
+
+ EXTRA_DIST = \
+- ReadingAndWritingImageFiles.pdf \
+- TechnicalIntroduction.pdf \
+- OpenEXRFileLayout.pdf \
+- MultiViewOpenEXR.pdf \
+- InterpretingDeepPixels.pdf \
+- TheoryDeepPixels.pdf
++ ReadingAndWritingImageFiles.odt \
++ TechnicalIntroduction.odt \
++ OpenEXRFileLayout.odt \
++ MultiViewOpenEXR.odt \
++ InterpretingDeepPixels.docx
+
+ doc_DATA = $(EXTRA_DIST)
+diff --git a/OpenEXR_Viewers/CMakeLists.txt b/OpenEXR_Viewers/CMakeLists.txt
+index 5efa353..0f45f80 100644
+--- a/OpenEXR_Viewers/CMakeLists.txt
++++ b/OpenEXR_Viewers/CMakeLists.txt
+@@ -65,7 +65,7 @@ endif()
+
+ # Documentation
+ INSTALL ( FILES
+- doc/OpenEXRViewers.pdf
++ doc/OpenEXRViewers.odt
+ DESTINATION
+ ${CMAKE_INSTALL_PREFIX}/share/doc/OpenEXR-${OPENEXR_VERSION}
+ )
+diff --git a/OpenEXR_Viewers/doc/Makefile.am b/OpenEXR_Viewers/doc/Makefile.am
+index 2df8ae8..c7645d3 100644
+--- a/OpenEXR_Viewers/doc/Makefile.am
++++ b/OpenEXR_Viewers/doc/Makefile.am
+@@ -3,7 +3,7 @@
+ ## Copyright Contributors to the OpenEXR Project.
+ ##
+
+-EXTRA_DIST = OpenEXRViewers.odt OpenEXRViewers.pdf
++EXTRA_DIST = OpenEXRViewers.odt
+
+ docdir=$(datadir)/doc/OpenEXR_Viewers-@OPENEXR_VIEWERS_VERSION@
+ doc_DATA = $(EXTRA_DIST)