diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-06-16 15:43:45 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-06-16 15:43:45 (GMT) |
commit | bd59347a24ac6cd5e202e57b3f47c36de92122ac (patch) | |
tree | c0dbd39a01b4d9e3ddab0132f4c1a042b3d2e6a8 | |
parent | 2e6fcf27f24f507a45d42716c3bf8f3156f06fb4 (diff) | |
download | mxe-bd59347a24ac6cd5e202e57b3f47c36de92122ac.zip mxe-bd59347a24ac6cd5e202e57b3f47c36de92122ac.tar.gz mxe-bd59347a24ac6cd5e202e57b3f47c36de92122ac.tar.bz2 |
update packages libgsf libxml2
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | src/libgsf-1-fixes.patch | 2 | ||||
-rw-r--r-- | src/libgsf.mk | 6 | ||||
-rw-r--r-- | src/libxml2.mk | 3 |
4 files changed, 7 insertions, 8 deletions
@@ -1395,7 +1395,7 @@ USE_OSGPLUGIN(<plugin2>) </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 @@ USE_OSGPLUGIN(<plugin2>) </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> diff --git a/src/libgsf-1-fixes.patch b/src/libgsf-1-fixes.patch index eb66719..09909a0 100644 --- a/src/libgsf-1-fixes.patch +++ b/src/libgsf-1-fixes.patch @@ -13,7 +13,7 @@ diff --git a/gsf/gsf-utils.c b/gsf/gsf-utils.c 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 diff --git a/src/libgsf.mk b/src/libgsf.mk index 689cc0d..44437fd 100644 --- a/src/libgsf.mk +++ b/src/libgsf.mk @@ -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 @@ define $(PKG)_BUILD 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 \ diff --git a/src/libxml2.mk b/src/libxml2.mk index 45b341f..a409e20 100644 --- a/src/libxml2.mk +++ b/src/libxml2.mk @@ -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 @@ define $(PKG)_BUILD $(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)' \ |