summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-13 16:02:16 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-13 16:02:16 +0000
commita1cbf3854ae889657e75b6a11ae4c66a91155a65 (patch)
tree1a9ea8c9032f610ae76c90fac991a8ee2827aaa3
parent5afa016e11a476a21bf99d0aa3dbfe0b92605441 (diff)
Build 1.22.10 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1366>
-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-omx-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-rs.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
15 files changed, 16 insertions, 16 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py
index 156cab50..b4a16619 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.9.1'
+CERBERO_VERSION = '1.22.10'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index ca40460b..d30c5018 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.9.1'
+ version = '1.22.10'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 59471468..e2f86f4c 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.9.1'
- tagged_for_release = False
+ version = '1.22.10'
+ 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 6ea10b26..2786642f 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 = '02e29400b44e9cc603aa6444dee5726b57edabef6455e6d0921ffed6f13840ee'
+ tarball_checksum = '0e1ec0d0b8f2d3d314a397399cd01dfc50c02ac088176996f934758119075ea9'
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 cf35fd55..429e3f00 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 = '3553ad3802dccde0c0ef1461881acd9b55bddf8adf751de4cb51b7f8cb50440d'
+ tarball_checksum = 'bfb1ee1b352dd4d929c3a5b7fe19071a6c62b4828bb70318ad44bcf06828e9f0'
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 24aa6362..fac1e9f8 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 = '192f7d27d21c1e7c72c339a2647a9b0c247fedc62ea5029115f8c3e22ebb87d8'
+ tarball_checksum = 'd6dda7aa38a44173278de675ccd92acff0abf473f7bc02e7d1cdd4ce0f3b7642'
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 ca99c4c1..329b2b3f 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 = '9362d6117985d09dcf6e27bdaef377dc08efb7df01d00101d04fb644addac61e'
+ tarball_checksum = 'ce0126f6de908df4fa7b12136d47d6840dd9f7131ae997e55a817d96a2728a41'
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 7478800a..f23d648e 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 = '1bc65d0fd5f53a3636564efd3fcf318c3edcdec39c4109a503c1fc8203840a1d'
+ tarball_checksum = 'dabcd60c762165bb043eba753d599212514c94684e4db9a2e25484cb6508ebbf'
# 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 3fe092c7..64294e0b 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 = 'fac3e0dd2d8e9370388b34bf8c21b89d5f63bc3cfc12cd7fdc8fc6c1cba03334'
+ tarball_checksum = '843a3a2da28e1ee6aeea56dd2be9bffcc3b4bbcd0f974eba4abfc3aa31f0399c'
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 c06e8ceb..742a76c3 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 = '26959fcfebfff637d4ea08ef40316baf31b61bb7729820b0684e800c3a1478b6'
+ tarball_checksum = 'f748feae922cad62f20102a84ade8f42b78e1e44a34866aa3ea766f9172e1c7f'
meson_options = {# enabled plugins
'adaptivedemux2': 'enabled',
'cairo': 'enabled',
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe
index 4d9d5197..1a89eb9e 100644
--- a/recipes/gst-plugins-rs.recipe
+++ b/recipes/gst-plugins-rs.recipe
@@ -4,7 +4,7 @@ from cerbero.utils import messages as m
class Recipe(recipe.Recipe):
name = 'gst-plugins-rs'
- version = '0.9.12'
+ version = '0.9.13'
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 a07d20c4..0b9c8d96 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 = '0bf685d66015a01dd3fc1671b64a1c8acb321dd9d4ab9e05a29ab19782aa6236'
+ tarball_checksum = 'cc80a81a22c0b3b31ab7f1b8bf18dda23c72d2791b86cc6264923a68336329ea'
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 bba26342..9d604037 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 = '808af148f89404ff74850f8ca5272bed4bfe67f9620231dc4514fd07eb26d0a4'
+ tarball_checksum = '60eb4f80b5a7ca929c21a61d50be9813a3413787959a5875de56a8ad5ca25f35'
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 2a2fabe0..fd597914 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 = '1e7124d347e8cdc80f08ec1d370c201be513002af1102bb20e83c5279cb48ebd'
+ tarball_checksum = '969aaef396f252ce925132a4be2aa004e0320f5c1baf0acaaae09c544a6759f4'
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 921bba75..015bd16b 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 = '8ba20da8c4cbf5b2953dba904672c4275d0053e1528f97fdf8e59942c7883ca8'
+ tarball_checksum = '094ca144aca8f2c554a2517dfdc421fa37c80294c6f12b992c20cbc73aa2c0bd'
meson_options = {# auto enable plugins
'encoders': 'auto',
'drm': 'auto',