[msitools: 3/10] wxi: add openjpeg2




commit 55619964076e4fb8c64df026230f94239899d8b7
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Jun 22 14:17:48 2021 +0400

    wxi: add openjpeg2
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 .gitlab-ci.yml          |  2 ++
 data/meson.build        |  1 +
 data/wixl/openjpeg2.wxi | 21 +++++++++++++++++++++
 3 files changed, 24 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ceac41..f49612c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,6 +112,8 @@ variables:
                 mingw64-libxml2
                 mingw32-nettle
                 mingw64-nettle
+                mingw32-openjpeg2
+                mingw64-openjpeg2
                 mingw32-openssl
                 mingw64-openssl
                 mingw32-opus
diff --git a/data/meson.build b/data/meson.build
index 2e0568d..5575e43 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -56,6 +56,7 @@ wxi_data = files(
   'wixl/libwebp.wxi',
   'wixl/libxml2.wxi',
   'wixl/nettle.wxi',
+  'wixl/openjpeg2.wxi',
   'wixl/openssl.wxi',
   'wixl/opus.wxi',
   'wixl/orc.wxi',
diff --git a/data/wixl/openjpeg2.wxi b/data/wixl/openjpeg2.wxi
new file mode 100644
index 0000000..b0d696a
--- /dev/null
+++ b/data/wixl/openjpeg2.wxi
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?require gcc.wxi?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi";>
+  <Fragment>
+    <DirectoryRef Id="INSTALLDIR">
+      <Directory Id="dir638A6A1ED11D14D93A69467925E6D31B" Name="bin">
+        <Component Win64="$(var.Win64)" Id="cmpAD99D482F25AED617CC50BC86B15D02E" Guid="*">
+          <File Id="filB950B6E60CBA0699E7FAB7461657338E" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libopenjp2.dll"/>
+        </Component>
+      </Directory>
+    </DirectoryRef>
+  </Fragment>
+  <Fragment>
+    <ComponentGroup Id="CG.openjpeg2">
+      <ComponentGroupRef Id="CG.gcc"/>
+      <ComponentRef Id="cmpAD99D482F25AED617CC50BC86B15D02E"/>
+    </ComponentGroup>
+  </Fragment>
+</Include>
+<!-- generated with msitools 0.101.19-de2c-dirty -->
+<!-- tools/wixl/wixl-heat -var var.SourceDir -p /usr/i686-w64-mingw32/sys-root/mingw/ -component-group 
CG.openjpeg2 -directory-ref INSTALLDIR -win64 -->


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