diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-01-24 23:56:16 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-01-24 23:56:16 +0000 |
commit | b08ebc06167d4d69a4a86d78ec9872b32871fa83 (patch) | |
tree | d15d8c186357e663fbaf782a6e4f0e1a7c8b9440 | |
parent | 99b39755716a1b98fcee1efedc705bab0004b287 (diff) |
Build 1.22.9 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1326>
-rw-r--r-- | cerbero/enums.py | 2 | ||||
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 4 | ||||
-rw-r--r-- | recipes/gst-devtools-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-libav-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-omx-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-good-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-rtsp-server-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gstreamer-vaapi-1.0.recipe | 2 |
14 files changed, 15 insertions, 15 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py index 252361c1..bc32e174 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.22.8.1' +CERBERO_VERSION = '1.22.9' class Platform: ''' Enumeration of supported platforms ''' diff --git a/packages/custom.py b/packages/custom.py index 024536cc..086076d8 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.22.8.1' + version = '1.22.9' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index d1fbac76..b13fcac6 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -19,8 +19,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.22.8.1' - tagged_for_release = False + version = '1.22.9' + 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 b2683a82..6ea10b26 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 = 'cd634056fcb16d035b3df5953ec85ae8bd56c68f29920b720ef920ca71ea76a7' + tarball_checksum = '02e29400b44e9cc603aa6444dee5726b57edabef6455e6d0921ffed6f13840ee' 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 6c032d53..cf35fd55 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 = 'd1d5e75e190eb0be3fd49409e41a3aa8e68cfb4deaa7353488554674956cd1df' + tarball_checksum = '3553ad3802dccde0c0ef1461881acd9b55bddf8adf751de4cb51b7f8cb50440d' 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 cad6bea6..24aa6362 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 = 'be39349bc07ab4cdbd9a5fd6ea9848c601c7560ba5a0577ad5200b83bd424981' + tarball_checksum = '192f7d27d21c1e7c72c339a2647a9b0c247fedc62ea5029115f8c3e22ebb87d8' 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 23ea7c22..ca99c4c1 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 = '94df10e7713618f0c8a4223f6e047f2d8f0ccecba1d585618e791f13037762df' + tarball_checksum = '9362d6117985d09dcf6e27bdaef377dc08efb7df01d00101d04fb644addac61e' 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 76ab9357..796df0a7 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -9,7 +9,7 @@ class Recipe(custom.GStreamer): licenses = [{License.LGPLv2Plus: None, License.BSD_like: ['ext/sctp/usrsctp/LICENSE.md']}] else: licenses = [{License.LGPLv2Plus: None, License.BSD_like: ['subprojects/gst-plugins-bad/ext/sctp/usrsctp/LICENSE.md']}] - tarball_checksum = '458783f8236068991e3e296edd671c8eddb8be6fac933c1c2e1503462864ea0f' + tarball_checksum = '1bc65d0fd5f53a3636564efd3fcf318c3edcdec39c4109a503c1fc8203840a1d' # Explicitly enable plugins that we provide dependencies for to ensure that # we error out if they weren't found. meson_options = {'gpl': 'enabled', diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 776b7084..3fe092c7 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 = 'eb6792e5c73c6defb9159c36ea6e4b78a2f8af6512678b4bd3b02c8d2d492acf' + tarball_checksum = 'fac3e0dd2d8e9370388b34bf8c21b89d5f63bc3cfc12cd7fdc8fc6c1cba03334' 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 a92706d5..87afb242 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 = 'e305b9f07f52743ca481da0a4e0c76c35efd60adaf1b0694eb3bb021e2137e39' + tarball_checksum = '26959fcfebfff637d4ea08ef40316baf31b61bb7729820b0684e800c3a1478b6' meson_options = {# enabled plugins 'adaptivedemux2': 'enabled', 'cairo': 'enabled', diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index 2dce65e3..a07d20c4 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 = '0761d96ba508e01c0271881b26828c2bffd7d8afd50872219f088f755b252ca7' + tarball_checksum = '0bf685d66015a01dd3fc1671b64a1c8acb321dd9d4ab9e05a29ab19782aa6236' meson_options = {'gpl': 'enabled', # enabled plugins 'a52dec': 'enabled', diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe index 4e600071..bba26342 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 = '705177051c229976f171adcd7ab9762ae6bcc4bb77dc308a0bd80a63da6c337f' + tarball_checksum = '808af148f89404ff74850f8ca5272bed4bfe67f9620231dc4514fd07eb26d0a4' 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 b27f65d8..2a2fabe0 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 = 'ad4e3db1771139b1db17b1afa7c05db083ae0100bd4da244b71f162dcce41bfc' + tarball_checksum = '1e7124d347e8cdc80f08ec1d370c201be513002af1102bb20e83c5279cb48ebd' deps = ['glib'] bash_completions = ['gst-inspect-1.0', 'gst-launch-1.0'] diff --git a/recipes/gstreamer-vaapi-1.0.recipe b/recipes/gstreamer-vaapi-1.0.recipe index 77da9df4..921bba75 100644 --- a/recipes/gstreamer-vaapi-1.0.recipe +++ b/recipes/gstreamer-vaapi-1.0.recipe @@ -4,7 +4,7 @@ class Recipe(custom.GStreamer): name = 'gstreamer-vaapi-1.0' btype = BuildType.MESON - tarball_checksum = '1298ba347a70c42b88cdebf91b659fea02b1bb7269eabf8e29e3c0bd58278928' + tarball_checksum = '8ba20da8c4cbf5b2953dba904672c4275d0053e1528f97fdf8e59942c7883ca8' meson_options = {# auto enable plugins 'encoders': 'auto', 'drm': 'auto', |