Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:wix
mingw32-jpeg
jpeg-8d-wix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jpeg-8d-wix.patch of Package mingw32-jpeg
diff -Naur jpeg-8d/configure.ac jpeg-8d.wix/configure.ac --- jpeg-8d/configure.ac 2011-12-22 14:46:13.000000000 +0100 +++ jpeg-8d.wix/configure.ac 2012-02-05 09:19:16.816274001 +0100 @@ -352,5 +352,7 @@ [`expr $major + $minor`:0:$minor]) AC_MSG_RESULT([$JPEG_LIB_VERSION]) +WIX_INIT() + AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff -Naur jpeg-8d/libjpeg.wxs jpeg-8d.wix/libjpeg.wxs --- jpeg-8d/libjpeg.wxs 1970-01-01 01:00:00.000000000 +0100 +++ jpeg-8d.wix/libjpeg.wxs 2012-02-05 09:19:16.818273976 +0100 @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <ComponentGroup Id="libjpeg"> + <ComponentRef Id="cmp763CB7A59E5BE06439EFA223B8FBA8CA" /> + <ComponentRef Id="cmpD9D9DB2569264AC29632468D98119303" /> + </ComponentGroup> + </Fragment> + <Fragment> + <DirectoryRef Id="libjpeg"> + <Directory Id="dirA0A4B27FD237CDB95E9DECC613097890" Name="bin"> + <Component Id="cmp763CB7A59E5BE06439EFA223B8FBA8CA" Guid="{04A0E7BE-623B-484F-8914-75714716E03D}"> + <File Id="filA74DD8E50055814E62FA5E12B8A88AA6" KeyPath="yes" Source="$(var.wixdistdir)\bin\libjpeg-8.dll" /> + </Component> + </Directory> + <Directory Id="dirFC215624BEBD491C8FAD46422E08E570" Name="share"> + <Directory Id="dirC808376F41F04B7CAED825D63FB71811" Name="license"> + <Directory Id="dir9AC09516FCC44477B57BB486FB238BBB" Name="libjpeg"> + <Component Id="cmpD9D9DB2569264AC29632468D98119303" Guid="{4005B5C1-4658-4DED-9A85-0C76797D3973}"> + <File Id="filEB8600062EE440048D943E8C9A2AE60F" KeyPath="yes" Source="README" /> + </Component> + </Directory> + </Directory> + </Directory> + </DirectoryRef> + </Fragment> +</Wix> diff -Naur jpeg-8d/Makefile.am jpeg-8d.wix/Makefile.am --- jpeg-8d/Makefile.am 2010-05-02 17:39:46.000000000 +0200 +++ jpeg-8d.wix/Makefile.am 2012-02-05 09:19:16.815274013 +0100 @@ -132,3 +132,20 @@ cmp $(srcdir)/testimg.ppm testoutp.ppm cmp $(srcdir)/testimgp.jpg testoutp.jpg cmp $(srcdir)/testorig.jpg testoutt.jpg + +EXTRA_DIST += \ + libjpeg.wxs + +if ENABLE_WIX +@WIX_MAKE_RULES@ + +wixlibdir = ${datadir}/wixlib +wixlib_WIX = libjpeg.wixlib + +libjpeg.wixlib: wixdistdir + +all-recursive: all-am +install-recursive: install-am +.PHONY: all-recursive install-recursive + +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