diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-10-30 17:38:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-30 17:38:13 +0200 |
commit | a396c3f5b67d4bd533114517e801361163f0563b (patch) | |
tree | 17290f7f85d0a963076d8112b4bac62fbb219adc | |
parent | 61e159c7b75f1e26c481a5206a878ac2ab172600 (diff) |
gstreamer: Update recipe versions to 1.6.1
-rw-r--r-- | recipes/gst-editing-services-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-libav-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-libav-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-good-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-good-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-python-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-rtsp-server-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gstreamer-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/recipes/gst-editing-services-1.0-static.recipe b/recipes/gst-editing-services-1.0-static.recipe index e7d44d90..c81be329 100644 --- a/recipes/gst-editing-services-1.0-static.recipe +++ b/recipes/gst-editing-services-1.0-static.recipe @@ -4,12 +4,12 @@ from cerbero.utils import shell class Recipe(custom.GStreamerStatic): name = 'gst-editing-services-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} - commit = '1.6.0' + commit = '1.6.1' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index 33bf2613..dba369dc 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -3,10 +3,10 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gst-editing-services-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} - commit = '1.6.0' + commit = '1.6.1' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--program-prefix= --disable-examples --enable-static " deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] diff --git a/recipes/gst-libav-1.0-static.recipe b/recipes/gst-libav-1.0-static.recipe index 84c30688..d277539b 100644 --- a/recipes/gst-libav-1.0-static.recipe +++ b/recipes/gst-libav-1.0-static.recipe @@ -7,14 +7,14 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(custom.GStreamerStatic): name = 'gst-libav-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' # TODO - check license - plugin is certainly LGPLv2+, but need to check # the linked libs licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static --enable-lgpl --disable-example" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ] files_plugins_codecs_restricted_devel = ['libgstlibav'] diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe index 87c0d442..9399142a 100644 --- a/recipes/gst-libav-1.0.recipe +++ b/recipes/gst-libav-1.0.recipe @@ -3,14 +3,14 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gst-libav-1.0' - version = '1.5' + version = '1.6' # TODO - check license - plugin is certainly LGPLv2+, but need to check # the linked libs licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-lgpl --disable-examples " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ] files_plugins_codecs_restricted = ['lib/gstreamer-1.0/libgstlibav%(mext)s'] diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe index 874365c9..a34544f4 100644 --- a/recipes/gst-plugins-bad-1.0-static.recipe +++ b/recipes/gst-plugins-bad-1.0-static.recipe @@ -3,7 +3,7 @@ class Recipe(custom.GStreamerStatic): name = 'gst-plugins-bad-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] extra_configure_options = '--disable-gsm --disable-festival \ @@ -19,7 +19,7 @@ class Recipe(custom.GStreamerStatic): --disable-vdpau --disable-voamrwbenc --disable-wildmidi \ --disable-xvid --disable-zbar --disable-sdi --disable-qt' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'libass', 'faad2', 'libkate', 'zlib', 'openh264', 'opus', 'nettle', 'librtmp', 'libsrtp', 'schroedinger', 'libdca', 'libmms', 'libdvdnav', diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index e0023d71..ae84f87e 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-bad-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = '--enable-static --disable-introspection --disable-gsm \ @@ -26,7 +26,7 @@ class Recipe(recipe.Recipe): --enable-libmms --enable-resindvd --enable-soundtouch \ --enable-voaacenc --enable-rsvg --enable-openjpeg' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'libass', 'faad2', 'libkate', 'zlib', 'openh264', 'opus', 'nettle', 'librtmp', 'libsrtp', 'schroedinger', 'libdca', 'libmms', 'libdvdnav', diff --git a/recipes/gst-plugins-base-1.0-static.recipe b/recipes/gst-plugins-base-1.0-static.recipe index 96b93f2f..401be57e 100644 --- a/recipes/gst-plugins-base-1.0-static.recipe +++ b/recipes/gst-plugins-base-1.0-static.recipe @@ -3,12 +3,12 @@ class Recipe(custom.GStreamerStatic): name = 'gst-plugins-base-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} - commit = '1.6.0' + commit = '1.6.1' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', 'libvisual', 'libvorbis', 'zlib', 'orc'] platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 8a997647..31cd14ce 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -3,12 +3,12 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-base-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-examples " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} - commit = '1.6.0' + commit = '1.6.1' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', 'libvisual', 'libvorbis', 'zlib', 'orc'] platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } diff --git a/recipes/gst-plugins-good-1.0-static.recipe b/recipes/gst-plugins-good-1.0-static.recipe index d4ff4e7f..1c87d2f6 100644 --- a/recipes/gst-plugins-good-1.0-static.recipe +++ b/recipes/gst-plugins-good-1.0-static.recipe @@ -3,12 +3,12 @@ class Recipe(custom.GStreamerStatic): name = 'gst-plugins-good-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] extra_configure_options = '--enable-static --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'libjpeg-turbo', 'libpng', 'speex', 'gdk-pixbuf', 'libsoup', 'orc', 'wavpack', 'flac', 'taglib', 'bzip2', 'zlib', diff --git a/recipes/gst-plugins-good-1.0.recipe b/recipes/gst-plugins-good-1.0.recipe index d7496c10..6e1070fc 100644 --- a/recipes/gst-plugins-good-1.0.recipe +++ b/recipes/gst-plugins-good-1.0.recipe @@ -3,12 +3,12 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-good-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = '--disable-examples --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2 ' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'libjpeg-turbo', 'libpng', 'speex', 'gdk-pixbuf', 'libsoup', 'orc', 'wavpack', 'flac', 'taglib', 'bzip2', 'zlib', diff --git a/recipes/gst-plugins-ugly-1.0-static.recipe b/recipes/gst-plugins-ugly-1.0-static.recipe index 3e9edf80..a65f363e 100644 --- a/recipes/gst-plugins-ugly-1.0-static.recipe +++ b/recipes/gst-plugins-ugly-1.0-static.recipe @@ -3,12 +3,12 @@ class Recipe(custom.GStreamerStatic): name = 'gst-plugins-ugly-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame'] diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index f3a2c8ce..7abc8e1a 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -3,12 +3,12 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-ugly-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2Plus] 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 = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame'] diff --git a/recipes/gst-python-1.0.recipe b/recipes/gst-python-1.0.recipe index 90daab18..34352bca 100644 --- a/recipes/gst-python-1.0.recipe +++ b/recipes/gst-python-1.0.recipe @@ -3,14 +3,14 @@ class Recipe(recipe.Recipe): name = 'gst-python-1.0' - version = '1.3' + version = '1.6' # TODO: check license - some source files are LGPLv2+, others LGPLv2.1+ and # COPYING is LGPLv2.1 licenses = [License.LGPLv2_1Plus] autoreconf = True autoreconf_sh = 'sh autogen.sh' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-python'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'glib', 'pygobject'] # FIXME: disable checks until it's properly fixed make_check = None diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe index 0e83ad41..3c50af22 100644 --- a/recipes/gst-rtsp-server-1.0.recipe +++ b/recipes/gst-rtsp-server-1.0.recipe @@ -2,12 +2,12 @@ class Recipe(recipe.Recipe): name = 'gst-rtsp-server-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples --enable-static " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-rtsp-server'} - commit = '1.6.0' + commit = '1.6.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] files_devel = ['include/gstreamer-1.0/gst/rtsp-server', 'lib/pkgconfig/gstreamer-rtsp-server-1.0.pc'] diff --git a/recipes/gstreamer-1.0-static.recipe b/recipes/gstreamer-1.0-static.recipe index e8402830..833b539b 100644 --- a/recipes/gstreamer-1.0-static.recipe +++ b/recipes/gstreamer-1.0-static.recipe @@ -3,12 +3,12 @@ class Recipe(custom.GStreamerStatic): name = 'gstreamer-1.0-static' - version = '1.5' + version = '1.6' gstreamer_version = '1.0' licenses = [License.LGPLv2_1Plus] extra_configure_options = '--enable-static' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'} - commit = '1.6.0' + commit = '1.6.1' deps = ['glib', 'gtk-doc-lite'] # Static build will always fail on make check make_check = None diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index f4cec74f..c040e64d 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -19,12 +19,12 @@ GST_CONFIG_UNVERSAL='''\ class Recipe(recipe.Recipe): name = 'gstreamer-1.0' - version = '1.5' + version = '1.6' licenses = [License.LGPLv2_1Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-examples " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'} - commit = '1.6.0' + commit = '1.6.1' deps = ['glib', 'gtk-doc-lite'] files_bins = ['gst-inspect-1.0', |