From cb2541da0ee405647e7162aee8a48409f94a04a6 Mon Sep 17 00:00:00 2001 From: Pascal Dietrich <80521473+Cameo007@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:19:12 +0100 Subject: [PATCH 1/3] Update com.blackmagic.Resolve.yaml Adjusted Freedesktop Runtime version to 24.08 --- com.blackmagic.Resolve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.blackmagic.Resolve.yaml b/com.blackmagic.Resolve.yaml index 41a1c4a..e36ec89 100644 --- a/com.blackmagic.Resolve.yaml +++ b/com.blackmagic.Resolve.yaml @@ -4,7 +4,7 @@ #### app-id: com.blackmagic.Resolve runtime: org.freedesktop.Platform -runtime-version: &runtime-version '23.08' +runtime-version: &runtime-version '24.08' sdk: org.freedesktop.Sdk finish-args: - --share=ipc From c4dd3910cd421add6e92d1adebeca036df9c3172 Mon Sep 17 00:00:00 2001 From: Pascal Dietrich <80521473+Cameo007@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:19:34 +0100 Subject: [PATCH 2/3] Update com.blackmagic.ResolveStudio.yaml Adjusted Freedesktop Runtime version to 24.08 --- com.blackmagic.ResolveStudio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.blackmagic.ResolveStudio.yaml b/com.blackmagic.ResolveStudio.yaml index 62e704e..6f77c03 100644 --- a/com.blackmagic.ResolveStudio.yaml +++ b/com.blackmagic.ResolveStudio.yaml @@ -4,7 +4,7 @@ #### app-id: com.blackmagic.ResolveStudio runtime: org.freedesktop.Platform -runtime-version: &runtime-version '23.08' +runtime-version: &runtime-version '24.08' sdk: org.freedesktop.Sdk finish-args: - --share=ipc From a80496b6106376914f7b66ce33353c1389ee3a91 Mon Sep 17 00:00:00 2001 From: Pascal Dietrich <80521473+Cameo007@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:09:00 +0100 Subject: [PATCH 3/3] Update README.md For the free version it should be `flatpak --user install resolve-repo com.blackmagic.Resolve` instead of `flatpak --user install resolve-repo com.blackmagic.ResolveStudio` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e47748e..180b1f5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ flatpak-builder --install-deps-from=flathub --force-clean --repo=.repo .build-di To simply install the built version: ``` flatpak --user remote-add --no-gpg-verify resolve-repo .repo -flatpak --user install resolve-repo com.blackmagic.ResolveStudio +flatpak --user install resolve-repo com.blackmagic.Resolve ``` To build a redistruble single file package: