summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2025-01-29 23:34:31 +0000
committerTim-Philipp Müller <tim@centricular.com>2025-01-29 23:34:31 +0000
commitc5dd3059eeb34f092fe751888fb4944a1facfa98 (patch)
tree04a846a86e8733bedae78c02c5dfc47c57c490eb
parent3869637ec4f5c9f7bca9833fcef0604af3f36834 (diff)
Build 1.24.12 release1.24.12
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1700>
-rw-r--r--cerbero/enums.py2
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
-rw-r--r--recipes/gst-devtools-1.0.recipe2
-rw-r--r--recipes/gst-editing-services-1.0.recipe2
-rw-r--r--recipes/gst-libav-1.0.recipe2
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe2
-rw-r--r--recipes/gst-plugins-base-1.0.recipe2
-rw-r--r--recipes/gst-plugins-good-1.0.recipe2
-rw-r--r--recipes/gst-plugins-ugly-1.0.recipe2
-rw-r--r--recipes/gst-rtsp-server-1.0.recipe2
-rw-r--r--recipes/gstreamer-1.0.recipe2
-rw-r--r--recipes/gstreamer-vaapi-1.0.recipe2
13 files changed, 14 insertions, 14 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py
index d8e82df4..87d76ecf 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.11.1'
+CERBERO_VERSION = '1.24.12'
class Platform:
diff --git a/packages/custom.py b/packages/custom.py
index 8010828c..d8665164 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.11.1'
+ version = '1.24.12'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index d587e78b..9ae2eb9c 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.11.1'
- tagged_for_release = False
+ version = '1.24.12'
+ 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 853d2ad8..b70837b1 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 = '73990a939c1ea9d9ca199b8cd135dd3a7120b495004aaa79299257d9cd897834'
+ tarball_checksum = '4ef3dd12e5827068d6db7ad01876d1216a80717116c24a0d5b3b57fd7e3c3478'
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 e7027f72..7400986c 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 = '85fd74dab259e137a95ab4427e009dd853f4ca82874500cb5493c33bcef1ef08'
+ tarball_checksum = '688222f270d24be4ed8a3852fa331897db662c7b813fbc39f6deb176b33ec9c0'
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 c95162c8..20bd26d4 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 = '13776fc16f7ce587d437d56d83e08c9224768dddc897dd3c88208d970a6aa422'
+ tarball_checksum = 'ef72c1c70a17b3c0bb283d16d09aba496d3401c927dcf5392a8a7866d9336379'
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 90872ddd..b38ddce8 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 = '9126c2b7053a5f059db958f43c6a5230d2e843ff9adff8c8c2477ea2457e3315'
+ tarball_checksum = '3d386af3d1dbd1a06c74a6251250c269b481e703f0e3255ba89ef6c1e063afea'
# 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 109f4c8a..3a6499d7 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 = '98572c1f8b710e52673e250cd96e4f2660d79bd66aa172c5dde5f690c1231e1d'
+ tarball_checksum = 'f6efbaa8fea8d00bc380bccca76a530527b1f083e8523eafb3e9b1e18bc653d3'
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 6fc8d400..aacf0f1b 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 = '94bf3b5118dd4213af66048faac830569cc9a94a8c8e59e8a6d33b315f518462'
+ tarball_checksum = 'd0e66e2f935d1575f6adbef7d0a2b3faba7360344383c51bf0233b39e0489a64'
meson_options = {# enabled plugins
'amrnb': 'enabled',
'amrwbdec': 'enabled',
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe
index 31d8c9b5..ba15f89e 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 = '3a1f58a33aee8d13522865bcb564007a6837ef5711d7dfff8ce4260921013f8a'
+ tarball_checksum = '19ed6eef4ea1a742234fb35e2cdb107168595a4dd409a9fac0b7a16543eee78b'
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 eb10ea13..507e8cfd 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 = 'd147ff75bc445235fe0a4a4714c26d6b7bf9a485a1ae3a722bd530ab28f98bd3'
+ tarball_checksum = 'a335f73687d2efe22db94348c6893c73b53a2c6bc55ee7a590028ba196ddc623'
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 fb7c0668..7c3f38bb 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 = '093a379602a250d5cd33b88e723757c80198317efde33893edf3c87b6e53b907'
+ tarball_checksum = 'b3522d1b4fe174fff3b3c7f0603493e2367bd1c43f5804df15b634bd22b1036f'
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 14389962..d801c4d9 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 = 'e85904a47d9ecb41d7f76b1d3fe887fa18c0b81a3793e7d7f61361ea7e90420d'
+ tarball_checksum = '39ab3d2a381c99a9e10f46182ed57c6baaeaa8be810bd2f84f162c8be299753c'
meson_options = {# auto enable plugins
'encoders': 'auto',
'drm': 'auto',