Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2010-01-07 21:53:55 +0300
committerAaron Bockover <abockover@novell.com>2010-01-07 21:53:55 +0300
commit3b8487a054268385672870e908b6a836c08665b1 (patch)
treea53e4059ee9876bcc69f7d5b0e7a78481bf53e4f /packages
parent6a976c79aa589b35d37538d8256e3fbac380b5b7 (diff)
[build] fixed up gstreamer versions for ugly, bad
Diffstat (limited to 'packages')
-rw-r--r--packages/gst-plugins-bad.py2
-rw-r--r--packages/gst-plugins-ugly.py5
2 files changed, 2 insertions, 5 deletions
diff --git a/packages/gst-plugins-bad.py b/packages/gst-plugins-bad.py
index 2ba82d5..1812563 100644
--- a/packages/gst-plugins-bad.py
+++ b/packages/gst-plugins-bad.py
@@ -1,4 +1,4 @@
-GstreamerPackage ('gstreamer', 'gst-plugins-bad', '0.10.13', configure_flags = [
+GstreamerPackage ('gstreamer', 'gst-plugins-bad', '0.10.17', configure_flags = [
' --disable-gtk-doc',
' --with-plugins=quicktime',
' --disable-apexsink',
diff --git a/packages/gst-plugins-ugly.py b/packages/gst-plugins-ugly.py
index dfeca60..ff426ba 100644
--- a/packages/gst-plugins-ugly.py
+++ b/packages/gst-plugins-ugly.py
@@ -1,7 +1,4 @@
-# FIXME version is out of date from upstream, but GStreamer lost all
-# their tarballs, so falling back to the tarball from openSUSE,
-# which is also very out of date... should be 0.10.13
-GstreamerPackage ('gstreamer', 'gst-plugins-ugly', '0.10.12', configure_flags = [
+GstreamerPackage ('gstreamer', 'gst-plugins-ugly', '0.10.13', configure_flags = [
' --disable-gtk-doc',
' --disable-asfdemux',
' --disable-dvdsub',