From 7c44ff9a2b14d4e1107cb6d82d50675dd079f0bc Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 1 Jun 2021 15:14:29 +0100 Subject: Build 1.19.1 release --- cerbero/enums.py | 2 +- packages/custom.py | 2 +- recipes/custom.py | 4 ++-- recipes/gst-devtools-1.0.recipe | 2 +- recipes/gst-editing-services-1.0.recipe | 2 +- recipes/gst-libav-1.0.recipe | 2 +- recipes/gst-omx-1.0.recipe | 2 +- recipes/gst-plugins-bad-1.0.recipe | 2 +- recipes/gst-plugins-base-1.0.recipe | 2 +- recipes/gst-plugins-good-1.0.recipe | 2 +- recipes/gst-plugins-ugly-1.0.recipe | 2 +- recipes/gst-rtsp-server-1.0.recipe | 2 +- recipes/gstreamer-1.0.recipe | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cerbero/enums.py b/cerbero/enums.py index eda3883e..d1e48961 100644 --- a/cerbero/enums.py +++ b/cerbero/enums.py @@ -20,7 +20,7 @@ from cerbero.errors import FatalError # Safest place to define this since this file imports very few modules -CERBERO_VERSION = '1.19.0.1' +CERBERO_VERSION = '1.19.1' class Platform: ''' Enumeration of supported platforms ''' diff --git a/packages/custom.py b/packages/custom.py index 46e11077..09991cfb 100644 --- a/packages/custom.py +++ b/packages/custom.py @@ -6,7 +6,7 @@ from cerbero.enums import License class GStreamer: url = "http://gstreamer.freedesktop.org" - version = '1.19.0.1' + version = '1.19.1' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 9ab1ad59..084ad0a6 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,8 +12,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.19.0.1' - tagged_for_release = False + version = '1.19.1' + tagged_for_release = True # Decide what stype to use use_git = True diff --git a/recipes/gst-devtools-1.0.recipe b/recipes/gst-devtools-1.0.recipe index a7ee992d..ae53b6ad 100644 --- a/recipes/gst-devtools-1.0.recipe +++ b/recipes/gst-devtools-1.0.recipe @@ -6,7 +6,7 @@ class Recipe(custom.GStreamer): name = 'gst-devtools-1.0' btype = BuildType.MESON meson_options = {'debug_viewer': 'disabled'} - tarball_checksum = '82337141b5654f11c440f783892ba9d9498b3b6b98c2286b000f96dce6945f16' + tarball_checksum = '81f31d87f5f883a93d6b642073ed1d7ab2aef3f913f2476605a28063190d42fc' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'json-glib', 'gst-rtsp-server-1.0'] files_bins = ['gst-validate-1.0', 'gst-validate-transcoding-1.0', 'gst-validate-media-check-1.0', diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index a20a898b..77e48af4 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -4,7 +4,7 @@ from cerbero.utils import shell class Recipe(custom.GStreamer): name = 'gst-editing-services-1.0' btype = BuildType.MESON - tarball_checksum = '4daef0d4875415ea262f7fb1287d4a33939a9594f3c1e661f8587ab00f7000a8' + tarball_checksum = '6441bc22f3013798b509f3c3765d55be7772e4b8385e2b3199819ea169357383' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-devtools-1.0'] files_bins = ['ges-launch-1.0'] diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe index f4d8cb1a..b86a8855 100644 --- a/recipes/gst-libav-1.0.recipe +++ b/recipes/gst-libav-1.0.recipe @@ -4,7 +4,7 @@ class Recipe(custom.GStreamer): name = 'gst-libav-1.0' licenses = [License.LGPLv2Plus] btype = BuildType.MESON - tarball_checksum = '42f93f5ce9a3fc22051e5f783a4574b56ebf213f331f75dcbc3552459bd3a06a' + tarball_checksum = '7a36c466a0942667f5be5d427d0840d1b81c187a4b93a73dcf10e53bf9cf196c' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'ffmpeg'] files_plugins_codecs_restricted = ['lib/gstreamer-1.0/libgstlibav%(mext)s'] diff --git a/recipes/gst-omx-1.0.recipe b/recipes/gst-omx-1.0.recipe index cc1b59bc..1090c885 100644 --- a/recipes/gst-omx-1.0.recipe +++ b/recipes/gst-omx-1.0.recipe @@ -3,7 +3,7 @@ class Recipe(custom.GStreamer): name = 'gst-omx-1.0' btype = BuildType.MESON - tarball_checksum = '302c65e04578991364f7605e04cfb54dfd75268d51080d35f221ee1a8b341fad' + tarball_checksum = '77c55cea3bea26fb3d3b8f8346ac1bef0a92b372a50cbe2118cd002440e17394' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0'] files_plugins_codecs = ['lib/gstreamer-1.0/libgstomx%(mext)s'] diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index f9fff95d..2207384a 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -5,7 +5,7 @@ class Recipe(custom.GStreamer): name = 'gst-plugins-bad-1.0' btype = BuildType.MESON licenses = [{License.LGPLv2Plus: None, License.BSD_like: ['ext/sctp/usrsctp/LICENSE.md']}] - tarball_checksum = 'f382ab1caddd64aaa7acb7c4787487f63fd39bd0fde9c757655cbaa457c1185f' + tarball_checksum = '82d210bbfb0ecbff2121c52704e2b81660503235c54d6f4581786134137170b1' # Explicitly enable plugins that we provide dependencies for to ensure that # we error out if they weren't found. meson_options = {# enabled plugins diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 4b2e9497..208e4945 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -4,7 +4,7 @@ class Recipe(custom.GStreamer): name = 'gst-plugins-base-1.0' btype = BuildType.MESON - tarball_checksum = '762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897' + tarball_checksum = '80da678df6274a7e63c0adc8788aaa354ec163dc94417cdd1fbd36081205430c' meson_options = {# enabled plugins 'gl': 'enabled', 'gl-graphene': 'enabled', diff --git a/recipes/gst-plugins-good-1.0.recipe b/recipes/gst-plugins-good-1.0.recipe index 8c53305b..e42ac549 100644 --- a/recipes/gst-plugins-good-1.0.recipe +++ b/recipes/gst-plugins-good-1.0.recipe @@ -3,7 +3,7 @@ class Recipe(custom.GStreamer): name = 'gst-plugins-good-1.0' btype = BuildType.MESON - tarball_checksum = '6329bc377a3afea5cf1ab329a91cc4a906f075781780d1edc59e8bea8c1a8bac' + tarball_checksum = '2f9abf38cfb9ce4eaea80f53112f826e1d3d6d53dbe618381d55e5a139fc7a94' meson_options = {# enabled plugins 'cairo': 'enabled', 'dv': 'enabled', diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index d31cda84..13884a53 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -4,7 +4,7 @@ class Recipe(custom.GStreamer): name = 'gst-plugins-ugly-1.0' btype = BuildType.MESON - tarball_checksum = '686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082' + tarball_checksum = 'bdbe59de28d8902d73a02eda75de1c789c01dee5e32e5d63d259e8646e640b42' meson_options = {'a52dec': 'enabled', 'amrnb': 'enabled', 'amrwbdec': 'enabled', diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe index d710ca30..6febc057 100644 --- a/recipes/gst-rtsp-server-1.0.recipe +++ b/recipes/gst-rtsp-server-1.0.recipe @@ -3,7 +3,7 @@ class Recipe(custom.GStreamer): name = 'gst-rtsp-server-1.0' btype = BuildType.MESON - tarball_checksum = '2ad19311054cbf2df0d0622936bc703dedc06ced706df46a3d3a3ea5a4b7c70f' + tarball_checksum = '54188352115c439edd1971cc01f8f75d81f44ba6d5d1667f8e86b0f6807a4466' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-bad-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.recipe b/recipes/gstreamer-1.0.recipe index 84e6a867..dcf1e239 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -4,7 +4,7 @@ import shutil class Recipe(custom.GStreamer): name = 'gstreamer-1.0' btype = BuildType.MESON - tarball_checksum = '0ff09245b06c0aeb5d9a156edcab088a7e8213a0bf9c84a1ff0318f9c00c7805' + tarball_checksum = '0bdf5395a6982ae8a20c568603892877437ce3e2d206bf9ab54de29ca417dcc1' deps = ['glib'] bash_completions = ['gst-inspect-1.0', 'gst-launch-1.0'] -- cgit v1.2.3