[banshee] [build] add missing commas



commit 97a56e06de66e4b32d98e56005a7bf55aac9323f
Author: Aaron Bockover <abockover novell com>
Date:   Sun Dec 20 17:17:20 2009 -0500

    [build] add missing commas

 build/bundle/packages/gst-plugins-good.py |    4 ++--
 build/bundle/packages/intltool.py         |    2 +-
 build/bundle/packages/libsoup.py          |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/bundle/packages/gst-plugins-good.py b/build/bundle/packages/gst-plugins-good.py
index 4a05d7e..6d4203b 100644
--- a/build/bundle/packages/gst-plugins-good.py
+++ b/build/bundle/packages/gst-plugins-good.py
@@ -24,7 +24,7 @@ package = {
 		'http://gstreamer.freedesktop.org/src/%{name}/%{name}-%{version}.tar.gz'
 	],
 	'build': [
-		'%{__configure} ' + ' '.join (configure_flags)
-		'%{__make}'
+		'CFLAGS=-I%{_prefix}/include %{__configure} ' + ' '.join (configure_flags),
+		'CFLAGS=-I%{_prefix}/include %{__make}'
 	]
 }
diff --git a/build/bundle/packages/intltool.py b/build/bundle/packages/intltool.py
index 2fcfbde..cf2c07f 100644
--- a/build/bundle/packages/intltool.py
+++ b/build/bundle/packages/intltool.py
@@ -1,7 +1,7 @@
 package = {
 	'name':          'intltool',
 	'version_major': '0.40',
-	'version_minor': '6'
+	'version_minor': '6',
 	'version':       '%{version_major}.%{version_minor}',
 	'sources': [
 		'http://ftp.gnome.org/pub/gnome/sources/intltool/%{version_major}/%{name}-%{version}.tar.bz2'
diff --git a/build/bundle/packages/libsoup.py b/build/bundle/packages/libsoup.py
index 5e67aab..648e989 100644
--- a/build/bundle/packages/libsoup.py
+++ b/build/bundle/packages/libsoup.py
@@ -1,7 +1,7 @@
 package = {
 	'name':         'libsoup',
 	'version_major': '2.28',
-	'version_minor': '2'
+	'version_minor': '2',
 	'version':       '%{version_major}.%{version_minor}',
 	'sources': [
 		'http://ftp.gnome.org/pub/gnome/sources/libsoup/%{version_major}/%{name}-%{version}.tar.bz2'



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