diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-02-26 07:06:10 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-26 07:06:31 +0000 |
commit | 571aeb5b091633c605a2128a2c5e030069486fa8 (patch) | |
tree | 6367798989a979ac6804599dc9d0ff119ce75f55 | |
parent | 6177c55a35b422925f73a99a9a8606c14994739b (diff) |
cerbero: update for opus plugin moves
-rw-r--r-- | recipes/gst-plugins-bad-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0-static.recipe | 3 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 3 |
4 files changed, 6 insertions, 4 deletions
diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe index bb20d38e..be3b50bb 100644 --- a/recipes/gst-plugins-bad-1.0-static.recipe +++ b/recipes/gst-plugins-bad-1.0-static.recipe @@ -65,7 +65,7 @@ class Recipe(custom.GStreamerStatic): 'libgstmidi', 'libgstmxf', 'libgstopenh264', - 'libgstopus', + 'libgstopusparse', 'libgstpcapparse', 'libgstpnm', 'libgstrfbsrc', diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index f8790dc3..098b0acf 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -97,7 +97,7 @@ class Recipe(recipe.Recipe): 'lib/gstreamer-1.0/libgstmidi%(mext)s', 'lib/gstreamer-1.0/libgstmxf%(mext)s', 'lib/gstreamer-1.0/libgstopenh264%(mext)s', - 'lib/gstreamer-1.0/libgstopus%(mext)s', + 'lib/gstreamer-1.0/libgstopusparse%(mext)s', 'lib/gstreamer-1.0/libgstpcapparse%(mext)s', 'lib/gstreamer-1.0/libgstpnm%(mext)s', 'lib/gstreamer-1.0/libgstrfbsrc%(mext)s', diff --git a/recipes/gst-plugins-base-1.0-static.recipe b/recipes/gst-plugins-base-1.0-static.recipe index 39b45a67..3ffcf2a0 100644 --- a/recipes/gst-plugins-base-1.0-static.recipe +++ b/recipes/gst-plugins-base-1.0-static.recipe @@ -10,7 +10,7 @@ class Recipe(custom.GStreamerStatic): remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} commit = 'origin/master' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', - 'libvisual', 'libvorbis', 'zlib', 'orc'] + 'libvisual', 'libvorbis', 'zlib', 'orc', 'opus'] platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } use_system_libs = True @@ -45,6 +45,7 @@ class Recipe(custom.GStreamerStatic): 'libgstogg', 'libgsttheora', 'libgstvorbis', + 'libgstopus', ] files_plugins_vis_devel = [ diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 7a18015e..7af772dc 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} commit = 'origin/master' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', - 'libvisual', 'libvorbis', 'zlib', 'orc'] + 'libvisual', 'libvorbis', 'zlib', 'orc', 'opus'] platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } use_system_libs = True @@ -53,6 +53,7 @@ class Recipe(recipe.Recipe): 'lib/gstreamer-1.0/libgstogg%(mext)s', 'lib/gstreamer-1.0/libgsttheora%(mext)s', 'lib/gstreamer-1.0/libgstvorbis%(mext)s', + 'lib/gstreamer-1.0/libgstopus%(mext)s', ] files_plugins_vis = [ |