diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-02 15:54:24 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-02 15:54:24 +0300 |
commit | bdc92892e5a2f1cf7323ed54f70bd484f7a9423f (patch) | |
tree | 0dae29641f79d499b1d2c3e4b673d8ca6ba3ecc9 /recipes/gst-plugins-ugly-1.0.recipe | |
parent | 334cd99d7e265d0ba71715269e178930b7dcdc16 (diff) |
gstreamer-1.0: Update versions to 1.9.2
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index ce7fb0e5..21e44986 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'} - commit = 'origin/master' + commit = '1.9.2' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame', 'mpg123'] |