Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:wix
mingw64-openjpeg
openjpeg-1.5.0-wix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openjpeg-1.5.0-wix.patch of Package mingw64-openjpeg
diff -Naur openjpeg-1.5.0/configure.ac openjpeg-1.5.0-wix/configure.ac --- openjpeg-1.5.0/configure.ac 2012-02-07 11:49:55.000000000 +0100 +++ openjpeg-1.5.0-wix/configure.ac 2012-07-15 08:15:09.906061997 +0200 @@ -488,6 +488,10 @@ ### Checks for library functions +# Init wix +WIX_INIT() + + ### Post configuration AM_CONDITIONAL([BUILD_SHARED], [test "x${enable_shared}" = "xyes"]) diff -Naur openjpeg-1.5.0/libopenjpeg1.wxs openjpeg-1.5.0-wix/libopenjpeg1.wxs --- openjpeg-1.5.0/libopenjpeg1.wxs 1970-01-01 01:00:00.000000000 +0100 +++ openjpeg-1.5.0-wix/libopenjpeg1.wxs 2012-07-15 08:11:38.889015586 +0200 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <ComponentGroup Id="libopenjpeg1"> + <ComponentRef Id="cmpD37C555E6C704C76BD77F1C33923FDE0" /> + <ComponentRef Id="cmp1BF7C93ACC8044AAA246FB2DA4578C83" /> + </ComponentGroup> + </Fragment> + <Fragment> + <DirectoryRef Id="libopenjpeg1"> + <Directory Id="dir6134E317574B4E70AC4B4364454D88DD" Name="bin"> + <Component Id="cmpD37C555E6C704C76BD77F1C33923FDE0" Guid="{B03748E5-5AF1-4B6C-973E-A1581B592F51}"> + <File Id="fil66723FDBF16E4CD2B7A507076A7FF019" KeyPath="yes" Source="$(var.wixdistdir)\bin\libopenjpeg-1.dll" /> + </Component> + </Directory> + <Directory Id="dirAA1C098A7819431CB872302447347F7A" Name="share"> + <Directory Id="dir7DC0FF79C9B24D0BB08FBABE345CA105" Name="license"> + <Directory Id="dirE2D41AEBD5AD4BEBBBECF35A449167D4" Name="zlib"> + <Component Id="cmp1BF7C93ACC8044AAA246FB2DA4578C83" Guid="{07BA8C35-9989-4364-8EBD-31BB75632CBC}"> + <File Id="filBEFE81C617B44D41B0586EDCA9761EB6" KeyPath="yes" Source="LICENSE" /> + </Component> + </Directory> + </Directory> + </Directory> + </DirectoryRef> + </Fragment> +</Wix> diff -Naur openjpeg-1.5.0/Makefile.am openjpeg-1.5.0-wix/Makefile.am --- openjpeg-1.5.0/Makefile.am 2012-02-07 11:49:55.000000000 +0100 +++ openjpeg-1.5.0-wix/Makefile.am 2012-07-15 08:19:01.911212423 +0200 @@ -73,3 +73,22 @@ uninstall-hook: rm -f $(DESTDIR)$(pkgconfigdir)/libopenjpeg.pc + + +if ENABLE_WIX +@WIX_MAKE_RULES@ + +wixlibdir = ${datadir}/wixlib +wixlib_WIX = \ + libopenjpeg1.wixlib + +libopenjpeg1.wixlib: wixdistdir + +all-am: libopenjpeg1-pc-stamp +libopenjpeg1-pc-stamp: libopenjpeg1.pc + echo 'Wixlibs=${wixlibdir}/libopenjpeg1.wixlib' >> libopenjpeg1.pc + echo 'Fualflags=-C libopenjpeg1 -D libopenjpeg1' >> libopenjpeg1.pc + touch \$(@) + +endif +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor