summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-09 00:36:51 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-09 00:36:51 +0000
commitb5fc2640a0aec0dffb0580e986f5a35557663b39 (patch)
tree21a32e9a61fa042ad5485db61bfce2811897480b /recipes
parentab209c2a9ea51335549d9459492ab544f999ecb8 (diff)
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1353>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/custom.py4
-rw-r--r--recipes/gst-plugins-rs.recipe4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index f56afa5d..8886b4ea 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.1'
- tagged_for_release = True
+ version = '1.23.1.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe
index 19744909..b8264e0c 100644
--- a/recipes/gst-plugins-rs.recipe
+++ b/recipes/gst-plugins-rs.recipe
@@ -11,13 +11,13 @@ import tempfile
class Recipe(recipe.Recipe):
name = 'gst-plugins-rs'
- version = '0.12.0-alpha.1'
+ version = '0.12.0'
stype = SourceType.GIT
remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/%(name)s.git'}
if GStreamer.tagged_for_release:
commit = f'gstreamer-{GStreamer.version}'
else:
- commit = 'origin/main'
+ commit = 'origin/0.12'
# Each plugin uses one or more of these licenses.
licenses = [{
License.Apachev2: ['LICENSE-APACHE'],