summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-11-13 14:49:00 +0000
committerTim-Philipp Müller <tim@centricular.com>2023-11-13 14:49:00 +0000
commitc0b3a5db2b47cc41153458f41cdd4a24fa97041b (patch)
treec54a789e5477816e3cd187fe161d6846bdc315dd /recipes
parentd61d44d127719994a9377055446219c56b4e0e93 (diff)
Build 1.22.7 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1298>
Diffstat (limited to 'recipes')
-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
13 files changed, 14 insertions, 14 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index 39cd1d1f..22631a43 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.6.1'
- tagged_for_release = False
+ version = '1.22.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 137f6140..fb9746ec 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 = '8928560efaf16137c30285e718708e5d0bab0777eb4ef8127e0274e120d3d86b'
+ tarball_checksum = '157cf93fb2741cf0c3dea731be3af2ffae703c9f2cd3c0c91b380fbc685eb9f9'
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 f8de2324..95b7ae8c 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 = '748d423672c597f876e130804fb984848f5b4b89efd78a506cb17f7646795301'
+ tarball_checksum = 'fec56a2c37a253cd048d288d4c7eda6eff191022b09db975e07a2c105d1b521e'
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 487f5cff..1db21d1b 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 = '7789e6408388a25f23cbf948cfc5c6230d735bbcd8b7f37f4a01c9e348a1e3a7'
+ tarball_checksum = '1525b917141b895fe5cf618fe8867622b2528278a0286e9f727b5f37317daca1'
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 1bab3a6f..ef4a57b8 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 = '223833c42518ad7eb1923bb4dd3726809f59a66d6e9aaaa69cb29ad0750c8758'
+ tarball_checksum = 'd7a18ec47d40a472bd5cba2015e0be72b732f1699895398cec5cd8e6a3a53b44'
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 5b2591f1..884a8575 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 = 'b4029cd2908a089c55f1d902a565d007495c95b1442d838485dc47fb12df7137'
+ tarball_checksum = 'c716f8dffa8fac3fb646941af1c6ec72fff05a045131311bf2d049fdc87bce2e'
# 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 aa3a5360..d51d38b8 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 = '50f2b4d17c02eefe430bbefa8c5cd134b1be78a53c0f60e951136d96cf49fd4b'
+ tarball_checksum = '62519e0d8f969ebf62a9a7996f2d23efdda330217a635f4a32c0bf1c71577468'
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 b0decb2f..ba9e83fa 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 = 'b3b07fe3f1ce7fe93aa9be7217866044548f35c4a7792280eec7e108a32f9817'
+ tarball_checksum = 'b6db0e18e398b52665b7cdce301c34a8750483d5f4fbac1ede9f80b03743cd15'
meson_options = {# enabled plugins
'adaptivedemux2': 'enabled',
'cairo': 'enabled',
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe
index 1d1e3e95..4d9d5197 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.11'
+ version = '0.9.12'
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 2e257a05..37beb175 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 = '3e31454c98cb2f7f6d2d355eceb933a892fa0f1dc09bc36c9abc930d8e29ca48'
+ tarball_checksum = '520b46bca637189ad86a298ff245b2d89375dbcac8b05d74daea910f81a9e9da'
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 03986654..e55411b0 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 = '0ae33a8b50443b62f11581a9181e906b41cd3877b2d799dbea72912c3eda4bb3'
+ tarball_checksum = 'f7fac001e20ad21e36d18397741c4657c5d43571eb1cc3b49f9a93ae127dc88f'
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 200b81b4..f561c1e9 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 = 'f500e6cfddff55908f937711fc26a0840de28a1e9ec49621c0b6f1adbd8f818e'
+ tarball_checksum = '01e42c6352a06bdfa4456e64b06ab7d98c5c487a25557c761554631cbda64217'
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 def263d3..294bb265 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 = 'd9ba2fc26bef98c78e982c599f585d46bbb65fe122da89c2d7ab41f468a52c7b'
+ tarball_checksum = '0e9fff768b89de6d318b34146e4e781d82b9a0f4025dc541b2c8349c7bcb7f67'
meson_options = {# auto enable plugins
'encoders': 'auto',
'drm': 'auto',