summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-05-29 14:46:00 +0300
committerTim-Philipp Müller <tim@centricular.com>2024-05-29 14:46:00 +0300
commitaca71ffc448f81fb77ff3b248c63894546b73ef2 (patch)
treea32638fd7f943fa3dc96f3b7f37ceec8153d67e5 /recipes
parentc29b8d95b91e9aa414adeb61a49046edec7c5b85 (diff)
Build 1.24.4 release
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-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
12 files changed, 13 insertions, 13 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index 3ec2df3a..62c32e14 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.3.1'
- tagged_for_release = False
+ version = '1.24.4'
+ 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 29e176bf..d9d96da8 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 = 'b91114a2fd958f42acf441186e87e2bec93538ef35a9f8248111197360ffb237'
+ tarball_checksum = '8bff1b388522e03d761786e61fe9aff1f9867b8f7cc230043cbb2622dcf6f0fe'
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 026a8625..96d3424e 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 = 'cf743215688b013905cd2c9f7fedda21e2d34c844340990c6ea25d10a037293f'
+ tarball_checksum = '8f6e6d4a75f8f60a75b34969bcf30c7118d3f0ba9977ff30173a89299f64e3af'
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 5c5e4c32..0c399d12 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 = 'd9c5b152468a45c1fa8351410422090a7192707ad74d2e1a4367f5254e188d91'
+ tarball_checksum = '4d3803f36008e847fc4842c8dd366162baf8359526cc46c1851bf68bb638da73'
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 2133d508..a192dc4d 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 = 'e90f26c7dc9c76f4aa599b758cfd6d8c10d6a0b9cb265ba2c3c9bdf3888558f8'
+ tarball_checksum = '260bd0a463b4faff9a42f41e5e028f787f10a92b779af8959aec64586f546bd3'
# 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 f69485bb..6775f177 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 = 'f1094397eaa7932f06e57ebbb075aa33aa2c76e4b75630a16b02c8d4af46832e'
+ tarball_checksum = '09f4ddf246eeb819da1494ce336316edbbcb28fdff3ee2f9804891e84df39b2a'
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 5255a071..f5a51a5d 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 = '150f914e61dc05600b68b88ca103c7cc227130158e389ea9ea159f4050a2ebb0'
+ tarball_checksum = '023096d661cf58cde3e0dcdbf56897bf588830232358c305f3e15fd63e116626'
meson_options = {# enabled plugins
'amrnb': 'enabled',
'amrwbdec': 'enabled',
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe
index 785dc7d6..dd90dcc4 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.5'
+ version = '0.12.6'
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 519767e5..7f4f574c 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 = '4c951341c4c648630b6fe1234ec113d81dd2d248529bf2b5478e0ad077c80ed3'
+ tarball_checksum = '4604f8709c0bc4d6960ef6ae6fd91e0b20af011bfe22e103f5b85377cf3f1ef4'
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 a5690711..a4fb9093 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 = '62628ecca78b8f5b51c59a4d602c65e9205ffc50c3c83cd61fab1f6348b63565'
+ tarball_checksum = 'eeca811cef6312fa21433294ae216b3c6fa0a389d8980727102516bdcf973eae'
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 ceacae77..0c1a271d 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 = '1225ef4a329fae1cadc5ec727dab249ad567e8072879493561ceb91ed34aa414'
+ tarball_checksum = '52c93bc48e03533aa676fd8c15eb6b5fc326c68db311c50bcc0a865f31a6c653'
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 e136b4c4..b8d362f7 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 = '845f2efe0dca8dab234dde8fb091da2cd06a9d2a683422b56dcb688954f9070e'
+ tarball_checksum = '2dfb322e37370b6671b62ff60dc1da81f87dac5a17c1c7ef15a783d2355900b8'
meson_options = {# auto enable plugins
'encoders': 'auto',
'drm': 'auto',