summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-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
14 files changed, 15 insertions, 15 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py
index 124bab85..917c557b 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.20.5.1'
+CERBERO_VERSION = '1.20.6'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index d118cb8d..658c929c 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.20.5.1'
+ version = '1.20.6'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 3e32f092..f32cb488 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -12,8 +12,8 @@ def running_on_cerbero_ci():
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.20.5.1'
- tagged_for_release = False
+ version = '1.20.6'
+ 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 d94e6106..7341dca8 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 = '5684436121b8bae07fd00b74395f95e44b5f26323dce4fa045fa665676807bba'
+ tarball_checksum = '2c64037c823fb88751a47dacf3d4752a52b7951190d6e05fc44855e912e81d71'
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 607fb995..611707f8 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 = '363f2b13675877b926b4be5259dbbeea8cc976805b40c871fc254bb8f382017d'
+ tarball_checksum = '150e6f2acafce96d9f363a4af4b034f2cd034cf41e03fccfcee50181648761bb'
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 acb9b3c6..ef8c2999 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 = 'b152e3cc49d014899f53c39d8a6224a44e1399b4cf76aa5f9a903fdf9793c3cc'
+ tarball_checksum = '7d619a030542a4a5a11e0302742a3d9b05f8e5cfc453025683a0379bc50aa013'
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 7171554d..01acdd99 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 = 'bcccbc02548cdc123fd49944dd44a4f1adc5d107e36f010d320eb526e2107806'
+ tarball_checksum = '48e82008a2a0ad5f4b525aba8a6c49c4ca2d7d25c6b1b14d107dd747e26d5a8e'
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 d4aae5f7..82f6d543 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 = 'f431214b0754d7037adcde93c3195106196588973e5b32dcb24938805f866363'
+ tarball_checksum = 'd98c73fa5cdddb372a91199464515cfc80c89bbe05e3d4387ea4381e4224483a'
# 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 728b3f81..447111e2 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 = '11f911ef65f3095d7cf698a1ad1fc5242ac3ad6c9270465fb5c9e7f4f9c19b35'
+ tarball_checksum = '54eac357d6cd66f183b94a26e493bf4d5781bc76bc60cad122742626caf8f1a3'
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 062d3391..0169e2dd 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 = 'e83ab4d12ca24959489bbb0ec4fac9b90e32f741d49cda357cb554b2cb8b97f9'
+ tarball_checksum = 'e51365cfa9b19bd736dafe2c8828254a55d66996a3c60550bb0d50041c381a44'
meson_options = {# enabled plugins
'cairo': 'enabled',
'dv': 'enabled',
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe
index d1abcb4a..417251ce 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 = 'af67d8ba7cab230f64d0594352112c2c443e2aa36a87c35f9f98a43d11430b87'
+ tarball_checksum = 'ca3fb6abc9f6e981d204a736c254e50cc1786a2f5038d83023e42ea009b10246'
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 50826bf3..da80f12a 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 = 'ba398a7ddd559cce56ef4b91f448d174e0dccad98a493563d2d59c41a2ef39c5'
+ tarball_checksum = '800122a798387bd4b18b558737d30a010d94154f41bd210d4c4cc2d80ecae90f'
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 553f5365..d18efe54 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 = '5a19083faaf361d21fc391124f78ba6d609be55845a82fa8f658230e5fa03dff'
+ tarball_checksum = '0545b030960680f71a95f9d39c95daae54b4d317d335e8f239d81138773c9b90'
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 9268e3a6..a3a0c3f6 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 = '510c6fb4ff3f676d7946ce1800e04ccf5aabe5a586d4e164d1961808fab8c94b'
+ tarball_checksum = '57028a2cdabb749eb38a53f45cfa36f02b4e5368fb6d8684ef31d9e73ddf653b'
meson_options = {# auto enable plugins
'with_encoders': 'auto',
'with_drm': 'auto',