File project.diff of Package mingw32-pixman
--- mingw32-pixman.spec.orig
+++ mingw32-pixman.spec
@@ -24,6 +24,7 @@ License: MIT
Group: Development/Libraries/C and C++
Url: http://cairographics.org/
Source: http://cairographics.org/releases/pixman-%{version}.tar.bz2
+Patch1000: pixman-0.24.0-wix.patch
#!BuildIgnore: post-build-checks
BuildRequires: mingw32-cross-binutils
BuildRequires: mingw32-cross-gcc
@@ -33,6 +34,9 @@ BuildRoot: %{_tmppath}/%{name}-%{ve
%_mingw32_package_header_debug
BuildArch: noarch
+BuildRequires: autoconf automake libtool
+BuildRequires: wixwine
+
%description
Pixman is a library that provides low-level pixel manipulation features such as image compositing and trapezoid
rasterization.
@@ -58,8 +62,10 @@ rasterization. (development files)
%prep
%setup -q -n pixman-%{version}
+%patch1000 -p1 -b .wix
%build
+autoreconf -f -i
# Uses GTK for its testsuite, so disable this otherwise
# we have a chicken & egg problem on mingw
%{_mingw32_configure} \
@@ -79,5 +85,6 @@ make DESTDIR=%{buildroot} install %{?_sm
%{_mingw32_includedir}/pixman-1
%{_mingw32_libdir}/libpixman-1.dll.a
%{_mingw32_libdir}/pkgconfig/pixman-1.pc
+%{_mingw32_datadir}/wixlib/pixman.wixlib
%changelog