From 3356ac8b28898e11fd2196c1d6f7699b7886c8b4 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 21 Aug 2024 13:54:06 +0100 Subject: Build 1.24.7 release Part-of: --- 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-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-rs.recipe | 2 +- recipes/gst-plugins-ugly-1.0.recipe | 2 +- recipes/gst-rtsp-server-1.0.recipe | 2 +- recipes/gstreamer-1.0.recipe | 2 +- 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 da990d36..bcf18b75 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.6.1' +CERBERO_VERSION = '1.24.7' class Platform: diff --git a/packages/custom.py b/packages/custom.py index 859c27d4..e226a690 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.6.1' + version = '1.24.7' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index d5de3b82..0d9773bb 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.6.1' - tagged_for_release = False + version = '1.24.7' + 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 25753266..d0239a98 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 = '8beb9e98ed136c29f4ec10396dd6c8708a5645cdacda90af1b7196057de17672' + tarball_checksum = 'e7aa7a23fa587d58dc5a7bb51efb5ad79f6f2a4c5987564c66f633b5bbd38b17' 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 4750efea..64ceabe3 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 = '138fa25cab9d5bfee5fcc0a75e199a18baff60309ca662e2807fbd1cdee1a266' + tarball_checksum = 'b23cc312a23fab717e4b603f072be420984fb9c9dd2077e206b6aa9b11df29d8' 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 b4e12f1f..d58aec1d 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 = '4bbd08481a390f907e342aa3f25ab885c80ec0a53f3b14244cf733cc8622f2bf' + tarball_checksum = 'c3e4179ba183c2d3101edf87ff70dd07e728c766a5fee34e6ecded76ca5802df' 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 3c0fc5a4..dbd448a7 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 = '8f4d965513e7827c1f547c1e749e4ef2812b371974fe64857fe5029a19c5b64c' + tarball_checksum = '75d513fc0ba635fb1f39786d890b73fbac5f4bc88ff39f2a9ff62f4b8f428f22' # 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 430f2bfe..090501b4 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 = 'cf52b535a0ce7ec974756891818f34f06317c2e136abb24149e18c23ecc229b5' + tarball_checksum = '1528d1746a393299f5ac17ebf13a32a660202f1e29d0a852a2250f6a059a2fda' 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 857eccae..86df4ac3 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 = '996b9c8d1d246ed43be304718b6086e5a17d4ae8114d1920aed9ea75b920ba2d' + tarball_checksum = '759acb11e6de8373ff8cbb5e7ab8eb9a38631be81cf24220267b001eb55593c1' meson_options = {# enabled plugins 'amrnb': 'enabled', 'amrwbdec': 'enabled', diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe index 79d4d8a3..6b391807 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.8' + version = '0.12.9' 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 b4d66e92..6d2c3279 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 = '5dfdbb2978ab282e637255cd875cf5b7b93fc83db62f8a0b1af02c85c84a75c4' + tarball_checksum = '3dc954fc53fe18883670322a1c215e3c6529036e0a69b30f64781cd40c268593' 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 ca5a0b06..264654a9 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 = 'b0bdda26173f13f5521c829367963824a74fd0ce8f52bcab674d7e727f74e93c' + tarball_checksum = 'd9c78e5cd0bead30bf5e74af80e41e7d5006194617fdbf44b88be26e56bbe8f9' 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 2610d875..e75cd896 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -4,7 +4,7 @@ from cerbero.utils import shell class Recipe(custom.GStreamer): name = 'gstreamer-1.0' btype = BuildType.MESON - tarball_checksum = '64342060d7c6f9e36a35e3be38a4f5ac3b41ed93b0853619be45141ef3cc1b9d' + tarball_checksum = 'c0e75b124c52bb7a0c3dcdb734b2ad260ea7286a8745cf2ea629d4c849e6a958' 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 d7c91e65..a579b02b 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 = 'b5caa057e7efc51cd70504a59e5d9c7a5406d8268723c8283dd61be27fd8cacc' + tarball_checksum = '3aa5ed9d7f4b5a7cb60d8b0370d983d59395de546ee76704401180fd0fd5ee86' meson_options = {# auto enable plugins 'encoders': 'auto', 'drm': 'auto', -- cgit v1.2.3