diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-02-06 17:57:27 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-02-06 17:57:27 +0000 |
commit | f47076ec85427c23cd21252279c0ad4ca18ea2c3 (patch) | |
tree | f8e69f1c2a9c986e5bef08537a11f43fe7fef684 | |
parent | 88cf8d465437687271aa1fb3d93e51fe12de3536 (diff) |
Build 1.23.1 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1344>
-rw-r--r-- | cerbero/enums.py | 2 | ||||
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 4 | ||||
-rw-r--r-- | recipes/gst-devtools-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-libav-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-good-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-rtsp-server-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gstreamer-vaapi-1.0.recipe | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py index 5f56c73c..88910b0b 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.23.0.1' +CERBERO_VERSION = '1.23.1' class Platform: diff --git a/packages/custom.py b/packages/custom.py index e51bc94d..8304844d 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.23.0.1' + version = '1.23.1' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 80229097..f56afa5d 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.23.0.1' - tagged_for_release = False + version = '1.23.1' + 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 080238fd..83677ab8 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 = '4d21fee5c15f2877c0b1f6c2da0cdba67ce7caab2c199ab27e91a1394d5ba195' + tarball_checksum = 'f58435195ddde5b8788a4d788cd9dbebc52bf498768911d10a73e9bc592e896b' 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 93e1782b..aaf0a29e 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 = '2a23856379af03586b66c193910fa8bb963024580bc2337c7405578dc077aa79' + tarball_checksum = 'c02cd820e85cb6995af30095d8efbd2b3957daa5e3dea62b77803f610186e876' 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 9d389a0a..cb7d94de 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 = '0e48407b4905227a260213dbda84cba3812f0530fc7a75b43829102ef82810f1' + tarball_checksum = '7bfc15023a405af16e002eda7c82fe650bf31eed095f5fda3e61746e6df62c15' 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 caa4f0f8..ba4cf73f 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 = '3c9d9300f5f4fb3e3d36009379d1fb6d9ecd79c1a135df742b8a68417dd663a1' + tarball_checksum = 'c6fd7d2744dbda549ee93bbc5d21a42a91df019c905a67a55bd1be77d3a422de' # 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 b65c689f..ebdd6870 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 = 'f53672294f3985d56355c8b1df8f6b49c8c8721106563e19f53be3507ff2229d' + tarball_checksum = 'f6f1be3f47ff5ae895cfd372aa475fbbb1d83b9a829037b8764809cb218909eb' 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 ed3d08c6..a9f351d8 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 = '582e617271e7f314d1a2211e3e3856ae2e4303c8c0d6114e9c4a5ea5719294b0' + tarball_checksum = 'e1c2eed6759c5897a67a778e8fa6a210863da05746da01fe07e508c72af6fa74' 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 4510caee..0c5da0b2 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 = 'a644dc981afa2d8d3a913f763ab9523c0620ee4e65a7ec73c7721c29da3c5a0c' + tarball_checksum = '045515d8ffd6b127236c330dfc6d3cd0b62dd2ee8dbc4644ce84ede25cc35f54' 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 ac177e5c..883a7d1c 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 = 'aea24eeb59ee5fadfac355de2f7cecb51966c3e147e5ad7cfb4c314f1a4086ed' + tarball_checksum = 'a64fcfc2378b81e48f809a9705ea0baace1177aa4bbd4c68258ef73b79ef997b' 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 e035b878..d2dce73f 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 = '78d21b5469ac93edafc6d8ceb63bc82f6cbbee94d2f866cca6b9252157ee0a09' + tarball_checksum = '27fc189284b4c180846ac54dde1314ca01aabdaf1c4f115a3f54a9d158248bbb' 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 1025ef88..b7d1d6d6 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 = '593ccad19f88e5fa29f40f98356c007806bd535828707b1406944d16a90bdff5' + tarball_checksum = '7289b02e698546077a1d16c4946441baaad27d76bb3522189a6cf8f9aefaf1fb' meson_options = {# auto enable plugins 'encoders': 'auto', 'drm': 'auto', |