[banshee] [bundle] update to latest versions of deps



commit a3d2e78012f63051f1a3a0210e8a09b5f25eb15b
Author: Aaron Bockover <abockover novell com>
Date:   Wed Feb 24 16:49:09 2010 -0500

    [bundle] update to latest versions of deps

 build/bundle/packages.py                  |    1 -
 build/bundle/packages/banshee.py          |    5 +++--
 build/bundle/packages/cairo.py            |    2 +-
 build/bundle/packages/glib.py             |    2 +-
 build/bundle/packages/gst-plugins-base.py |    2 +-
 build/bundle/packages/gst-plugins-good.py |    2 +-
 build/bundle/packages/gstreamer.py        |    2 +-
 build/bundle/packages/gtk+.py             |    2 +-
 build/bundle/packages/libglade.py         |    1 -
 build/bundle/packages/libtheora.py        |    2 +-
 build/bundle/packages/pixman.py           |    2 +-
 build/bundle/packages/sqlite.py           |    2 +-
 build/bundle/packages/taglib-sharp.py     |    2 +-
 build/bundle/packages/taglib.py           |    2 +-
 14 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/build/bundle/packages.py b/build/bundle/packages.py
index 9ee905f..d52f6df 100644
--- a/build/bundle/packages.py
+++ b/build/bundle/packages.py
@@ -27,7 +27,6 @@ class BansheePackages:
 			'packages/intltool.py',
 			'packages/gtk+.py',
 			'packages/gconf-dummy.py',
-			'packages/libglade.py',
 			'packages/libproxy.py',
 			'packages/libsoup.py',
 			'packages/sqlite.py'
diff --git a/build/bundle/packages/banshee.py b/build/bundle/packages/banshee.py
index f36e31f..15d7e0c 100644
--- a/build/bundle/packages/banshee.py
+++ b/build/bundle/packages/banshee.py
@@ -1,6 +1,6 @@
 class BansheePackage (Package):
 	def __init__ (self):
-		Package.__init__ (self, 'banshee-1', '1.5.3')
+		Package.__init__ (self, 'banshee-1', '1.5.4')
 
 		self.sources = [
 			'http://download.banshee-project.org/banshee/stable/%{version}/%{name}-%{version}.tar.bz2'
@@ -18,7 +18,8 @@ class BansheePackage (Package):
 				'--disable-ipod',
 				'--disable-boo',
 				'--disable-gnome',
-				'--enable-osx'
+				'--enable-osx',
+				'--with-vendor-build-id="banshee-project.org OSX 10.5+ i386/Intel"'
 			])
 
 BansheePackage ()
diff --git a/build/bundle/packages/cairo.py b/build/bundle/packages/cairo.py
index 449a754..6953ee7 100644
--- a/build/bundle/packages/cairo.py
+++ b/build/bundle/packages/cairo.py
@@ -1,6 +1,6 @@
 class CairoPackage (CairoGraphicsPackage):
 	def __init__ (self):
-		Package.__init__ (self, 'cairo', '1.8.8')
+		Package.__init__ (self, 'cairo', '1.8.10')
 	
 	def build (self):
 		self.configure_flags = [
diff --git a/build/bundle/packages/glib.py b/build/bundle/packages/glib.py
index cc5ec98..a2420f9 100644
--- a/build/bundle/packages/glib.py
+++ b/build/bundle/packages/glib.py
@@ -3,7 +3,7 @@ class GlibPackage (GnomePackage):
 		GnomePackage.__init__ (self,
 			'glib',
 			version_major = '2.22',
-			version_minor = '3')
+			version_minor = '4')
 
 		self.darwin = Package.profile.name == 'darwin'
 		self.macports_svn = 'http://svn.macports.org/repository/macports/trunk/dports/devel/glib2/files'
diff --git a/build/bundle/packages/gst-plugins-base.py b/build/bundle/packages/gst-plugins-base.py
index 01debd4..2dec0e8 100644
--- a/build/bundle/packages/gst-plugins-base.py
+++ b/build/bundle/packages/gst-plugins-base.py
@@ -1,7 +1,7 @@
 class GstPluginsBasePackage (GstreamerPackage):
 	def __init__ (self):
 		GstreamerPackage.__init__ (self, 'gstreamer', 'gst-plugins-base',
-			'0.10.25', configure_flags = [
+			'0.10.26', configure_flags = [
 				'--disable-gtk-doc',
 				'--disable-gio',
 				'--disable-gnome_vfs',
diff --git a/build/bundle/packages/gst-plugins-good.py b/build/bundle/packages/gst-plugins-good.py
index 00fd74a..00250fa 100644
--- a/build/bundle/packages/gst-plugins-good.py
+++ b/build/bundle/packages/gst-plugins-good.py
@@ -1,7 +1,7 @@
 class GstPluginsGoodPackage (GstreamerPackage):
 	def __init__ (self):
 		GstreamerPackage.__init__ (self, 'gstreamer', 'gst-plugins-good',
-			'0.10.17', configure_flags = [
+			'0.10.18', configure_flags = [
 				'--disable-gtk-doc',
 				'--disable-gdk_pixbuf',
 				'--disable-cairo',
diff --git a/build/bundle/packages/gstreamer.py b/build/bundle/packages/gstreamer.py
index 4b242f6..d338bc1 100644
--- a/build/bundle/packages/gstreamer.py
+++ b/build/bundle/packages/gstreamer.py
@@ -1,3 +1,3 @@
-GstreamerPackage ('gstreamer', 'gstreamer', '0.10.25', configure_flags = [
+GstreamerPackage ('gstreamer', 'gstreamer', '0.10.26', configure_flags = [
 	'--disable-gtk-doc'
 ])
diff --git a/build/bundle/packages/gtk+.py b/build/bundle/packages/gtk+.py
index 16d5b0e..49e3809 100644
--- a/build/bundle/packages/gtk+.py
+++ b/build/bundle/packages/gtk+.py
@@ -2,7 +2,7 @@ class GtkPackage (GnomePackage):
 	def __init__ (self):
 		GnomePackage.__init__ (self, 'gtk+',
 			version_major = '2.18',
-			version_minor = '5',
+			version_minor = '7',
 			configure_flags = [
 				'--with-gdktarget=%{gdk_target}',
 				'--disable-cups',
diff --git a/build/bundle/packages/libtheora.py b/build/bundle/packages/libtheora.py
index 672e62a..22e4035 100644
--- a/build/bundle/packages/libtheora.py
+++ b/build/bundle/packages/libtheora.py
@@ -1 +1 @@
-XiphPackage ('theora', 'libtheora', '1.1beta3')
+XiphPackage ('theora', 'libtheora', '1.1.1')
diff --git a/build/bundle/packages/pixman.py b/build/bundle/packages/pixman.py
index 19de59f..74aa9ca 100644
--- a/build/bundle/packages/pixman.py
+++ b/build/bundle/packages/pixman.py
@@ -1 +1 @@
-CairoGraphicsPackage ('pixman', '0.17.2')
+CairoGraphicsPackage ('pixman', '0.17.6')
diff --git a/build/bundle/packages/sqlite.py b/build/bundle/packages/sqlite.py
index b3c6950..2e67a09 100644
--- a/build/bundle/packages/sqlite.py
+++ b/build/bundle/packages/sqlite.py
@@ -1,3 +1,3 @@
-Package ('sqlite', '3.6.21', sources = [
+Package ('sqlite', '3.6.22', sources = [
 	'http://www.sqlite.org/sqlite-amalgamation-%{version}.tar.gz'
 ])
diff --git a/build/bundle/packages/taglib-sharp.py b/build/bundle/packages/taglib-sharp.py
index d761de3..e95cde5 100644
--- a/build/bundle/packages/taglib-sharp.py
+++ b/build/bundle/packages/taglib-sharp.py
@@ -1,4 +1,4 @@
-Package ('taglib-sharp', '2.0.3.3',
+Package ('taglib-sharp', '2.0.3.6',
 	sources = [ 'http://download.banshee-project.org/%{name}/%{version}/%{name}-%{version}.tar.gz' ],
 	configure_flags = [ '--disable-docs' ]
 )
diff --git a/build/bundle/packages/taglib.py b/build/bundle/packages/taglib.py
index daa32e4..23028b0 100644
--- a/build/bundle/packages/taglib.py
+++ b/build/bundle/packages/taglib.py
@@ -1,3 +1,3 @@
-Package ('taglib', '1.6', sources = [
+Package ('taglib', '1.6.1', sources = [
 	'http://developer.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz'
 ])



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