diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-07-23 09:49:35 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-07-23 09:51:13 +0200 |
commit | bdce01cb6cb859a329244f53b2ada2d2e3097da4 (patch) | |
tree | 3e74ff7fcdfd9401572c2d5b36ebe99464d91bab /recipes/gst-plugins-ugly-1.0.recipe | |
parent | a98fee669eb50c8290a40d445a3160447b744b72 (diff) |
Update recipes to track the 1.4 branch
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index 87706286..f07b2140 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -3,11 +3,11 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-ugly-1.0' - version = '1.3' + version = '1.4' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-lame --disable-sidplay --disable-twolame " - commit = 'origin/master' + commit = 'origin/1.4' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264'] |