From 3832fe46057580be402fb91a93f32aee7846aa37 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Fri, 19 Sep 2025 21:26:50 +0900 Subject: [PATCH 1/2] Bump GNOME runtime to 49 --- .github/workflows/release.yml | 2 +- io.elementary.Sdk.json.in | 2 +- platform-data/data/platform.appdata.xml.in | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29ddf4d..8ba6bac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: {} env: - RUNTIME_VERSION: 8.2 + RUNTIME_VERSION: 8.3 jobs: publish_platform: diff --git a/io.elementary.Sdk.json.in b/io.elementary.Sdk.json.in index 4b44d8f..93bda98 100644 --- a/io.elementary.Sdk.json.in +++ b/io.elementary.Sdk.json.in @@ -3,7 +3,7 @@ "id": "io.elementary.Sdk", "id-platform": "io.elementary.Platform", "default-branch": "@branch@", - "runtime-version": "48", + "runtime-version": "49", "runtime": "org.gnome.Platform", "sdk": "org.gnome.Sdk", "sdk-extensions": [ diff --git a/platform-data/data/platform.appdata.xml.in b/platform-data/data/platform.appdata.xml.in index a832cf0..8073aca 100644 --- a/platform-data/data/platform.appdata.xml.in +++ b/platform-data/data/platform.appdata.xml.in @@ -1,5 +1,5 @@ - + io.elementary.Platform CC0-1.0 @@ -11,6 +11,15 @@ + + +

Platform updates:

+
    +
  • Rebase on GNOME 49 runtime
  • +
+
+
+

Platform updates:

From 3919791c58f7d1c2c06703ed5571b7b424fbc79c Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Fri, 19 Sep 2025 22:35:25 +0900 Subject: [PATCH 2/2] Replace removed openh264 extension with codecs-extra See https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/f919772afd437d77dac6b4aa4e5ba68618050a6c/NEWS.yml#L493 --- io.elementary.Sdk.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.elementary.Sdk.json.in b/io.elementary.Sdk.json.in index 93bda98..dce4f87 100644 --- a/io.elementary.Sdk.json.in +++ b/io.elementary.Sdk.json.in @@ -20,7 +20,7 @@ "org.freedesktop.Platform.VulkanLayer", "org.freedesktop.Platform.Timezones", "org.freedesktop.Platform.GStreamer", - "org.freedesktop.Platform.openh264" + "org.freedesktop.Platform.codecs-extra" ], "inherit-sdk-extensions": [ "org.freedesktop.Sdk.Extension"