diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-04-10 00:47:53 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-04-10 00:47:53 +0100 |
commit | 64531cf9aef27acea3937dcce3a2ad134f310441 (patch) | |
tree | 8fed17b0242792298905dbc231000921313f9eb5 | |
parent | 00c63313e3a9f92803cf3e77e80846f5fd404b28 (diff) |
Build 1.24.2 release1.24.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1449>
-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-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-rs.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 d612cd2b..067f3b2f 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.24.1.1' +CERBERO_VERSION = '1.24.2' class Platform: diff --git a/packages/custom.py b/packages/custom.py index 84da4fbe..fba88bf3 100644 --- a/packages/custom.py +++ b/packages/custom.py @@ -5,7 +5,7 @@ from cerbero.enums import License class GStreamer: url = 'http://gstreamer.freedesktop.org' - version = '1.24.1.1' + version = '1.24.2' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index dfe728b8..ab7f9803 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -21,8 +21,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.24.1.1' - tagged_for_release = False + version = '1.24.2' + 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 814adade..a988e5a6 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 = '49ae0347f463641b094ebbc63350936a29e8a063ca90cd0b44a49e0c2b2129d2' + tarball_checksum = 'fdd7c30c1aa1bb07800dd98a51e55211065619835e4889f5c92fe823b86cd8f4' 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 bd027638..6eb93468 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 = 'dd6665c360011e169fc107cc4a7218156126f955170bf3e8b77a6766b4401733' + tarball_checksum = '7201778ea5d937440c53d7439dd12aa5ac6840688af1f0499852275074b99073' 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 39e1556c..911fd86e 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 = '549b7821fb5a4c866d6197888496015106cc6ec96ffb12a64e6efa91aa6562fd' + tarball_checksum = '962838648e14ce8a78322ab16f84c7d84d86a6d7bebb6574ac05dea84a7c7c9b' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'ffmpeg'] files_plugins_codecs_restricted = ['%(libdir)s/gstreamer-1.0/libgstlibav%(mext)s'] diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 21cc928a..32c14e66 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 = 'f1a183966ea9136a00f159ee42db4d1d106abef022d1b49e63fba2fcbe50c8f8' + tarball_checksum = '448e32787bc82b586c6cb2f81c9a8ef404fea4f77f25566fe06e597a3f59136b' # 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 02f0fadd..a85f1fa4 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 = '884045d1d7c5d6bb8605e45c7ee0e9f1341888e81c2b7c42dff52bb98ede8ec3' + tarball_checksum = '282f1cc8065c9b62eb6a0a20fb9e8328f8e5296df2458b7236daa729c41ae769' 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 8cb21b2f..c2af4331 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 = 'c02ba5583863e0bd9e265e5e4a27a03a3c473eb9ec1c10b07238f7176d9368a2' + tarball_checksum = '6e347c72d4b8b2886d890ffe9f6767a9edb02f201588e8c3a572dcd08d9852bd' meson_options = {# enabled plugins 'amrnb': 'enabled', 'amrwbdec': 'enabled', diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe index 6291a80e..620f0cf2 100644 --- a/recipes/gst-plugins-rs.recipe +++ b/recipes/gst-plugins-rs.recipe @@ -11,7 +11,7 @@ import tempfile class Recipe(recipe.Recipe): name = 'gst-plugins-rs' - version = '0.12.3' + version = '0.12.4' stype = SourceType.GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/%(name)s.git'} if GStreamer.tagged_for_release: diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index b9004059..9ba9ae3f 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 = '6462d36ce64b74203a8b302c109e762b1dd404a6235dfec3c4255106b7b86976' + tarball_checksum = '45da98bf1040c9472fd59f6271282de25a3721ab85b78aaaf8104949550fbef5' 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 d2f4f2b8..215ffd9e 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 = 'ab436a2ec9c3c58fbfd3c5b1736419891bb5315d136d7c72c58479f2807008e6' + tarball_checksum = 'e4c84a78675e7efef3b26e9cb9e2e427318421b4ad9ee4b5136efaeebb6bba0c' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-bad-1.0'] files_devel = ['include/gstreamer-1.0/gst/rtsp-server', '%(libdir)s/pkgconfig/gstreamer-rtsp-server-1.0.pc'] diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index 37c3fce8..43be0382 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 = '88fc3629a8cacf7955d8671b2ae867d4a52a07b6948daa25b67feed22f8055ef' + tarball_checksum = '9cafdd23bd180f1681c56cd3a6879a8497ccf24da6f422a6b6f356fa074a8481' 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 3a7b3e29..2b1285f9 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 = 'c914a0f6ebb4e96e6b3327f05d8b3fd9b545b764fb395d46b8ff33c56e00a472' + tarball_checksum = 'cc5ab8c88443e0f5bf23d6110b4aac33df59e4ae626f536d968b1605cc7b962f' meson_options = {# auto enable plugins 'encoders': 'auto', 'drm': 'auto', |