X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=inkscape%2Fmingw32-inkscape.spec;h=a8a350864b3852e845724aac8b98207953fcca14;hb=430eaabf1d0eacbbb3f3d0bc9f3f2243b0661fb0;hp=f0c0f9def3150b076fc638b2e99cb8d26f3f12d3;hpb=bb9d4eb508562b640fc7fe6ab18cc5183edf189e;p=fedora-mingw.git diff --git a/inkscape/mingw32-inkscape.spec b/inkscape/mingw32-inkscape.spec index f0c0f9d..a8a3508 100644 --- a/inkscape/mingw32-inkscape.spec +++ b/inkscape/mingw32-inkscape.spec @@ -9,7 +9,7 @@ Name: mingw32-inkscape Version: 20081027 -Release: 2%{?dist} +Release: 5%{?dist} Summary: MinGW Windows port of Inkscape vector graphics editor License: LGPLv2+ @@ -27,6 +27,13 @@ Source0: inkscape-%{version}.tar.gz # Rolled-up source patch, submitted upstream on 2008-10-27. Patch0: mingw32-inkscape-20081027.patch +# Fix the paths. +Patch1: mingw32-inkscape-20081027-paths.patch + +# This patch is only needed to run under Wine, which doesn't +# supported getting the outline of unhinted fonts. +Patch2: /mingw32-inkscape-20081027-unhinted-fonts-for-wine.patch + BuildArch: noarch BuildRequires: mingw32-filesystem >= 30 @@ -34,6 +41,7 @@ BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils BuildRequires: mingw32-fontconfig +BuildRequires: mingw32-freetype BuildRequires: mingw32-glibmm24 BuildRequires: mingw32-cairomm BuildRequires: mingw32-pangomm @@ -46,7 +54,10 @@ BuildRequires: mingw32-gsl BuildRequires: mingw32-boost BuildRequires: mingw32-libsigc++20 -BuildRequires: autoconf, automake, libtool +BuildRequires: autoconf, automake, libtool, intltool + +# For /usr/bin/glib-gettextize +BuildRequires: glib2-devel %description @@ -65,11 +76,14 @@ community-oriented development. %prep %setup -q -n inkscape %patch0 -p0 +%patch1 -p0 +%patch2 -p0 ./autogen.sh %build +PATH=%{_mingw32_bindir}:$PATH \ %{_mingw32_configure} \ --enable-lcms=no \ --without-gnome-vfs @@ -98,5 +112,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Oct 27 2008 Richard W.M. Jones - 20081027-2 +* Mon Oct 27 2008 Richard W.M. Jones - 20081027-5 - Initial RPM release.