[banshee] [build] bump libxml2 to 2.7.6 from xmlsoft.org



commit 20f0acb86381502a4a0ab54d8cdaf7e07aefcc11
Author: Aaron Bockover <abockover novell com>
Date:   Tue Dec 29 11:06:08 2009 -0500

    [build] bump libxml2 to 2.7.6 from xmlsoft.org
    
    Apparently the releases on the GNOME FTP site are really old.

 build/bundle/packages/libxml2.py |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/build/bundle/packages/libxml2.py b/build/bundle/packages/libxml2.py
index eb3e8df..c8c9b7b 100644
--- a/build/bundle/packages/libxml2.py
+++ b/build/bundle/packages/libxml2.py
@@ -1,7 +1,11 @@
 package = {
 	'name':    'libxml2',
-	'version': '2.6.30',
+	'version': '2.7.6',
 	'sources': [
-		'http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/%{name}-%{version}.tar.bz2'
+		'ftp://xmlsoft.org/%{name}/%{name}-%{version}.tar.gz'			
+	],
+	'build': [
+		'%{__configure} --with-python=no',
+		'%{__make}'
 	]
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]