AUDIT: r16655 - gnucash/trunk/packaging/win32 - Win32: Add libtiff, because newer gtk+ versions depend on it.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Dec 15 17:30:51 EST 2007


Author: andi5
Date: 2007-12-15 17:30:51 -0500 (Sat, 15 Dec 2007)
New Revision: 16655
Trac: http://svn.gnucash.org/trac/changeset/16655

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/dist.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32: Add libtiff, because newer gtk+ versions depend on it.

BP


Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2007-12-15 22:24:05 UTC (rev 16654)
+++ gnucash/trunk/packaging/win32/defaults.sh	2007-12-15 22:30:51 UTC (rev 16655)
@@ -158,6 +158,7 @@
 set_default GLIB_DEV_URL "$GNOME_WIN32_URL/glib/2.14/glib-dev-2.14.4.zip"
 set_default LIBJPEG_URL "$GNOME_WIN32_DEPS_URL/libjpeg-6b-4.zip"
 set_default LIBPNG_URL "$GTK_MIRROR/gtk/v2.10/win32/dependencies/libpng-1.2.8-bin.zip"
+set_default LIBTIFF_URL "$GNOME_WIN32_DEPS_URL/libtiff-3.7.1.zip"
 set_default ZLIB_URL "$GTK_MIRROR/gtk/v2.10/win32/dependencies/zlib123-dll.zip"
 set_default PKG_CONFIG_URL "$GNOME_WIN32_DEPS_URL/pkg-config-0.20.zip"
 set_default CAIRO_URL "$GNOME_WIN32_DEPS_URL/cairo-1.4.10.zip"

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2007-12-15 22:24:05 UTC (rev 16654)
+++ gnucash/trunk/packaging/win32/dist.sh	2007-12-15 22:30:51 UTC (rev 16655)
@@ -83,6 +83,7 @@
     wget_unpacked $LIBJPEG_URL $DOWNLOAD_DIR $DIST_DIR
     smart_wget $LIBPNG_URL $DOWNLOAD_DIR
     unzip -q $LAST_FILE bin/libpng13.dll -d $DIST_DIR
+    wget_unpacked $LIBTIFF_URL $DOWNLOAD_DIR $DIST_DIR
     smart_wget $ZLIB_URL $DOWNLOAD_DIR
     unzip -q $LAST_FILE zlib1.dll -d $DIST_DIR\\bin
     wget_unpacked $CAIRO_URL $DOWNLOAD_DIR $DIST_DIR

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-12-15 22:24:05 UTC (rev 16654)
+++ gnucash/trunk/packaging/win32/install.sh	2007-12-15 22:30:51 UTC (rev 16655)
@@ -480,6 +480,7 @@
         wget_unpacked $GLIB_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $LIBJPEG_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $LIBPNG_URL $DOWNLOAD_DIR $GNOME_DIR
+        wget_unpacked $LIBTIFF_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $ZLIB_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $PKG_CONFIG_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $CAIRO_URL $DOWNLOAD_DIR $GNOME_DIR



More information about the gnucash-changes mailing list