From ecf6a0fa0045b378ca9b77a5bdf19c59e82d1a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 3 Sep 2006 21:08:37 +0000 Subject: [PATCH] Readd expat-bin (xmlparse,xmltok), freetype-dev, jpeg-bin and zlib-dev. Correct libxml-2.0.pc. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14792 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/custom.sh | 6 ++++++ packaging/win32/install.sh | 30 +++++++++++++++++++++++++----- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/packaging/win32/custom.sh b/packaging/win32/custom.sh index 374eb3f561..acb9620ce7 100644 --- a/packaging/win32/custom.sh +++ b/packaging/win32/custom.sh @@ -51,12 +51,16 @@ PEXPORTS_DIR=$GLOBAL_DIR\\pexports LIBXML2_URL="http://www.zlatkovic.com/pub/libxml/libxml2-2.6.26.win32.zip" LIBXML2_DIR=$GLOBAL_DIR\\gnome #avoid XML_FLAGS +EXPAT_URL="ftp://ftp.jclark.com/pub/xml/expat.zip" +EXPAT_DIR=$GLOBAL_DIR\\gnome #avoid EXPAT_FLAGS + GNOME_WIN32_URL="$GNOME_MIRROR/binaries/win32" GETTEXT_URL="$GTK_MIRROR/glib/2.12/win32/dependencies/gettext-0.14.5.zip" GETTEXT_DEV_URL="$GTK_MIRROR/glib/2.12/win32/dependencies/gettext-dev-0.14.5.zip" LIBICONV_URL="$GTK_MIRROR/glib/2.12/win32/dependencies/libiconv-1.9.1.bin.woe32.zip" GLIB_URL="$GNOME_WIN32_URL/glib/2.12/glib-2.12.1.zip" GLIB_DEV_URL="$GNOME_WIN32_URL/glib/2.12/glib-dev-2.12.1.zip" +LIBJPEG_URL="$GNOME_MIRROR/platform/2.13/2.13.92/win32/dependencies/libjpeg-6b-4.zip" LIBPNG_URL="$GTK_MIRROR/gtk/v2.10/win32/dependencies/libpng-1.2.8-bin.zip" ZLIB_URL="$GTK_MIRROR/gtk/v2.10/win32/dependencies/zlib123-dll.zip" PKG_CONFIG_URL="$GTK_MIRROR/gtk/v2.10/win32/dependencies/pkg-config-0.20.zip" @@ -65,6 +69,7 @@ CAIRO_DEV_URL="$GTK_MIRROR/gtk/v2.8/win32/cairo-dev-1.2.4.zip" FONTCONFIG_URL="$GTK_MIRROR/gtk/v2.8/win32/dependencies/fontconfig-2.2.2-20040412.zip" FONTCONFIG_DEV_URL="$GTK_MIRROR/gtk/v2.8/win32/dependencies/fontconfig-dev-2.2.2-20040412.zip" FREETYPE_URL="$GTK_MIRROR/gtk/v2.8/win32/dependencies/freetype-2.1.10.zip" +FREETYPE_DEV_URL="$SF_MIRROR/gnuwin32/freetype-2.1.10-lib.zip" ATK_URL="$GNOME_WIN32_URL/atk/1.11/atk-1.11.4.zip" ATK_DEV_URL="$GNOME_WIN32_URL/atk/1.11/atk-dev-1.11.4.zip" PANGO_URL="$GNOME_WIN32_URL/pango/1.12/pango-1.12.3.zip" @@ -134,6 +139,7 @@ add_step inst_guile add_step inst_openssl add_step inst_pexports add_step inst_libxml2 +add_step inst_expat add_step inst_gnome add_step inst_gwrap add_step inst_autotools diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 9fb2ccdfa6..bf4e5cdfec 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -355,22 +355,39 @@ function inst_libxml2() { mkdir -p lib/pkgconfig cat > lib/pkgconfig/libxml-2.0.pc <