diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 14:48:07 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-22 08:35:29 +0200 |
commit | 7a0b20f74adb69693f9f2812516061d1a3a7dff3 (patch) | |
tree | e11849e84663e5f8d603c0b3986e08874cbc1bcc /recipes/gst-plugins-base-1.0.recipe | |
parent | 43a08f8a6ec1d018057ff77d6d68926d975e8bc4 (diff) |
gstreamer-1.0: Update recipes for 1.0
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 48 |
1 files changed, 21 insertions, 27 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index b01ab6fb..4d514199 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -3,34 +3,32 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-base-1.0' - version = '0.11.x' + version = '1.0' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' - configure_options = "--disable-introspection --disable-examples --disable-gst_v4l --disable-gnome_vfs --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer Base Plugins (GStreamer SDK)' " + configure_options = "--enable-static --disable-introspection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer Base Plugins (GStreamer SDK)' " remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} commit = 'upstream/1.0' - deps = ['glib', 'gstreamer-1.0', 'libogg', 'pango', 'libtheora', 'libvisual', - 'libvorbis', 'zlib', 'orc'] + deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', + 'libvisual', 'libvorbis', 'zlib', 'orc'] platform_deps = { Platform.LINUX: [ 'cdparanoia' ], Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } use_system_libs = True - files_bins = ['gst-discoverer-1.0', 'gst-visualize-1.0'] + files_bins = ['gst-discoverer-1.0'] - files_libs = ['libgstapp-1.0', 'libgstaudio-1.0', 'libgstcdda-1.0', 'libgstfloatcast-1.0', - 'libgstfft-1.0', 'libgstinterfaces-1.0', 'libgstnetbuffer-1.0', - 'libgstpbutils-1.0', 'libgstriff-1.0', 'libgstrtp-1.0', + files_libs = [#'libgstallocators-1.0' + 'libgstapp-1.0', 'libgstaudio-1.0', + 'libgstfft-1.0', 'libgstpbutils-1.0', 'libgstriff-1.0', 'libgstrtp-1.0', 'libgstrtsp-1.0', 'libgstsdp-1.0', 'libgsttag-1.0', 'libgstvideo-1.0',] - files_core = [ + files_plugins_core = [ 'lib/gstreamer-1.0/libgstadder%(mext)s', 'lib/gstreamer-1.0/libgstapp%(mext)s', 'lib/gstreamer-1.0/libgstaudioconvert%(mext)s', 'lib/gstreamer-1.0/libgstaudiorate%(mext)s', 'lib/gstreamer-1.0/libgstaudioresample%(mext)s', 'lib/gstreamer-1.0/libgstaudiotestsrc%(mext)s', - 'lib/gstreamer-1.0/libgstffmpegcolorspace%(mext)s', - 'lib/gstreamer-1.0/libgstgdp%(mext)s', 'lib/gstreamer-1.0/libgstgio%(mext)s', 'lib/gstreamer-1.0/libgstpango%(mext)s', 'lib/gstreamer-1.0/libgsttypefindfunctions%(mext)s', @@ -41,27 +39,28 @@ class Recipe(recipe.Recipe): 'lib/gstreamer-1.0/libgstvolume%(mext)s', ] - files_playback = [ + files_plugins_playback = [ 'lib/gstreamer-1.0/libgstplayback%(mext)s', ] # Not used currently - files_encoding = [ + files_plugins_encoding = [ 'lib/gstreamer-1.0/libgstencodebin%(mext)s', ] - files_codecs = [ + files_plugins_codecs = [ 'lib/gstreamer-1.0/libgstsubparse%(mext)s', 'lib/gstreamer-1.0/libgstogg%(mext)s', 'lib/gstreamer-1.0/libgsttheora%(mext)s', 'lib/gstreamer-1.0/libgstvorbis%(mext)s', ] - files_vis = [ + files_plugins_vis = [ 'lib/gstreamer-1.0/libgstlibvisual%(mext)s', ] - files_devel = [ + files_plugins_devel = [ + #'include/gstreamer-1.0/gst/allocators', 'include/gstreamer-1.0/gst/app', 'include/gstreamer-1.0/gst/audio', 'include/gstreamer-1.0/gst/fft', @@ -85,7 +84,11 @@ class Recipe(recipe.Recipe): 'lib/pkgconfig/gstreamer-plugins-base-1.0.pc', ] - platform_files_codecs = { + files_plugins_net = [ + 'lib/gstreamer-1.0/libgsttcp%(mext)s', + ] + + platform_files_plugins_codecs = { Platform.ANDROID: [ 'lib/gstreamer-1.0/libgstivorbisdec%(mext)s', ], @@ -94,7 +97,7 @@ class Recipe(recipe.Recipe): ] } - platform_files_sys = { + platform_files_plugins_sys = { Platform.LINUX: [ 'lib/gstreamer-1.0/libgstalsa%(mext)s', 'lib/gstreamer-1.0/libgstximagesink%(mext)s', @@ -103,15 +106,6 @@ class Recipe(recipe.Recipe): ] } - platform_files_net = { - Platform.LINUX: [ - 'lib/gstreamer-1.0/libgsttcp%(mext)s', - ], - Platform.DARWIN: [ - 'lib/gstreamer-1.0/libgsttcp%(mext)s', - ] - } - files_lang = ['gst-plugins-base-1.0'] |