# HG changeset patch # User Mark Brand # Date 1349970579 -7200 # Node ID 5ae40d276a1dc3f3ba0668942c65aa7562ba4dd9 # Parent e6138a1951e6fe04149f056330b997c2c482e26a update package libxml2 diff -r e6138a1951e6 -r 5ae40d276a1d index.html --- a/index.html Thu Oct 11 17:33:21 2012 +0200 +++ b/index.html Thu Oct 11 17:49:39 2012 +0200 @@ -1565,7 +1565,7 @@ libxml2 - 2.8.0 + 2.9.0 libxml2 diff -r e6138a1951e6 -r 5ae40d276a1d src/libxml2-1-fixes.patch --- a/src/libxml2-1-fixes.patch Thu Oct 11 17:33:21 2012 +0200 +++ b/src/libxml2-1-fixes.patch Thu Oct 11 17:49:39 2012 +0200 @@ -1,14 +1,14 @@ -From 8c3eedd79a80d08a1634ad09d4e343da7dc14759 Mon Sep 17 00:00:00 2001 +This file is part of MXE. +See index.html for further information. + +From 91a883b212d0ea5f1d36618362baeca2f35abb29 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sat, 16 Jun 2012 19:44:21 +0200 Subject: [PATCH] .pc requires.private liblzma ---- - libxml-2.0.pc.in | 1 + - 1 file changed, 1 insertion(+) diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in -index 31a1b8c..44e3cbf 100644 +index f5f5f03..21b14d1 100644 --- a/libxml-2.0.pc.in +++ b/libxml-2.0.pc.in @@ -8,6 +8,7 @@ Name: libXML @@ -17,7 +17,7 @@ Requires: +Requires.private: liblzma Libs: -L${libdir} -lxml2 - Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ + Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ -- 1.7.10.4 diff -r e6138a1951e6 -r 5ae40d276a1d src/libxml2.mk --- a/src/libxml2.mk Thu Oct 11 17:33:21 2012 +0200 +++ b/src/libxml2.mk Thu Oct 11 17:49:39 2012 +0200 @@ -3,7 +3,7 @@ PKG := libxml2 $(PKG)_IGNORE := -$(PKG)_CHECKSUM := a0c553bd51ba79ab6fff26dc700004c6a41f5250 +$(PKG)_CHECKSUM := a43d7c0a8e463ac5a7846254f2a732a9af146fab $(PKG)_SUBDIR := libxml2-$($(PKG)_VERSION) $(PKG)_FILE := libxml2-$($(PKG)_VERSION).tar.gz $(PKG)_URL := ftp://xmlsoft.org/libxml2/$($(PKG)_FILE)