changeset 2626:f73f450e0115

update packages libgsf libxml2
author Mark Brand <mabrand@mabrand.nl>
date Sat, 16 Jun 2012 17:43:45 +0200
parents 23be6bc534f1
children 51c82380c366
files index.html src/libgsf-1-fixes.patch src/libgsf.mk src/libxml2.mk
diffstat 4 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat Jun 16 14:22:47 2012 +0200
+++ b/index.html	Sat Jun 16 17:43:45 2012 +0200
@@ -1395,7 +1395,7 @@
     </tr>
     <tr>
         <td id="libgsf-package">libgsf</td>
-        <td id="libgsf-version">1.14.22</td>
+        <td id="libgsf-version">1.14.23</td>
         <td id="libgsf-website"><a href="http://projects.gnome.org/libgsf/">libgsf</a></td>
     </tr>
     <tr>
@@ -1550,7 +1550,7 @@
     </tr>
     <tr>
         <td id="libxml2-package">libxml2</td>
-        <td id="libxml2-version">2.7.8</td>
+        <td id="libxml2-version">2.8.0</td>
         <td id="libxml2-website"><a href="http://www.xmlsoft.org/">libxml2</a></td>
     </tr>
     <tr>
--- a/src/libgsf-1-fixes.patch	Sat Jun 16 14:22:47 2012 +0200
+++ b/src/libgsf-1-fixes.patch	Sat Jun 16 17:43:45 2012 +0200
@@ -13,7 +13,7 @@
 index d7a7247..cc52d99 100644
 --- a/gsf/gsf-utils.c
 +++ b/gsf/gsf-utils.c
-@@ -119,9 +119,9 @@ static GTypeModule *static_type_module = NULL;
+@@ -115,9 +115,9 @@ static GTypeModule *static_type_module = NULL;
  #include <windows.h>
  static HMODULE gsf_dll_hmodule;
  BOOL WINAPI
--- a/src/libgsf.mk	Sat Jun 16 14:22:47 2012 +0200
+++ b/src/libgsf.mk	Sat Jun 16 17:43:45 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := libgsf
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := ca1c5aa92a840e322d7cafd9f2dede3d38a69660
+$(PKG)_CHECKSUM := 4f19933342b2d42246200e3522b0797a032fdf19
 $(PKG)_SUBDIR   := libgsf-$($(PKG)_VERSION)
 $(PKG)_FILE     := libgsf-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://ftp.gnome.org/pub/gnome/sources/libgsf/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
@@ -22,14 +22,12 @@
     echo 'Libs.private: -lz -lbz2'          >> '$(1)'/libgsf-1.pc.in
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-nls \
         --disable-gtk-doc \
-        --disable-schemas-install \
         --without-python \
-        --without-gnome-vfs \
-        --without-bonobo \
         --with-zlib \
         --with-bz2 \
         --with-gio \
--- a/src/libxml2.mk	Sat Jun 16 14:22:47 2012 +0200
+++ b/src/libxml2.mk	Sat Jun 16 17:43:45 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := libxml2
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 859dd535edbb851cc15b64740ee06551a7a17d40
+$(PKG)_CHECKSUM := a0c553bd51ba79ab6fff26dc700004c6a41f5250
 $(PKG)_SUBDIR   := libxml2-$($(PKG)_VERSION)
 $(PKG)_FILE     := libxml2-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://xmlsoft.org/libxml2/$($(PKG)_FILE)
@@ -20,6 +20,7 @@
     $(SED) -i 's,`uname`,MinGW,g' '$(1)/xml2-config.in'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
         --without-debug \
         --prefix='$(PREFIX)/$(TARGET)' \