[msitools: 6/18] wixl: add manifest for OpenEXR package



commit b270669856a1d12f28be96f8a2343b853e1d49e5
Author: Daniel P. Berrangé <berrange redhat com>
Date:   Wed Feb 13 11:49:35 2019 +0000

    wixl: add manifest for OpenEXR package
    
    Signed-off-by: Daniel P. Berrangé <berrange redhat com>

 data/Makefile.am      |  1 +
 data/wixl/OpenEXR.wxi | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3b6e0d9..96e7a27 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -4,6 +4,7 @@ wxidir = $(datadir)/wixl-$(VERSION)/include
 
 dist_wxi_DATA =                                        \
        wixl/SDL.wxi                            \
+       wixl/OpenEXR.wxi                        \
        wixl/adwaita-icon-theme.wxi             \
        wixl/atk.wxi                            \
        wixl/bzip2.wxi                          \
diff --git a/data/wixl/OpenEXR.wxi b/data/wixl/OpenEXR.wxi
new file mode 100644
index 0000000..875a117
--- /dev/null
+++ b/data/wixl/OpenEXR.wxi
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?require ilmbase.wxi?>
+<?require zlib.wxi?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi";>
+  <Fragment>
+    <DirectoryRef Id="INSTALLDIR">
+      <Directory Id="dirD82453D760D75AFEACE0B4CFFB66E47F" Name="bin">
+        <Component Win64="$(var.Win64)" Id="cmp39DCE49DE4A353350AA34EBE151E9B49" Guid="*">
+          <File Id="fil94EEE61B3837913095A8CC538CFC1A79" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libIlmImf-2_2-23.dll"/>
+        </Component>
+        <Component Win64="$(var.Win64)" Id="cmpBDB6207CD5F4526C7214BA5157BC89C1" Guid="*">
+          <File Id="fil67D61065DF8D7678ACFADDC20B009AAD" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libIlmImfUtil-2_2-23.dll"/>
+        </Component>
+      </Directory>
+    </DirectoryRef>
+  </Fragment>
+  <Fragment>
+    <ComponentGroup Id="CG.OpenEXR">
+      <ComponentGroupRef Id="CG.ilmbase"/>
+      <ComponentGroupRef Id="CG.zlib"/>
+      <ComponentRef Id="cmp39DCE49DE4A353350AA34EBE151E9B49"/>
+      <ComponentRef Id="cmpBDB6207CD5F4526C7214BA5157BC89C1"/>
+    </ComponentGroup>
+  </Fragment>
+</Include>


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